#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #8B0209;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: -2px;
}
#nav a:link {
	color: #8B0209;
	text-decoration: none;
}

#contact {
	background-color: #48A5AD;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#contact a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


#nav a:visited {
	font-weight: bold;
	color: #8B0209;
	text-decoration: none;
}
#nav a:hover {
	color: #3A858B;
	font-weight: bold;
	text-decoration: none;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F1E4D8;
}
#wrapper {
	border: 1px solid #990000;
	width: 689px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#footer {
	font-size: 85%;
	text-align: center;
	margin-bottom: 15px;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #3A858B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3A858B;
}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #990000;
	margin-bottom: -15px;
}
h3 {
	font-size: 14pt;
	color: #3A858B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3A858B;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: normal;
}
