@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	background: #ccc;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: navy;

}
#container
  {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #fff;
	text-align: left; 
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
} 
#header  h1  {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	margin: 0; 
	padding: 10px 0;
}
#mainContent  {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, 	Sans-Serif;
	font-size: 12pt;
	font-color: navy;
	padding: 0 20px;
	background: #FFFFFF;
}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
margin-left: 0;
background-color: yellow;
font color: navy;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;

}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
padding-top: 5px;

}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #000;
text-decoration: none;
border-right: 1px solid #000;


}

#navcontainer ul li a:hover
{
background-color: red;
color: #000;
}

#navcontainer #active { border-left: 1px solid #000; }

#menu-bot {
	width: 100%;
	font-size: 10px;
	background: #fff;
	border-bottom: 0px solid #000099;
	border-top: 0px solid #000099;
	padding-top: 20px;
	padding-bottom: 3px;
	color: navy;
	clip: rect(auto, auto, auto, auto);
	text-align: center;
	text-transform: none;
	position: relative;

}
#footer  { 
	padding: 0 10px;
	background:#fff;
	font-size: 8pt;	
	border-top: 1px dotted #000;

}