@charset "utf-8";
/* CSS Document */
@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #505878;
}
.oneColFixCtrHdr #container {
	width: 950px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px none #000000;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/banner_update.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #F00;
	position: relative;
} 
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	list-style-position: outside;
	list-style-type: decimal;
	text-indent: 0;
}

.oneColFixCtrHdr #header h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: right;
	vertical-align: text-bottom;
	position: absolute;
	width: 850px;
	top: 0 px;
	right: 50px;
	color: #000;
	top: 100px;
}
.oneColFixCtrHdr #mainContent {
	background: #fff;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	width: 950px;
	clear: both;
	background-color: #505878;
	color: #FFF;
	margin-top: 0px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer p {
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	text-align: center;
}
.bulletText ul {
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
	margin-top: 5;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.bulletText li {
	vertical-align: text-top;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 30px;
	width: 390px;
	background-image: url(images/black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 25px 2px 2px 8px;
	width: 160px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	list-style-type: none;
}
.text_contact {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 0;
	width: 390px;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	vertical-align: top;
}
.text li  {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-align: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.text ul {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2;
	padding-bottom: 2;
	padding-left: 0px;
}

.leftCol {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 0px;
	margin-right: 20px;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 12px 8px;
	width: 390px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
.rightCol  li {
	padding-bottom: 12px;
}

.head_text {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	vertical-align: text-bottom;
	position: absolute;
	width: 501px;
	top: 0 px;
	right: -1px;
	color: #000;
	top: 40px;
	font-weight: normal;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.underline
{
	border-bottom-color:#BEC2D3;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding: 0px;
	margin: 0px;
}
.rightCol {
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-left: -5px;
	margin-top: 0px;
	margin-right: 2px;
	color: #000;
	text-decoration: none;
	padding: 25px 5px 2px 0px;
	width: 225px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	vertical-align: middle;
	list-style-type: decimal;
}
