/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #274166;
	background-color: #FFF;
	margin: 0;
	padding: 0;*/
}

/******************************************************************************************************
Header
******************************************************************************************************/

table#header {
	width: 750px;
}

table#header td#topnav {
	width: 750px;
	height: 18px;
	text-align: right;
	background-color: #CC9900;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 5px;
}

table#header td#topnav a:link, table#header td#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

table#header td#topnav a:hover, table#header td#topnav a:active {
	color: #333366;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

table#header #logo {
	background-color: #FFF;
	text-align: center;
	color: #333366;
	vertical-align: top;
	padding: 0;
	margin: 0;	
	width: 208px;
}

table#header #logo p {
	color: #333366;
	font-size: 12px;
	padding: 0;
	margin: 8px 0 0 0;
}

/******************************************************************************************************
Main
******************************************************************************************************/

#main {
	width: 750px;
	font-size: 12px;
}

#left {
	width: 193px;
	vertical-align: top;
	background-color: #FFF;
}

#left h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #274166;
}


#maincontent {
	width: 552px; 		
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 15px 10px 10px 10px;
	color: #274166;
	font-size: 12px;
}

#maincontent * {
	font-size: 12px;
	
}

#maincontent a {
	color: #274166;
}

table#main td#maincontent h5 {
	color: #274166;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

table#main td#maincontent #accountnav { 
	text-align: right;
	font-size: 12px;
	color: #274166;
}

table#main td#maincontent #accountnav a:link, table#main td#maincontent #accountnav a:visited { 
	color: #274166;
	text-decoration: none;
}

table#main td#maincontent #accountnav a:hover, table#main td#maincontent #accountnav a:active { 
	color: #274166;
	text-decoration: underline;
}

table#main td#maincontent h1 {
	font-size: 19px;
	font-weight: normal;
	color: #274166;
	border-bottom: 1px solid #CC3333;
}

#homecontent {
	vertical-align: top;
}

#homecontent p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}


/*
table#main td#right {
	width: 144px;
	vertical-align: top;
	padding-bottom: 45px;
	padding-left: 15px;
}
*/
/******************************************************************************************************
Footer
******************************************************************************************************/

table#footer {
	width: 750px;
}

table#footer td#footnav {
	width: 750px;
	height: 18px;
	text-align: right;
	background-color: #B74347;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 5px;
}

table#footer td#footnav a:link, table#footer td#footnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

table#footer td#footnav a:hover, table#footer td#footnav a:active {
	color: #333366;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

table#footer td#extreme {
	width: 750px;
	background-color: #FFFFFF;
	padding-right: 5px;
	font-size: 11px;
	height: 19px;
	text-align: right;
	color: #93A0B2;
}

table#footer td#extreme a:link, table#footer td#extreme a:visited {
	color: #93A0B2;
	text-decoration: none;
}

table#footer td#extreme a:hover, table#footer td#extreme a:active {
	color: #000000;
	text-decoration: none;
}









