	body
	{
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	#container
	{
		margin: 10px;
		width: 755px;
		text-align: left;
		background-color: white;
		border: 0;
	}
	
	#header
	{
		height: 223px;
		background-color: white;
	}
	
	#mainnav
	{
		height: 33px;
	}
	
	#pics
	{
		float: right; 
		background-color: white;
	}
	
	#contents	
	{
		margin-left: 20px;
		background-color: white;
	 	padding: 10px 0 0 0;
		color: black;
		font-family : Helvetica, Arial, Sans Serif;
		font-weight : normal;
		font-size : 12pt;
	}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: white;
	}
	
	
	
/*  mainnav menu */

UL.navlist {
	list-style-type: none;
	padding: 6px 0 0 0;
	margin: 0px 2px 2px 0;
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	font-weight : bold;
}
ul.navlist li {
	display: inline;
	margin: 0px 4px 0px 20px;
}
ul.navlist a {
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	text-decoration: none;
	color: white;
}
.home:hover {
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	text-decoration: none;
	color: #0081C1;
}
.cac:hover {
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	text-decoration: none;
	color: #EB690A;
}
.nsead:hover {
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	text-decoration: none;
	color: #003382;
}
.start:hover {
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	text-decoration: none;
	color: #1E8200;
}
.nmi:hover {
	font-family : "Arial Narrow", Helvetica;
	font-size : 12pt;
	text-decoration: none;
	color: #8400A2;
}
	