@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 12px;
}
#container  {
	width: 984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../img/global/goldbkg.gif);
	background-repeat: repeat-y;
} 
#header  {
	background: #DDDDDD;
	margin: 0px;
	padding: 0px;
} 
#header     img  {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	position: absolute;
	top: -40px;
}
#topnav {
	background-color: #999999;
	color: #FFFFFF;
	padding: 5px;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav   li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-weight: bold;
}
.nav a:link, .nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover, .nav a:active {
	color: #FBC447;
	text-decoration: none;
	font-weight: bold;
}
#columnwrapper {
	width: 970px;
	float: left;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 218px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#sidebar1  p, #sidebar1 h1, #sidebar1 h2, #sidebar1 h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1  ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1   li  {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993333;
	padding-bottom: 7px;
	margin: 0px;
	padding-top: 7px;
	list-style-type: none;
	font-weight: bold;
}
.navoffer a:link, .navoffer a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.navoffer a:hover, .navoffer a:active {
	color: #FF9900;
	text-decoration: none;
}
.navhome {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent  {
	float: right;
	width: 690px;
	padding-right: 25px;
} 
#mainContent       h2, h3, h4, h5   {
	margin: 0px;
	padding-bottom: 0px;
}
#mainContent   h1  {
	font-size: 18px;
	color: #336699;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
}
#mainContent h2 {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
}
#mainContent p {
	margin: 0px;
	padding-bottom: 10px;
}
#mainContent ul {
	margin: 0px;
	padding-bottom: 20px;
}
.mainContent  img {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 25px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.signupframe {
	border: 1px solid #000000;
	background: #C8F4FF;
	color: #2E3092;
	font-family: Arial, Helvetica, sans-serif;
	width: 155px;
}
.signwidth {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
}
.offerbox {
	color: #FFFFFF;
	background-color: #2E3092;
	border: 1px solid #C8F4FF;
	padding: 10px;
	margin-bottom: 10px;
}
.offerbox h3 {
	font-size: 15px;
	margin: 0px;
	color: #FFFF00;
	padding-bottom: 5px;
}
.offerbox  h4 {
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
.offerbox hr {
	color: #5A5E5F;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.offerbox p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
.red {
	color: #870006;
	font-weight: bold;
}
.subhead {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #989898;
} 
#footer  a  {
	color: #FFFFFF;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 11px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearitzero {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
