body,

	html {
		margin:0;
		padding:0;
		background:#FFFFFF;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		height: 1%;
		font-size: 10pt
		
		
	}

	body {
		min-width:800px;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		height: 1%;
		text-align: center
		
	}

	#wrap {
		border-left: 10px solid #FFFFFF;
		border-right: 10px solid #FFFFFF;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		background: #FFFFFF;
		margin: 0 auto;
		width:750px
	}

	#header {
		background:#FFFFFF;
		height: 65px;
		padding: 10px 0px 10px 10px;
		color: #3355CC;
		font-size: 40px;
		font-weight: bold;
		border-bottom: solid 1px white
	}
	
	#header h1 {
    	padding:5px;
		height: 1%;		
	    margin:0
    }

	#nav {
		background:#0066BB;
		padding: 5px 5px 5px 10px;
		color: white;
		height: 5;
		border-bottom: solid 1px white
	}

	#nav ul{
		margin:0;
		padding:0;
		height: 5;
		list-style:none
	}

	#nav li{
		display:inline;
		margin:0;
		height: 1%;
		padding:0
	}

	#main {
		background:#FFFFFF;
		float:left;
		height: 1%;
		width:500px
		
	}
		
	#main p {
		padding: 0 10px
	}

	#sidebar {
		background:#0066BB;
		color: #FFFFFF;
		float:right;
		width:250px;
		height: 615px
	}

	#sidebar ul {
		height: 1%;
		margin-bottom:0

    }

    #sidebar h3, #sidebar p {
		height: 1%;
		padding:0 10px 0 0
    }

	#footer {
		background:#FFFFFF;
		clear:both;
		text-align: center;
		padding: 5px;
		font-size: 11px;
		margin-bottom: 20px;
		height: 1%;
		color: #0066BB
	}

	#credits {
		font-size: 10px;
		height: 1%;
		text-align: center
	}

	#footer p {
		padding:5px;
		height: 1%;
		margin:0
    }

	.title {
		color: #1C5B9E;
		height: 1%;
		font-size: 16pt
	}
	.subtitle {  
		
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		height: 8%;
		color: #0066BB;
		text-align: justify;
		font-weight: bold; 
		text-decoration: none}
	.footer {  
		
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		height: 8%;
		color: #0066BB;
		text-align: center;
		text-decoration: none}
		
		.credits {  
		
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		height: 8%;

		text-align: center;
		font-weight: bold; 
		text-decoration: none}
		
	.text {  
		
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		height: 8%;
		text-align: justify;
		text-decoration: none}
	.bullet {  
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt;
		list-style-type: disc
		}
	
	.links {
	
	font-size: 11px;

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}
.links:hover { color: #FFFF55; text-decoration: none }