html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-family: Garamond, serif; 
	}

#nav {
	width: 180px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	font-family: Garamond, serif; 
	font-style: italic;
	text-align: center;
	background-color: #99FF99;
	}
	
#content {
	padding: 10px;
	margin-left: 200px;
	border-left: 1px solid #000066;
	}

#header {
	background-color: #99FF99;
	color: #000000;
	font-family: Garamond, serif; 
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #000066;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	}
	
#footer {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid #000066;
	font-size: 11px;
	text-align: center;
	font-style: normal;
	padding: 2px 10px 0 0;
	clear: both;
	}

.spacer {
	clear: both;
	}

h1 h2 h3 {
	color: #000000; 
	background-color: #99FF99; 
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Garamond, serif; 
	font-style: italic;
	} 

h1 {
	font-size: 28pt;
	} 

h2 {
	font-size: 24pt;
	}

h3 {
	font-size: 20pt;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 14pt;
	}

.center{
	text-align: center;
	}

.center2{
	text-align: center;
	font-size: 11px;
	font-style: normal;
	}

.normal{
	font-style: normal;
	}

dd, dt {
	font-family: Garamond, serif;
	font-style: italic;
	font-size: 0.95em;
	}

a:link {
	font-family: Garamond, serif; 
	color: #0033CC; 
	font-style: italic;
	}

a:visited {
	font-family: Garamond, serif; 
	color: #800080; 
	font-style: italic;
	}

a:hover {
	font-family: Garamond, serif; 
	color: #009966; 
	font-style: italic;
	text-transform: uppercase
	}

a:active {
	font-family: Garamond, serif; 
	color: #FF0000; 
	font-style: italic;
	}
