body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #014691;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 0 0 0;
	background-image: url(/images/logoTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #FFF;
}

#content {
	background-color: #FFF;
	margin-top: 160px;
	margin-left: 230px;
	padding: 10px;
}
#content p, #content ul, #content ol, #content li {
	font-size: 90%;
	line-height: 1.8em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #C1272D;
	background-color: transparent;
}
#content h2 {
	background: #CDEAF2;
	text-align: left;
	font: normal 130% Georgia, "Times New Roman", Times, serif;
	color: #C1272D;
}
#content h3 {
	font-size: 100%;
	color: #000;
	margin-bottom: 0;
}
#navigation {
	position: absolute;
	top: 190px;
	left: 0;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #000;
	border-right: 1px solid #722100;
	background-color: #C1272D;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}
#footer {
	padding: 10px;
	font-size: 70%;
	color: #FFF;
	background-color: transparent;
}
/* Links */
a:link {color: #27507C; text-decoration: underline}
a:visited {color: #27507C; text-decoration: underline}
a:active {color: #27507C; text-decoration: underline}
a:hover {color: #5D7C9D; text-decoration: none }