@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	background-color: #006699;
	background-repeat: repeat-x;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
}
.header{
background:url(../images/header.jpg); 
background-repeat:no-repeat; 
height:138px; 
width:700px;
}
.menu{
background:url(../images/menu.jpg); 
background-repeat:no-repeat; 
height:26px; 
width:700px;
}
.footer{
background:url(../images/footer.jpg); 
background-repeat:repeat-x; 
height:26px; 
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: #003366;
	font-weight:bold;
	padding-bottom: 4px;
	padding-top: 4px;
}
.navigation a:hover 
{
color: #FFFFFF;
}
.copyright{
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}
.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: 660px;
	height: inherit;
	margin: 10px;	
}
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;
background-color: #006699;
}
#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;
}