BODY {
	background-color: #2F4F4F;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 2px 20px 5px 20px;
}

#Main {
	background-color : White;
	padding: 4px 4px 4px 6px;
	border: 1px dashed #teal;
	font-size: 11pt;
}

#Menu {
	background-color: #bcc;
	float: right;
	position: absolute;
	left: 300px;
	width: 250px;
	padding-left: 5px;
	border-left: 1px solid #699;
	}

.title {
	font-size: 14px;
	border-bottom: 1px dashed #699;
	margin-bottom: 0px;
}

.under {
	margin-top: 2px;
}

a:link, a:visited  {
	color: Maroon;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #DEE;
	color: black;
}

h1, h2, h3, h4, h5 {
	color: #2F4F4F;
	font-family: Arial, Helvetica, sans-serif;
}

#foot {
	font-variant: small-caps;
	font-size: 11px;
	color: white;
	border-bottom: 1px solid #99CCCC;
	border-top: 1px solid #99CCCC;
}
#foot a:link, #foot a:visited {
	color: #dFF;
}

#foot a:hover, #foot a:active {
	color: #dFF;
	background-color: #366;
}