body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align:center;
	margin: 3em 0 0 0;
	padding:0;
	
	background-color:#0000CC;
}
#container {
	width:770px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-color:#FFFFFF;
	/*border: 2px solid black;*/
	border-style:double;
	border-color:#000066;
}
#banner {
	width:687px;
	height:92px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.underbanner {
	clear:both;
	width:770px;
	height:4px;
	background-image:url(../images/navbar.gif);
	background-repeat:repeat-x;
}
#content {
	clear:both;
	padding: 10px;
	background-color:#FFFFFF;
		
}
#footer {
	font-size:smaller;
	text-align:center;
	background-color:#9999FF;
	border-top: 1px double black;
}
#footer a:link {
text-decoration: none
}
#footer a:visited {
text-decoration: none
}
#footer a:active {
text-decoration: none
}
#footer a:hover {
text-decoration: underline overline; 
color:#0000CC;
}
 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 12px 0 0 0;
background-color:#9999FF;
}

#nav-menu li
{
float:left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(../images/background.gif) #fff bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
font-weight:bold;
text-decoration: none;
text-align: center;
}
#nav-menu li a:hover
{
background: url(../images/background.gif) #fff bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color:#0000FF;
font-weight:bold;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:770px;

}