body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #D6D6D6;
	}
	
	a:link { color: #909090; }
	a:visited { color: #909090; }
	
	a:hover, a:active
	{
		color: #CC9966;
	}
	
	h2
	{
	color: #909090;
	font-weight: bold;
	margin: 0 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
	color: #909090;
	font-weight: bold;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 106%;
	}
	
	
	#container
	{
		margin: 1em auto;
		width: 750px;
		text-align: left;
		background-color: #fff;
		border: 1px solid black;
	}
	
	#header
	{
	height: 106px;
	background-repeat:no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	
	#mainnav
	{
	background-color: #669999;
	color: #000000;
	padding: 0px 0;
	margin-bottom: 0px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 3px;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #FFCC66;
	}
	
	#menu
	{
	margin: 0px 600px 0px 2px;
	padding-left: 1px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0px;
		list-style-type: none;
		line-height: 170%;
	}
	
	#menu ul li
	{
	padding-left: 6px;
	background-color: #B4CBCD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
	#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
	
	#menu a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
	color: #000000;
	}
	
	#menu a:hover
	{
	color:#FFFFFF;
	}
	
	#contents {
	float: right;
	width: 560px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
	#contents p {
	line-height: 165%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	}
		
	#footer
	{
		clear: both;
		color: #FFFFFF;
		background-color: #669999;
		text-align: right;
		padding: 5px;
		font-size: 75%;
	}
	
	#footer a
	{
	text-decoration: none;
	color: #FFffff;
	}
	
	#footer a:hover
	{
	color: #ffcc66;
	}
