body 	{background: #CCCCCC;
	color: black;
	font-family: sans-serif;
	font-size: 12pt;
	margin: 0px ;}

h1 	{border-style: none;
	border-width: thin;
	text-align: center;
	background-color: #cccccc; }

h2 	{border-style: none;
	border-width: 0px;
	text-align: center;
	background-color: #cccccc; }

h3 	{border-style: none;
	border-width: thin;
	text-align: center;
	background-color: #cccccc;
	color: blue ; }

h4 	{border-style: solid;
	border-width: thin;
	text-align: center;
	background-color: gray;
	color: black ; }

legend 	{border-style: solid;
	border-width: thin;
	background-color: gray; }

#header {height: 5px ;
	padding: 5px ;}

#main 	{padding: 5px ;
	margin-left: 205px ;
	margin-top: 205px ;}

#navigation {position: absolute ;
	left: 5px ;
	top: 200px ;
	width: 200px ;
	text-align: center ;}

#banner {position: absolute ;
	left: 5px ;
	top: 252px ;
	width: 200px ;
	text-align: center ;}

#footer {padding: 5px ;
	margin-top: 50px ;}

img	{padding-left: 5px ;
	padding-right: 5px ; }

.white 	{background-color: white; }

.centered {text-align: center ;}

.date {text-align: center; background-color: yellow;}

a 	{color: blue; text-decoration: none; }

a:hover {color: red; text-decoration: underline;}



<!-- David King, copyright 2009 -->