<style type="text/css">
	
	
	body {
		background:#FFFFFF;
		text-align:center;
		}
	
	#frame {
		width:750px;
		height: 550px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background:#003300;
		}
		
	
	#header {
		width:750px;
		height:120px;
		background-image: url(images/headera.gif);
		}

	#contentleft {
		width:150px;
		height: 400px;
		padding:10px;
		float:left;
		background-color: #003300;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #FFFFFF;

		}

	
   #content1 {
		width:575px;
		height: 400px;
		padding:0px;
		float:left; 
		background-color: #000000;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #003300;
		}

	#content {
		width:575px;
		height: 400px;
		padding:0px;
		float:left;
		background-color: #FFFFFF;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #003300;
		}

	#footer {
		width:750px;
		height:20px;
		border-top:1px solid #FFFFFF; 
		font-family: verdana;
		font-size: 11px;
		color: #FFFFFF;
		text-align: center;
		background:#003300;
		}
		
	a:link
		{
		color: #000000;
		text-decoration: none
		}

	a:visited
		{	
		color: #000000;
		text-decoration: none
		}

	a:hover
		{
		color: #FF0000;
		text-decoration: none
		}

	a:active
		{	
		color: #000000;
		text-decoration: none
		}

	a.white:link
		{
		color: #ECE6D7;
		text-decoration: none
		}

	a.white:visited
		{	
		color: #ECE6D7;
		text-decoration: none
		}

	a.white:hover
		{
		color: #FF0000;
		text-decoration: none
		}

	a.white:active
		{	
		color: #ECE6D7;
		text-decoration: none
		}

	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
</style>