* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .95em;
	text-align:left;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
#container {
	width: 770px;
	margin: 30px auto 0px;
	text-align: left;
	border: 1px solid #000000;
	font-size: 1em;
	background-position: left top;
	background-color: #FFFFFF;
	background-image: url(images/toppattern.gif);
	background-repeat: repeat-x;
	padding: 0px;
}
#header {
	height: 90px;
	width: 770px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 14px;
}
#menu {
	margin: 0px;
	padding: 0px;
}
#content {
	background-color:#FFFFFF;
	margin: 0px;
	clear: both;
	font-size: 0.95em;
	position: relative;
	padding-top: 5px;
	display: inline-block;
}
#footer {
	font-size: 0.9em;
	line-height: 0.9em;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image: url(images/toppattern.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 14px;
	height: 50px;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
}
#footer img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
p {
	margin: 5px;
	padding: 5px;
	font-size:1em;
	text-indent: 25px;
}
h1 {
	font-size: 1em;
	margin: 20px 0px 10px 10px;
	color: #990000;
}
h2 {
	font-size: 0.95em;
	margin: 20px 0px 10px 35px;
	color: #990000;
	text-align: left;
	font-weight: bold;
}
h3 {
	font-size: 0.9em;
	margin: 15px 0px 10px 15px;
	color: #990000;
	text-align: left;
	font-weight: bold;
}
ul {
	margin: 5px 0px 0px 50px;
	text-decoration: none;
}
li {
	margin: 5px 0px 0px 5px;
	text-decoration: none;
}
