body {
text-align:center;
background-color:#ddd; 
margin-top: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
margin-right: 0px;
}


#container {
font-family:verdana;
font-size:9pt;
color: #333333;
position:relative;
margin-top:15px;
margin-right: auto;
margin-left: auto;
width: 558px;
/*height:920px;*/
background-color: #ddd;
text-align:left;
/*height:100%;*/
}

.table {
font-family:verdana;
font-size:9pt;
color: #333333;
}


#maincontent {
float:left;
width:558px;
background-color:#ffffff;
}


#header {
height:189px;
width:558px;
}


#menu {
background-color:#9caeb6;
width:558px;
height:30px;
text-align:left;
overflow:hidden;
}




#footer{
clear:left;
color:#cccccc;
text-align:center;
width:950px;
height:20px;
background-color:#011248;
}

a.menulinks:link { 
	font-weight:bold;
	color: #555;
	text-decoration: none;
	font-size:8pt;
	}
	
a.menulinks:visited { 
	font-weight:bold;
	color: #555;
	font-size:8pt;
	text-decoration: none;
	}
	
a.menulinks:active { 
	font-weight:bold;
	color: #555;
	font-size:8pt;
	text-decoration: none;
	}

a.menulinks:hover { 
	color: #0a50a1;
	text-decoration: none;
	font-weight:bold;
	font-size:8pt;
	}


A {
/*text-decoration: none;*/
color: #051f46;
}


#dropmenudiv{
	border-left:1px solid #aaa; border-right:1px solid #aaa; border-top:1px solid #aaa; border-bottom:0px solid #aaa; position:absolute;
	line-height:18px;
	z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
	}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #aaa;
	padding: 1px 0;
	font-weight:bold;
	color: #555;
	font-size:8pt;
	text-decoration: none;
	}

#dropmenudiv a:hover{ 
	color: #0a50a1;
	text-decoration: none;
	font-weight:bold;
	font-size:8pt;
	}






