@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: Arial, sans-serif;
	font-size: .95em;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
.styles #container {
	width: 900px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.styles #header {
	height: 129px; 
	padding: 0px;
	background-image:url(../images/top_tile.jpg);
	background-repeat:repeat-x;
	border: 0px solid #000000;
}
.styles #mainContent {
	padding: 0px;
	min-height: 384px;
	background-image:url(../images/content_tile.jpg);
	background-repeat:repeat-x;
	border: 0px solid #000000;
}
.styles #affiliates {
	padding-top: 40px;
	height:450px;
	background: #FFFFFF;
	background-image:url(../images/affiliates.gif);
	background-repeat:no-repeat;
}
.padding {
	padding: 4px;
}
.centerPadding {
	padding-right: 15px;
}
.header {
	font-size: 1.2em;
	font-weight: bold;
}
a.sidenav:link {
	line-height: 1.5em;
	text-decoration: none;
	color: #5d0b0b;
	font-size: 1em;
	font-weight: bold;
}
a.sidenav:hover {
	text-decoration: underline;
	line-height: 1.5em;
	padding: 2px;
	color: #a2928e;
	font-size: 1em;
	font-weight: bold;
}
a.sidenav:visited {
	text-decoration: none;
	line-height: 1.5em;
	color: #881111;
	font-size: 1em;
	font-weight: bold;
}
.styles #newsletter {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 50px;
	height: 220px;
	background: #FFFFFF;
	background-image:url(../images/newsletter.gif);
	background-repeat:no-repeat;
}
.styles #bottom {
	padding: 6px;
	min-height: 150px;
	background: #f8f8f8;
	background-image:url(../images/bottom_tile.jpg);
	background-repeat:repeat-x;
	border: 0px solid #000000;
}
.styles #footer {
	padding: 0 10px;
	border: 0px solid #000000;
	min-height: 50px;
	font-size: .7em;
}
.buttonOpacity:hover img{
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}
.buttonOpacity img{
	opacity:1;
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
}
