
	body
	{
		text-align: center;
		background: #B0BFC2;
		color: #444;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 800px;
		background: #FFF url(../images/header-base10.gif) repeat-y;
	}
	
	h1
	{
		
		background: #fff;
		color: blue;
		padding: 20px;
		margin: 0;
		border-bottom: 5px solid #387A9B;
	}
	
	ul#navigation
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	#nav a
	{
		display: block;
		text-decoration: none;
		font-family: verdana;
		font-size: 80%;
		font-weight: bold;
		background: #e0ddf8;
		color: blue;
		padding: .4em 0em .4em 10px;
		border-bottom: 1px solid #fff;
		width: 140px;
	}
	
	#nav a:hover
	{
		background: #898E79;
		color: #ffffff;
	}
	
	

	#nav
	{
		float: left;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}
	
	#nav li
	{
		display: inline;
	}


	#nav div.menutitle
	{
		color: white;
		border-bottom: 1px solid #464cb6;
		padding: .4em 0em .4em 10px;	
		background-color: #464cb6;
		font: bold 90% arial, sans-serif;
	}

	
	#content
	{
		float: left;
		width: 575px;
		margin-left: 35px;
		padding: 15px 0;
		font: 90% arial, sans-serif;
	}
	
	#footer
	{
		clear: both;
		background: #387A9B;
		color: #fff;
		padding: 5px 10px;
		text-align: center;
		font-family: arial, sans-serif;
		font-size: 70%;
	}
	
	h2
	{
		margin-top: 0;
		color: #B23B00;
		font-weight: normal;
	}

	h2 hr
	{
		border: 1px solid #387A9B;
	}

	img
	{  
		border-style: none;
	}

	table
	{
		border-collapse: collapse;
	}

	th, td
	{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: .5em;
	}

	tr
	{
		background: #b0c4d7;
	}

	thead th
	{
		background: #036;
		color: #fff;
		font-family: arial, sans-serif;
		font-weight: bold;
	}

	tbody tr
	{
		font-family: arial, sans-serif;
		font-weight: normal;
		background: #658cb1;
	}

	tr.alternate
	{
		background: #d7e0ea;
	}

	tr.alternate th
	{
		background: #8aa9c7;
	}
	
/*	a:link { color: #175B7D; }
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		color: #e0ddf8;
		background: #175B7D;
	}

*/