@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 120%;
}
#outerWrapper {
	width: 738px;
	position: relative;
}
#header {
	width: 738px;
	height: 144px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
}
#navbar {
	list-style-type: none;
	padding-top: 36px;
	float: right;
}
#navbar li {
	display: inline;
	margin-right: 10px;
}
#navbar a:link, #navbar a:visited {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#navbar a:hover, #navbar a:active {
	color: #C00;
}
#contentWrapper {
	width: 738px;
	background-image: url(../images/page_repeat.gif);
	background-repeat: repeat-y;
	clear: both;
}
#sidebar {
	width: 92px;
	float: left;
}
#content {
	width: 580px;
	padding-top: 12px;
	margin-right: 12px;
	float: right;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 18px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #DA791B;
	line-height: 120%;
	margin-left: 36px;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
#content p {
	margin-bottom: 8px;
	color: #333;
}
#content ul {
	margin-bottom: 10px;
	margin-left: 32px;
}
#content li {
	margin-bottom: 6px;
}
#content a:link, #content a:visited {
	color: #333;
}
#content a:hover, #content a:active {
	color: #C00;
}
#footer {
	font-size: 10px;
	width: 646px;
	text-align: center;
	padding-top: 24px;
	clear: both;
	margin-left: 92px;
}
#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #069;
}
#footer a:hover, #footer a:active {
	color: #C60;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
.statusH3 {
	font-size: 24px;
	color: #C00;
	text-align: center;
	font-weight: normal;
}
.center {
	text-align: center;
}
