body {
	background-color: #1D68AA;
}
img {border:none;}
#nav { width:200px; color:white; font-size:18px; }
#nav li {border-bottom:1px solid black;height:45px;padding:0px;}
#nav div {text-align:right; vertical-align:text-bottom; padding: 0px;}
#footer {background-color:#000099; color:white;}
div#footer {
	font-size:14px;
	clear:both;
	height:48px;
	background-image:url(images/foot-bg2.png);
	}
#footer div {margin:6px;}
#footer a:hover {
	background-image:url(images/fh-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
a:link, a:visited, a:hover {color:white;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainDiv {
 width:760px; 
 margin-left:auto; 
 margin-right:auto; 
 border:1px solid black;
 background-color:#999999;
}
.mainContent {
	color:white;
	padding:10px;
}
#menuBar {
 height:24px; 
 background-image:url(images/menu-bg.png);
/* background-color:#345965; /* menu brown is #625137 */
 border-bottom:2px solid gray; 
 padding:0px;
 text-align:right;
 font-size:14px;
 position:relative;
 overflow:hidden;
}
#menuBar img {
	position:relative;
	border:none;
	top:0px;
}
#menuBar img:hover {top:-24px;}
#menuBar img:active {top:-24px;}

.title {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid black;
	padding: 0px .3em;
}
.content {
	font-size: 14px;
	padding:0px;
}
