	body{
		font-family: verdana;
		background: #336699;
		font-size: 10pt;
	}
	
	table{
		font-family: verdana;
		font-size:10pt;
		border-spacing:0px;
	}

	td{
		vertical-align: top;
	}
	
	
	H3{
		margin: 0px 0px 10px 0px;
		color: black;
	}
	
	.clear{clear:both;}
			
	#main{
		width: 900px;
		text-align: left;
		border: 1px solid white;
	}
	
	#header{
		background-repeat: no-repeat;
		background-position: bottom;
		height: 100px;
		border-bottom: 1px solid white;
	}


	#navbar{
		background: #000033;
		color: white;
		padding: 2px 5px 5px 5px;
		text-align:right;
	}
	
	#navbar a{
		text-decoration: none;
		color: white;
	}

	#content{
		min-height: 400px;
		background: #003366;
		padding: 15px;
	}
	
	#footer{
		font-family: arial;
		background: #669999;
		color: white;
		padding: 2px 5px 2px 5px;
		text-align: center;
		font-size: 8pt;
	}
	
	#foot{
		font-family: arial;
		font-size: 8pt;
		text-align:center;
		clear:both;
		margin:5px 0px;
	}
	
	#foot a{
		color: black;
	}