<html>
<head>

<style type="text/css">

</head>

h1 { font-size: x-large; font-weight: bold; }

h2 { font-size: large; font-weight: bold }

h3 { font-size: large; font-weight: bold; color: #000099; }

h4 { font-size: small; font-weight: bold; color: #000099; }

h5 { font-size: large; font-weight: bold; color: red; }

h6 { font-size: medium; font-weight: bold; color: #000099; }

hr { size: 8; color: #000099; }


#footer { font-size: small; align: center; color: black; }


body {font-family: Georgia; margin: 0px; background-color: #cccc99;  }

#header { font: bold 48px Trebuchet MS; 
	border-bottom: 3px solid #cccc99;
	background-color: white;
	margin-bottom: 0px; }

#content { float: right; 
	padding: 1px 10px 1px 10px;
	width: 80%;
	margin: 0px;
	margin-left: 2px;
	border: none;
	background-color: white; }

#nav { float: left;
	width: 15%;
	margin-top: 0px;
	font-weight: bold;
	padding: 10px;
	border: none;
	font-family: Trebuchet MS;
	font-size: small;
	background-color: #000099; }

#nav a { text-decoration: none;
	color: #ffff66; }

#nav a:hover { color: #ccffff; }

h2 { margin-top: 10px }

div.page { width: 760px; }





</style>