@charset "UTF-8";
body {
	background-color: #00468D;
	margin: 0px;
}
#header {
	width: 850px;
	background-color: #003366;
	padding: 15px 0 8px;
}
#wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: -5px;
	font-style: italic;
	margin-bottom: 14px;
}
#navigationUL { text-align: center; padding: 0; font-family: "Times New Roman", Times, serif; margin: 0;  }
#navigationUL li {  color: white; display: inline; font-size: 19px; letter-spacing: 1px; position: relative; }
#navigationUL li.selected { color: #FFDE00; }
#navigationUL li a { color: white; text-decoration: none; white-space: nowrap; }
#navigationUL li a:hover, #navigationUL li:hover { color: #ffde00; }
#navigationUL li.separatorAfter { background-image: url('images/sub_spacer.gif'); background-repeat: no-repeat; background-position: right center; padding-right: 40px; }
#navigationUL li.separatorAfter { padding-right: 40px; }
#navigationUL li.separatorAfter ul li a { margin-right: 20px; }
#navigationUL li.paddingBefore, #navigationUL li.paddingBefore ul li { padding-left: 10px; }
#navigationUL li ul { display: none; position: absolute; top: 21px; left: 0; text-align: left;  background: #003366; padding: 10px 10px 5px 0; }
#navigationUL li:hover ul { display: block; }
#navigationUL li ul li { font-size: 14px; display: block; padding-bottom: 5px; }
#content {
	float: left;
	width: 810px;
	background-color: #6699ff;
	padding-bottom: 50px;
	padding-right: 20px;
	padding-top: 25px;
	padding-left: 20px;
}

.contentA {
	color: #7F1112;
	text-decoration: none;
	font-weight: bold;
}
.contentA:hover {
	text-decoration: underline;
	font-weight: bold;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}


h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	margin-top: -5px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
}
