body
{
	margin: 0;
	padding: 0;
	font: 75% verdana, arial, hevetica, sans-serif;
	text-align: center;
	color: black;
	background-color: #BFD9E3;
}

#shadow
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: white;
	background-image: url('images/shadow_bg.gif');
	background-repeat: repeat-y;
}

#container
{
	width: 780px;
	margin: 0 10px;
	text-align: left;
	background-color: white;
}

#header
{
	height: 87px;
	background-color: #016891;
	background-image: url('images/header.gif');
}

#mainnav
{
	height: 30px;
	font-size: 12px;
	border-top: 1px solid white;
	border-bottom: 3px solid yellow;
	background-color: black;
	background-image: url('images/mainnav_bg.gif');
	background-repeat: repeat-x;
}

#mainnav ul
{
	margin: 12px 20px;
	padding: 0;
	list-style-type: none;
}

#mainnav li
{	
	padding: 4px 25px;
	display: inline;
	color: white;
}

#mainnav li a
{
	color: white;
	text-decoration: none;
}

#mainnav li.selected
{	
	color: black;
	background-color: yellow;		
}

#mainnav li.selected a
{	
	color: black;
	background-color: yellow;		
}

#contents
{
	min-height: 400px;
	margin-left: 0;
	padding: 20px 10px;
}

#contents p 
{ 
	line-height: 165%; 
}

#contents h1
{
	font-size: 1.8em;
	color: #016891;
}

#contents h1 a 
{ 
	text-decoration: none; 
	color: #016891;
}

#contents h2
{
	font-size: 1.3em;
	color: black;
}

#contents h2 a 
{ 
	text-decoration: none; 
	color: black;
}

#contents h3
{
	font: bold 1.5em Times New Roman, Times, serif;
	color: #016891;
}

#contents h3 a 
{ 
	text-decoration: none; 
	color: #016891;
}

#contents a
{
	color: black;
}

#contents a:hover
{
	color: #016891;
}

#contents ul
{
	line-height: 165%;
	list-style-type: square;
}

#contents ol
{
	line-height: 165%;
}

#contents li
{	
	padding: 0.2em 0;
}

#contents div.hr
{
	background-image: url('images/hr_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 20px
}

#contents div.hr hr
{
	display: none;
}

#footer	
{
	height: auto;
	clear: both;
	background-color: #016891;
	border-top: 3px solid yellow;
	padding: 20px 10px;
}

#footer p 
{
	margin: 1.0em 0;
	font-size: 0.8em;
	line-height: 165%;
	color: white; 
}

#footer p a
{
	color: white;
}

#footer p a:hover
{
	color: yellow;
}

