
<style type="text/css" media="screen">

 body
 {}

	body
	{
		margin: 0;
		padding: 0;
		text-align: center;
		background-image: url('images/backgrnd.jpg');font-style:normal; font-variant:normal; font-weight:normal; font-size:85%; font-family:arial, hevetica, sans-serif;
	}

	a:visited { color: #ffffff; }
	
	a:hover, a:active
	{
		color: #fff;
	}
	
	h2
	{
		color: #030551;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5B5E0E;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	h6
	{
		color: #030551;
		font: 70% georgia, times, "times new roman", serif;
		text-align:center;
		margin-bottom: 0;
	}
	
	#container
	{
		margin-top: 0;
		width: 700px;
		text-align: left;
		background-image: url('images/containerbkgd.jpg');
		border: 1px solid #030551;

	}
	
	
	#header
	{
		height:153px;
		background-image: url('images/header.png');
		position: relative;
		background-repeat: no-repeat;	
		background-position: 0 0;
	}
	

	#contents 
	{ 
		padding:7px;
	}


	#contents p 
	{
		line-height: 165%; 
		padding:7px;
		color:#000000;
		font: 100% georgia, times, "times new roman", serif;
	}

	#contents a
	{
		line-height: 165%; 

		color:#030551;

		font: 100% georgia, times, "times new roman", serif;
	}
	
	
	.contentlinks
	{ 		
		padding: 7px; 
	}
	
	.contentlinks ul
	{
		text-align: left;
		list-style-type: disk;
		color:#000000;
		font: 100% georgia, times, "times new roman", serif;

	}
	
	.contentlinks li
	{
		color:#000000;
		font: 100% georgia, times, "times new roman", serif;
		text-align: left;
		list-style-type: disk;
		padding: 2px;

	}
	
	#footer
	{
		margin-top: 0px; 	
		clear: both;
		color: #CE9E0C;
		background-color: #030551;
		text-align: right;
		padding: 5px;
		font-size: 70%;
		
	}
	
	</style>