body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #330000;
	background-color: #6A1915;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
a:link {
	color: #990000;
	font-weight: bold;
}
a:visited {
	color: #990000;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
}
a:active {
	color: #990000;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	color: #330000;
	margin-left: 80px;
}
h4 {
	font-size: 1.2em;
	color: #330000;
	margin-left: 80px;
}
h1 {
	color: #330000;
	margin-left: 80px;
}
h2 {
	font-size: 1.7em;
	color: #330000;
	margin-left: 80px;
}
dl {
	margin-left: 80px;
}
dt {
	font-weight: bold;
}
#container {
	background: #F6EAC8 url(images/main_bg.jpg) top center no-repeat;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}
#pageheader h1 {
	background: url(images/title.gif) top center no-repeat;
	width: 800px;
	height: 169px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#pageheader h1 span{
	display: none;
}
#content {
	background: url(images/content_bg.gif) top center repeat-y;
	width: 533px;
	margin-left: 167px;
	margin-top: 0px;
	padding-bottom: 20px;
}
#content2 {
	background: url(images/content2_bg.jpg) top center no-repeat;
	margin: 0px;
	padding-top: 10px;
}
#content2 p {
	margin-left: 80px;
	margin-right: 30px;
}
#content2 ul {
	margin-left: 80px;
	margin-right: 30px;
}
#menu {
	background: url(images/menu_bg.gif) top center repeat-y;
	width: 101px;
	position: absolute;
	left: 50%;
	margin-left: -280px;
	top: 230px;
}
#menu li{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	margin-left: -20px;
}
#menu p{
	background: url(images/menu_top_bottom.gif) top center no-repeat;
	height: 2px;
	width: 101px;
	margin: 0px;
	padding: 0px;
}
#menu p span{
	display: none;
}
.picturemargin {
	margin: 10px;
}
.bold {
	font-weight: bold;
}
form{
	margin-left: 80px;
	margin-right: 30px;

}
.alert {
	color: #FF0000;
	font-weight: bold;
}
