/* CSS Document */
#header {
	background-image: url(images/header.jpg);
	height: 101px;
}
#wrapper {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper td {
	text-align: left;
	vertical-align: top;
}
#content {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#topNav {
	margin-top: 83px;
	margin-left: 20px;
}
#topNav a {
	margin-right: 15px;
	letter-spacing: -0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BB2C15;
	text-decoration: none;
	text-transform: uppercase;
}
#topNav a:hover {
	color: #08554A;
}
#bottomNav a {
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
a:link {
	color: #085541;
	font-weight: bold;
}
a:visited {
	color: #095549;
}
a:hover {
	color: #DDA246;
}
a:active {
	color: #DDA246;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
#contentWrapper {
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#divFooter {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
#divFooter p {
	padding: 0px;
	margin-top: 14px;
}
#bottomNav {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#bottomNav a:hover {
	text-decoration: underline;
}
#caption {
	font-size: 10px;
	text-align: center;
	margin-top: 30px;
}
#caption a {
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CE0400;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #08554A;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
