body {
		font-family: arial, helvetica, sans-serif;
	}	

	#nav  {
		margin: 0;
		padding: 0;
		float: left;
		width: 165px;
		text-align: center;
	}

	#nav li {
		list-style: none;
		margin: 1px;
		text-align: left;
	}
	
	#nav a{
		display: block;
		font-weight: bold;
		text-decoration: none;
		color: white;
		background-color: #36865e;
		width: 150px;
		font-size: 70%;
		padding: 2px 3px 2px 3px;
		border: 3px solid #36865e;
	}
	
	#nav a:hover {
		color: #36865e;
		background-color: #ebff11;
		border: 3px solid #36865e;
	}
	#nav ul, #nav ul li, #nav ul a, #nav ul a:hover {
	background-color: white;
	color: black;
	border: 0;
}
	#nav ul a {
		font-size: 70%;
		display: inline;
	}
	
	#nav ul a:hover {
	text-decoration: underline;
	}
	
	#nav ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: -1em;
	text-align: left;
	}

	.footer {
	 background-color:white;
	 color: white;
	 height:20px;
	 text-align: center;
	 font-size: 8pt;
	}
	
	.contact
{
    color: #336699;
	font-family: Arial, Verdana;
    font-size: 8pt
}
	#quote {
	background-color: #08317B;
	color: white;
	text-align: center;
	font-size: xx-small;
	width:550px;
	height:33px;
	}

	#date {
	position: absolute: left: 2; top: 0; width: 165;height: 84;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #36865e;
	font-weight: bold;
	}

	#main {
	 width:589px;
	 border:0px;
	 text-align: left;
	 padding:0px;
	 vertical-align: top;
	 font-family: Arial, sans-serif;
	 font-size: small;
	}

