<style type="text/css">
	
	
	body {	
		background-color: #CCFFFF;
		}
	
	#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background:#000066;
		}
		
	#contentleft {
		width:135px;
		padding:5px;
		float:left;
		border-top:1px 
 		solid #FFFFFF; 
		background:#000066;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #FFFFFF;

		}
	
	#content {
		width:450px;
		padding:0px;
		float:left;
		font-family: verdana;
		font-size: 11px;
		font-color:#000000;
		text-align: justify;
		background:#FFFFFF;
		}
	
	#contentright {
		width:152px;
		padding:0px;
		float:left;
		border-top:1px 
 		solid #FFFFFF; 
		background:#000066;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #FFFFFF;

		}
	
	#contentheader {
		width:750px;
		height:100px;
		background-image: url(images/header.gif);
		}
		
	#topbar {
		width:750px;
		height:15px;
		border-top:1px 
 		solid #FFFFFF; 
		border-bottom:1px;
 		solid #FFFFFF; 
		font-family: verdana;
		font-size: 11px;
		text-align: center;
		border color: #FFFFFF;
		word-spacing: 20px;
		background:#000066
		}
		
	#footerad {
		width:750px;
		height:75px; 
		border-bottom:1px;
 		solid #FFFFFF; 
		font-family: verdana;
		font-size: 11px;
		color: #FFFFFF;
		text-align: center;
		border color: #FFFFFF;
		background:#000066
		}
		
	#footer {
		width:750px;
		height:17px; 
		border-top:1px;
 		border-top-color: #FFFFFF;
 		border-top-style: solid;
		border-bottom:1px;
 		solid: #FFFFFF; 
		font-family: verdana;
		font-size: 11px;
		color: #FFFFFF;
		text-align: center;
		background:#000066
		}
		
	a:link
		{
		color: #FFFFFF;
		text-decoration: none
		}

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

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

	a:active
		{	
		color: #FFFFFF;
		text-decoration: none
		}
		
	a.black:link
		{
		color: #000000;
		text-decoration: none
		}

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

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

	a.black:active
		{	
		color: #000000d;
		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>