body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #a7c3db;
}
hr {
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
.floatleft {
	float: left;
}
#wrapper {
	width: 900px;
	margin-top: 20px;
	border: 1px solid #003366;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-left: auto;
}
#banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#menuTOP {
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	border-bottom: 1px solid #003366;
}
#menuTOP a:link, #menuTOP a:visited {
	font-variant: small-caps;
	color: #0686b5;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#menuTOP a:hover, #menuTOP a:active {
	font-variant: small-caps;
	color: #003366;
	text-decoration: none;
}
#menuLEFT {
	width: 160px;
	float: left;
	height: 0px;
	clear: none;
	padding-top: 20px;
	padding-left: 5px;
}
#menuLEFT p {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 0.98em;
	font-weight: bold;
}
#menuLEFT a:link, #menuLEFT a:visited {
	color: #0486B5;
	text-decoration: none;
	font-weight: bold;
}
#menuLEFT a:hover, #menuLEFT a:active {
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}
#content {
	margin-right: 170px;
	margin-left: 170px;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
}
#content a:link, #content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330066;
	text-decoration: none;
	font-weight: bold;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.25em;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #0486b5;
	font-variant: small-caps;
	margin-bottom: 2px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0486b5;
	padding-top: 10px;
	color: #000000;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-color: #003366;
	padding-top: 6px;
	color: #0486b5;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0486b5;
}
#content ul {
	margin-top: 7px;
}

#footer {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 0.8em;
	clear: both;
	margin-bottom: 5px;
	margin-top: 25px;
}

