* 
{
	margin: 0;
}

a {
	color: #ffffff;
}

body 
{
	margin: 0 auto;
	background-color: #002d62;
	height: 100%;
}

li.select
{
	background-color: #e31937;
}

.h20
{
	line-height: 20px;
}

.h25
{
	line-height: 25px;
}

#container
{
	width: 800px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

#header 
{
	font-size: 16px;
	padding: 10px 15px 10px 15px;
	width: 770px;
	text-align: right;
}

#content
{
	background-color: #fff;
	width: 770px;
	padding: 15px;
}

#doc
{
	width: 770px;
	/*height: 570px;*/
	background: url("../images/body-bg.gif") top left repeat-y;
	overflow: hidden;
}

/* LEFT */
#doc #left-floater
{
	float: left;
	padding-bottom: 20px;
	width: 235px;
	min-height: 570px;
	height: auto !important;
	height: 570px;
	overflow: hidden;
	background: url("../images/nav-bg.png") top left no-repeat;	
}

#logo
{
	width: 235px;
	height: 70px;
}

#nav {
	margin-top: 220px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
}
#nav ul{
	width: 215px;
	padding:0;
	border-top:1px solid #fff;
	margin-left: 10px;
	list-style: none;
}
#nav ul li {
	margin: 0;
	padding: 5px 10px 5px 10px;
	width: 195px;
	border-bottom: 1px solid #fff;
}
#nav ul li:hover
{
	background-color: #e31937;
}

#nav ul li a{
	text-decoration: none;
	height:1%;
}

#affiliates {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
}

/* RIGHT */
#doc #right-floater
{
	float: right;
	width: 534px;
}

#banner {
	height: 290px;
	overflow: hidden;
}

#strip{
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 30px;
	background-color: #e31937;
	height: 30px;
	overflow: hidden;
}

#main-content {
	padding: 10px;
	color: #6b6b6b;
	overflow: hidden;
	font-size: 12px;
}

#main-content ul li {
	line-height: 20px;
}

#main-content a {
	color: #cc0000;
}

#main-content #left {
	float: left;
	width: 350px;
	border-right: 1px solid #999999;
	padding-right: 10px;
}

#main-content #right {
	float: right;
	width: 145px;
}

/*
#main-content-index {
	padding: 10px;
	color: #6b6b6b;
	overflow: hidden;
	font-size: 12px;
}

#main-content-index ul li {
	line-height: 20px;
}

#main-content-index a {
	color: #cc0000;
}

#main-content-index #left_index {
	float: left;
	width: 350px;
	border-right: 1px solid #999999;
	padding-right: 10px;
}

#main-content-index #right_index {
	float: right;
	width: 145px;
}
*/

/* FOOTER */
#footer
{
	margin-top: 10px;
	width: 780px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	font-size: 9px;
	margin-bottom: 20px;
}

#footer #info_left
{
	float: left;
	text-align: left;
	width: 595px;
}

#footer #info_right
{
	float: right;
	text-align: right;
	width: 185px;
}

#footer a,
#footer a:link,
#footer a:visited
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #e31937;
}

mark {display: block !important; }
.success_page, #success_page { padding: 10px; margin: 10px 0; }
.error_message, #error_message { padding: 10px; margin: 10px 0; }