@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/bg.jpg) fixed repeat-y center top;
	background-color: #003366;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	height: 100%
}
#container{
	height: 100%;
	margin-bottom: -20px;
}
.header{
background:url(../images/header.jpg); 
background-repeat:no-repeat; 
height:203px; 
width:700px;
}
.menu{
background:url(../images/menu.jpg) repeat-x; 
height:32px; 
width:700px;
}
.footer{
background:url(../images/footer.jpg) #c6a470; 
background-repeat:repeat-x; 
height:80px;
padding-top: 20px;
width:700px;
}
p
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}
a {
color:#0099FF;
}
a:hover {
color:#000066;
}
h1 {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color: #DE0106;
	font-weight:bold;
	text-align: center;
	line-height: 30px;
}
h2 {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #0066FF;
	font-weight:bold;
	line-height: 25px;
}
h3 {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #3A3A3A;
	font-weight:bold;
	line-height: 25px;

}
h4 {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	font-weight:bold;

}

.centered {
	text-align: center;
}
.navigation a {	
	font-family:  Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #900;
	font-weight:bold;
	padding-bottom: 4px;
	padding-top: 4px;
}
.navigation a:hover 
{
color: #FFF;
}
.copyright{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	color: #999999;
}
.caption{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 14pt;
	font-style:italic;
}
.joinNowBox {
	font-family: Verdana;
	font-size: 13px;
	color:#000099;
}
.bodydiv {
	border-color:#999999;
	border-width: 1px;
	width: 730px;
	height: inherit;
	margin:10px auto;	
}
ul {
margin: 10px;
}
li{
padding-top:3px; 
margin-top:5px;
margin-left: 10px;
}
img {
background-color: none;
border: 0px;
}
.tablestyle{
border-width: 1px;
border-style: solid;
border-color:#999999;
}
.highlighter{
background: #FFFF00;
}
.mininav{
font-family: Helvetica, sans-serif;
color:#FFFFFF;
font-size:11px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
padding-right: 10px;
}
.mininav a{
	color:#FFFFFF;
}
.mininav a:hover{
	color: #FFC;
	text-decoration:none;
}
#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #FFF0E8 url('../table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #FFF0E8;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #ffe0ce url('../table-images/gradhover.png') repeat-x;
	color: #339;
}
img{
border: none;
}
.smallcap{
font-size: 9px;
font-variant:small-caps;
}
.test {
	border: 2px double #09C;
}
ul.ticklist li{
	background:url(../images/tick.jpg) no-repeat left top;
	padding-left: 40px;
	list-style: none;
	margin: 10px 10px;

}