﻿body {
	margin:10px 0px 0px 0px; 
	background: #003b6f url('siteart/bg.jpg') repeat-x;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003b6f;
}


a:link, a:active, a:visited {
	color:#003b6f;
	text-decoration:underline;
}

a:hover {
	color:#000;
}


a.nav:link, a.nav:active, a.nav:visited{
	font-weight:bold;
	text-transform:capitalize;
	color:#003b6f;
	padding:8px 5px 8px 5px;
	text-decoration:none;
	display:block;
	font-size:11px;
	text-align:center;
}
a.nav:hover {
	background:url('siteart/navbg_on.jpg') repeat-x;
	color:#000;
}


#logocontainer {
	vertical-align:top; 
	padding:10px 0px 10px 0px; 
	background:white; 
	width:133px;
}

#logo {
	padding:8px 10px 8px 10px;
}



