html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	background-color: #F1F1E0;
	margin-top: 2px;
	margin-bottom: 0px;
}
h1 {
	font: normal 200% Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

h2 {
	font: bold 150% "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #336666;
	padding-bottom: 10px;
}
h3 {
	color: #336666;
	padding-top: 10px;
	padding-bottom: 5px;
	font: bold normal 120% Georgia, "Times New Roman", Times, serif;
}
#Main {
	margin: 5px auto;
	width: 90%;
	background: #FFFFFF;
	font: 80% Georgia, "Times New Roman", Times, serif;
}
#header {
	text-align: center;
	height: 40px;
	padding: 10px;
	border-bottom: 1px solid #F1F1E0;
	
}
#nav {
	display:none;
	}
#menu {
	height: 20px;
	border-bottom: 1px solid #666666;
}
#footer {
	font: 90% Tahoma, Verdana, Arial, sans-serif;
	padding: 2px 2px 2px 5px;
	border-top: 1px solid #666666;
}
#content {
	padding: 35px 50px 35px 40px;
	line-height: 130%;
}
a:link {
	color: #000066;
	text-decoration: none;
}
#content p {
	padding-bottom: 10px;
}
#rightcolumn {
	display: none;
}
#content ol {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}

