<style type="text/css">
<!--
A:link {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
A:visited {
	text-decoration: none;
	color: #881E28;
	font-weight: normal;
}
A:hover {
	color: #881E28;
}
body {
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	margin: 0px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	overflow: auto;
	background: #002b4f url(images/siteBG.jpg) no-repeat;
	text-align:left; /* horizontal centering for IE Win quirks */
	color: #ffffff;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
}
li {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
p {
	padding-bottom: 5px;
}

#centerArea {
	float: left;
	width: 320px;
	margin-bottom: 20px;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 14px;
	text-align: center;
	margin-top: 91px;
}
.textBlock {
	width: 250px;
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 12px;
}

.tile {
	float: left;
	height: 125px;
	width: 320px;
	text-align: left;
	line-height: 13px;
	font-family: arial, verdana;
	font-size: 11px;
	color: #ffffff;
	background: url('images/tileBG.png');
}
.tile:link		{ text-decoration: none; color: #ffffff; font-family: verdana, arial; font-weight: normal; font-size: 11px;}
.tile:visited	{ text-decoration: none; color: #ffffff; font-family: verdana, arial; font-weight: normal; font-size: 11px;}
.tile:hover		{ text-decoration: none; color: #cfcfcf; font-family: verdana, arial; font-weight: normal; font-size: 11px;}
.tile:active	{ text-decoration: none; color: #ffffff; font-family: verdana, arial; font-weight: normal; font-size: 11px;}

.icon {
	float: left;
	max-width: 57px;
	max-height: 57px;
	margin-left: 33px;
	margin-top: 18px;
	text-align: left;
	border: 0px;
}
.icon img{
	border: 0px;
}
.tileText {
	float: left;
	width: 177px;
	margin-top: 15px;
	margin-left: 32px;
	text-align: left;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana, Helvetica;
}
.tileTitle {
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

.separator {
	float: left;
	height: 1px;
	width: 320px;
	margin-top: 7px;
	margin-bottom: 7px;
	background: url(images/separator.png) no-repeat;
}
#footerLinks {
	float: left;
	width: 320px;
	height: 46px;
	padding-top: 18px;
	margin-top: 18px;
	text-align: center;
	line-height: 13px;
	font-family: arial, verdana;
	font-size: 11px;
	color: #ffffff;
	background: #949292;
}

.play {
	float: left;
	margin-left: 9px;
	width: 152px;
	height: 153px;
	background: url(images/play_btn.png) no-repeat;
}
.play:hover{
	background: url(images/play_btn_over.png) no-repeat;
}

.theForm {
	float: left;
	width: 300px;
	background: url(images/formBG.png) no-repeat;
	padding-top: 22px;
}
.ipod .theForm {
	background: url(images/formBG_blank.png) no-repeat;
	padding-top: 18px;
}
.iphone .theForm {
	background: url(images/formBG_blank.png) no-repeat;
	padding-top: 18px;
}
.inputBox {
	width: 151px;
	margin-left: 120px;
	margin-bottom: 13px;
	background: #ffffff;
	border: 0px;
	color: #125500;
	font-family: arial, verdana;
	font-size: 12px;
}
.ipod .inputBox {
	width: 138px;
	margin-bottom: 7px;
}
.iphone .inputBox {
	width: 138px;
	margin-bottom: 7px;
}
.ie .inputBox {
	width: 147px;
	margin-bottom: 11px;
}


.thumb {
	float: left;
	width: 243px;
	padding-left: 1px;
}
.thumbImage {
	width: 81px;
	min-height: 71px;
	vertical-align: top;
}
.thumbText {
	width: 170px;
	padding-top: 6px;
	color: #999999;
}
.appStore {
	padding-top: 7px;
	vertical-align: top;
}
.appStore img {
	border: 0px;
}
.appPad {
	margin-top: 10px;
}

.thumbLine {
	float: left;
	height: 1px;
	width: 244px;
	background: url(images/dottedLine.png) no-repeat;
	margin-top: 18px;
	margin-bottom: 18px;
}
.thumbLineBottom {
	float: left;
	width: 244px;
	background: url(images/dottedLine.png) no-repeat;
	padding-top: 11px;
	margin-top: 18px;
	margin-bottom: 10px;
}

</style>