body {
	margin: 0px;
	padding: 2px;
	background-color: white;

	font-size: small;
}
#content {
	margin: 0px 0px 0px 9.8em;
	padding: 0em 0em 0em 0em;
	background: #F8FBF8;
	border-top: 1px solid #000033;
	border-bottom: 1px solid #716F64;
	border-left: 1px solid #000033;
	padding-left: 0em;
}
#footer {
	margin: 0px;
	padding: 0px;
}
#content p {
	margin: 0em 0px 0px;
	padding: 0em 0px 0px 0em;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Geneva, san-serif;
}
#menu {
	width: 9.4em;
	padding: 0 0 1em;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	float: left;
	margin: 0px;
	position: static;
	font-size: 80%;
}
#menu a {
	display: block;
	color: blue;
	text-decoration: none;
	width: 10.1em;
	background-color: #DFD2AA;
	border-bottom: 1px solid #333300;
	letter-spacing: 0.2em;
	padding: 4px 5px 4px 1.7em;
		}
#menu a:hover {
	color: red;
	background-color: #7CBF80;
}
#menu p {
	color: #000000;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0em;
	text-align: justify;
	padding-right: 2em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #333300;
}

.floater {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 21%;
	border: 1px solid #333300;
	background: #A5A877;
	top: 6.8em;
	left: 44em;
}
.floater h3 {
	border: 1px solid #333300;
	color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
	text-align:center;
	background-color: #666842;
}
.floater p{
	padding: 0px 0px 0px 2px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	border-bottom: 2px dotted #333300;
}

h1 {
	margin: 0px;
	padding: .5em .5em .5em 1em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: red;
	border-bottom: 2px solid #666842;
	font-size: 200%;
	background-color: #cccccc;
}
#footer p {
	padding-top: 5px;
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
	color: #9999ff;
	letter-spacing:1px;
	padding-bottom: 5px;
	text-align:center;
	border-top: 1px dotted #333300;
	border-bottom: 1px dotted #333300;
}
#content h2 {
	font-family: 'Trebruchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
	padding-bottom: 0px;
	border-bottom: 1px inset #333333;
	margin-bottom: 0px;
	padding-left: .5em;
	border-left: 1px outset #333333;
}
#content a {
	color: #333300;
}
#content a:hover {
	text-decoration: none;
}
#content ul {
	padding-left: 4em;
	font-family: "Trebuchet MS", Arial, Geneva, san-serif;
	list-style: square;

}
