/* CSS Document */
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}



body /* Internet Explorer */ 
{
background-color:#283d70;
text-align: left; 
margin-top:0px ; 
margin-bottom:0px;
} 

body /* Mozilla Firefox alignment */ 
{
background-color:#283d70;
text-align: -moz-left; 
margin-top:0px ; 
margin-bottom:0px;
}

.tdStyle{
background-color:#283d70;
font-size:11px;
text-align:left;
padding-left: 20px;

}

table {
margins:auto;
background-color:#283d70;
}


#container {width: 100%; background-color:#283d70;}
#masthead {width; 100%;}
#nav {position: absolute;left: 10px; width: 160px; background-color:#283d70;}
#sidebar {position: absolute;left: 835px;width: 160px; background-color:#283d70;}
#content {position: absolute;left: 180px; width: 640px;}
#footer {width: 100%; clear: both; background-color:#283d70;}
