body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-attachment: fixed;
	background-color: #03497c;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

h1{
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	font-weight:bold;
}



.cleanup{
	clear: both;
}

#mainFrame{
	display: block;
	margin: 0 auto;
	margin-top:20px;
	border: 2px solid #0e5c83;
	width: 80%;
	
}

#headerFrame{
	display: block;
	width: 100%;
	height: 65px;
	background: url(header-small.jpg) no-repeat;
	background-color: #02416c;
}

#menuFrame{
	height: 22px;
	display: block;
	background-color:#6c84a6;
	background: url(menuGrad.jpg) repeat-x;
}

#submenuFrame{
	height: 22px;
	display: block;

	background-color:#89a6c8;
	background: url(submenuGrad.jpg) repeat-x;
	border-top: 2px solid #6c84a6;

}

#menuFrame ul,#submenuFrame ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#menuFrame li,#submenuFrame li{
	display: block;
	height: 22px;
	float: left;
	padding-top: 1px;
	min-width: 100px;
	text-align: center;

}

#menuFrame li{
	color: #FFF;
	font-weight: bold;
}

#submenuFrame li{
	font-size: 11px;
	color: #273366;
}

#menuFrame li:hover{
	background: url(td6.jpg) repeat-x;
	/*border-top: 1px solid #566b8a;
*/
}

#menuFrame a,#submenuFrame a{
	text-decoration: none;
}
#submenuFrame a{
	color: #273366;
}

#menuFrame a{
	color: #FFF;
}





#bodyFrame{
	display: block;
	width: 100%;
	background-color: #cdd9e9;
	background-image: url(pageGrad.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5px;
	padding-top: 5px;
}

#bodyFooter{
	display: block;
	height: 40px;
	background: url(pageFooter.jpg) repeat-x;
}

#leftCol{
	display: block;
	border: 1px solid #39567d;
	margin-right: 180px;
	margin-left: 5px;
	background-color: #e7ecf3;
	padding: 5px;
}

#rightCol{
	display: block;
	float: right;
	width: 165px;
	margin-right: 5px;
	text-align: center;
	
}

table.hotRate{
	border: 1px solid #840300; 
	background-color: #D70500;
	font-size: 11px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}


#copyright{
	text-align: center;
	color: #FFF;
	font-size: 11px;
	margin-top: 10px;
}

#copyright a{
	text-decoration: underline;
	color: #FFF;
}

#contentFrame{
	
}

#affiliates{
	border: 1px solid #273366;
	display: block;
	width: 125px;

	margin: 0 auto;
	text-align: center;
	background-color:#FFF;
}

#affiliates a{
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}

#affiliates span{
	display: block;
	text-align: center;
	background: url(td7.jpg) top repeat-x;
	color: #273366;
}

.td8{
	background: url(colgrad.jpg) top repeat-x;
	display: block;
	height: 22px;
	width:  100%;
	border: 1px solid #002953;
}

.td6{
	background: url(colgrad.jpg) top repeat-x;
	height: 22px;
	color: #000;
}
.td5{
	
	height: 18px;
	color: #000;
	text-decoration: underline;
}

.box1 {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #A8B4C4;
	color: #000;
	text-align: justify;
}


