/* CSS Document */
body {
padding:0px;
margin:0px;
font-family:arial,verdana,helvetica;
font-size:12px;
/*background: #098EFF URL('img/mainBG.jpg') repeat-x;*/
background: #104A7B; /* URL('img/topGrad.gif') repeat-x;*/
}

td {
font-family:arial,verdana,helvetica;
font-size:12px;
}

h3 {
margin-bottom:2px;
}

#pagetop {
/*background:#175DBD;*/
width:100%;
height:82px;
}


#topnav {
background:#FFFFFF;
border:1px solid #ffffff;
height:20px;
margin-bottom:2px;
margin-top:22px;
padding-top:2px;
text-align:right;
}

#indexblock {
padding:2px;
font-size:12px;
}

#indexblockmain {
/*background:#6296DC;
color:#ffffff;*/
background:#ffffff;
color:#333333;
padding:4px;
float:left;
width:640px;
}


#topnav a:link    {color:#098EFF;font-weight:bold;font-size:14px;text-decoration:none;}
#topnav a:active  {color:#098EFF;font-weight:bold;font-size:14px;text-decoration:none;}
#topnav a:visited {color:#098EFF;font-weight:bold;font-size:14px;text-decoration:none;}
#topnav a:hover   {color:#098EFF;font-weight:bold;font-size:14px;text-decoration:underline;}


#sitelist a:link    {color:#6296DC;font-weight:bold;text-decoration:underline;}
#sitelist a:active  {color:#6296DC;font-weight:bold;text-decoration:underline;}
#sitelist a:visited {color:#6296DC;font-weight:bold;text-decoration:underline;}
#sitelist a:hover   {color:#6296DC;font-weight:bold;text-decoration:none;}

a:link    {color:#0066CC;font-weight:bold;text-decoration:underline;}
a:active  {color:#0066CC;font-weight:bold;text-decoration:underline;}
a:visited {color:#0066CC;font-weight:bold;text-decoration:underline;}
a:hover   {color:#0066CC;font-weight:bold;text-decoration:none;}



#indexblockright {
float:left;
width:186px;
}


#footer {
margin-top:4px;
background:#4D535B;
color:#ffffff;
padding:4px;
height:20px;
}

#footer a:link {color:#ffffff;}
#footer a:active {color:#ffffff;}
#footer a:visited {color:#ffffff;}
#footer a:hover {color:#ffffff;}


#indexlogin {
float:right;
width:285px;
height:93px;
min-height:93px;
/*background:#C4F2CE;*/
color:#000000;
/*padding:8px;*/
background: URL('img/loginBack.gif') no-repeat;
}
#indexlogin td {color:#000000;}

#indexsignup {
float:right;
width:176px;
background:#BBFFC6;
color:#000000;
padding:8px;
margin-top:5px;
}


#colRight {
float:left;
}

#sitelist {
padding:4px;
background:#ffffff;
color:#000000;
float:left;
width:680px;
}

.boxHeader {
	background: #098EFF;
	border: #098EFF 1px solid;
	color:  #ffffff;
	padding:0px;	
}
.boxHeader h3 {
	color:  #ffffff !important;
	margin: 2px 2px 2px 2px;
}
.boxPad {
	margin:4px;
}
.box {
	border: #098EFF 1px solid;
}
