/* generic styles */

a:link
{
	color:#000066;
	text-decoration:underline;
	font-weight:normal;
}

a:visited
{
	color:#006633;
	text-decoration:underline;
	font-weight:normal;
}

a:hover
{
	color:#000066;
	text-decoration:none;
	font-weight:normal;
}

a:active
{
	color:#ff0033;
	text-decoration:none;
	font-weight:normal;
}

BODY {
  margin: 0px 0px 0px 0px;
  background-color: EAEDFF; }

BODY, TD, #content .paging, INPUT, SELECT {
  font-size: 11px;
  font-family: verdana,arial,helvetica,sans-serif; }
  
.logo {
 position: absolute; 
 z-index : 200;
 left: 0px;
 top: 0px;

}

.pageholder {
 width: 650px;
 position: absolute; 
 z-index: 100;
 left: 112px;
 top: 124px;
}

.main { 
 border : thin solid #DADADA;
 padding: 10px 20px 92px 20px;
 background-color: white;
}

.hubtitle {
 font-size: 20px;
 width: 420px;
 padding: 10px 15px 0px 10px;
 color: navy;
 float: right;
 text-align: right;
 font-family : "Arial Black";
}

.sidebar {
 width: 160px;
 padding: 155px 10px 0px 20px;
}

.content {
 float: right;
 text-align: justify;
 width: 420px;
 padding: 0px 10px 0px 10px;
}

.footer {
 padding: 10px 0px 0px 10px;
}

.popup {
 font-size: 12px;
 font-family: verdana,arial,helvetica,sans-serif; 
 padding: 10px 10px 10px 10px;
}

.popuptd {
 font-size: 12px;
 font-family: verdana,arial,helvetica,sans-serif; 
}
