body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #000000;
}
#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/background_nav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: table-cell;
	background-color: #C00202;
	text-align: center;
	vertical-align: middle;
}
#mainarea {
	padding: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainarea h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C00202;
	font-weight: bold;
	margin-bottom: -5px;
}
#mainarea h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -10px;
}
#mainarea h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -10px;
}
#mainarea a{
	color: #C00202;
}
#mainarea a:hover{
	text-decoration: underline;
}
#mainarea a:visited {
	color: #9B0202;
}
#mainarea a:active {
	color: #F70202;
}
.highlightbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-image: url(/images/background_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.highlightbox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	display: inline;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}
.highlightbox ul {
	text-align: left;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EDEADB;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.inline {
	display: inline;
}
li {
	padding-top: 5px;
}
