@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.layout #container {
	width: 945px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
.layout #header {
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 246px;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	float: left;
	position: relative;
}
.layout #mainContent {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-y;
	margin: 0px;
	float: left;
	clear: left;
	width: 945px;
	position: relative;
	padding: 0px;
}
h1, h3, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ae0009;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2, h4, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #070D68;
	margin-top: 3px;
}
hr {
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
}
div .hr {
	height: 1px;
	width: 98%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
	border-left-color: #dbdbdb;
	margin-right: auto;
	margin-left: auto;
}
div .hr hr {
	display: none;
}


.layout #content {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	float: left;
	width: 95%;
}
.layout .yellow img {
	border: 3px solid #F2D300;
}

.layout .red img {
	border: 3px solid #AE0009;
}
.layout .blue img {
	border: 3px solid #09146C;
}
strong.blue {
	font-weight: bold;
	color: #338DB2;
}
strong.red {
	font-size: 16px;
	font-weight: bold;
	color: #AE0009;
}

.layout #navbar {
	background-image: url(../images/bg_nav.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 51px;
	width: 911px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}


.layout #navbar ul {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.layout #navbar ul li {
	float: left;
	list-style-type: none;
	overflow: hidden;
	padding-top: 15px;
}
.layout #navbar ul li a {
	display: block;
	height: 51px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.layout #navbar ul li a:hover, .layout #navbar ul li a.active {
	color: #F2D300;
}




.layout #footer {
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 26px;
	width: 945px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	position: relative;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#copyright a:link, #copyright a:visited {
	color: #FFF;
}
#VIPClick   {
	height: 114px;
	width: 275px;
	position: absolute;
	left: 330px;
	top: 76px;
	color: #3FA0E1;
	font-size: 14px;
	font-weight: bold;
}
#VIPClick a:link , #VIPClick a:visited{
	font-size: 16px;
	font-weight: bold;
	color: #3D9BD8;
	text-decoration: none;
}
#VIPClick a:hover, #VIPClick a:active {
	color: #EA0105;
}


#coupon {
	height: 176px;
	width: 275px;
	position: absolute;
	left: 632px;
	top: 65px;
}
#coupon .bg {
	background-image: url(../images/couponBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#coupon .content {
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#coupon .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #C62429;
}
#coupon .blueITALIC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #1d2b7c;
	font-weight: normal;
}
#coupon .emphasis {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#coupon .expires {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C62429;
}
#coupon .smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.grayBG {
	background-image: url(../images/tblHeadBg.jpg);
	background-repeat: repeat-x;
	height: 347px;
}
.disclaimer {
	font-size: 16px;
}
.red16px {
	font-size: 24px;
	font-weight: bold;
	color: #AE0009;
}
