@charset "utf-8";
body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #EEEDF5;
	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: #182265;
}
.wrapper #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 4px solid #182265;
	width: 780px;
	border-right: 0;
}
.wrapper #header #nav {
	padding: 0 0 6px 0;
	color: #182265;
}
.wrapper #header a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.wrapper #header a:link, a:visited {
	color: #EEEDF5;
}
.wrapper #header a:hover, a:focus {
	color: #FFF;
	text-decoration: underline;
}
.wrapper #content { 
	margin: 00; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 590px;
	background-position: 0% 0%;
	border-left: 1px solid #182265;
	border-right: 1px solid #182265;
}
.wrapper #sidebar1 {
	f\loat: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 12px 8px 12px 8px;
}
.wrapper #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 2px 12px 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #mainContent p, h1, h2, h3, h4, h5, h6 {
	padding: 0 0 4px 0;
}
.wrapper #mainContent a {
	color: #FF6600;
	font-weight: bold;
}
.wrapper #mainContent a:link, a:visited {
	color: #FF6600;
}
.wrapper #mainContent a:hover, a:focus {
	color: #182265;
}
.wrapper #mainContent table {
	margin: 0;
	border: 0;
}
.wrapper #mainContent #table {
	margin: 0;
	padding: 0;
	border: 1px solid #182265;
	width: 350px;
	min-height: 245px;
}
.wrapper #mainContent #table ul {
	font-size: 110%;
}
.wrapper #mainContent form {
	margin: 0;
	color: #182265;
	font-size: 90%;
}
.wrapper #mainContent form table {
	margin: 0;
	border: 1px solid #182265;
	color: #182265;
	font-size: 100%;
}
.wrapper #mainContent form table td {
	border: 0;
}
.wrapper #mainContent form input.fields, textarea {
	font-size: 100%;
	color: #182265;
	border: 1px solid #182265;
}
.wrapper #mainContent form input {
	font-size: 100%;
	color: #182265;
	border: 1px solid #182265;
}
.wrapper #mainContent form select {
	font-size: 100%;
	color: #182265;
	border: 1px solid #182265;
}
.wrapper #mainContent ul{
	padding: 0 0 4px 24px;
	font-size: 90%;
}
.wrapper #mainContent ul li{
	padding: 0 0 4px 0;
}
.wrapper #mainContent ul li a{
	font-weight: normal;
}
.wrapper #mainContent ul li a:link{
	color: #182265;
}
.wrapper #mainContent ul li a:visited{
	color: #4578B9;
}
.wrapper #mainContent ul li a:hover, #list ul li a:focus{
	color: #FF6600;
}
.wrapper #mainContent #list ul li{
	padding: 0 0 4px 0;
	font-size: 90%;
}
.wrapper #mainContent #list ul li a{
	font-weight: normal;
}
.wrapper #mainContent #list ul li a:link{
	color: #182265;
}
.wrapper #mainContent #list ul li a:visited{
	color: #4578B9;
}
.wrapper #mainContent #list ul li a:hover, #list ul li a:focus{
	color: #FF6600;
}
.wrapper #mainContent ol{
	padding: 0 0 4px 25px;
	font-size: 90%;
}
.wrapper #mainContent ol li{
	padding: 0 0 4px 5px;
}
.wrapper #mainContent ol li a{
	font-weight: bold;
}
.wrapper #mainContent ol li a:link{
	color: #182265;
}
.wrapper #mainContent ol li a:visited{
	color: #4578B9;
}
.wrapper #mainContent ol li a:hover, #list ul li a:focus{
	color: #FF6600;
}
.wrapper #mainContent #list2 ul li{
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 100%;
}
.wrapper #mainContent #list ol li{
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 100%;
}
.wrapper #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 4px solid #182265;
	border-left: 1px solid #182265;
	border-right: 1px solid #182265;
	text-align: center;
} 
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #182265;
    font-size: 90%;
}
.wrapper #footer a {
	color: #182265;
	font-style: normal;
}
.wrapper #footer a:link, #footer a:visited {
	color: #182265;
}
.wrapper #footer a:hover, #footer a:focus {
	color: #FF6600;
}
.wrapper #footer2 { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/ftr_bkg.gif);
	height: 60px;
	text-align: center;
	border-left: 1px solid #182265;
	border-right: 1px solid #182265;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	f\loat: right;
	margin: 0 0 10px 10px;
	padding: 0;
	color: #FF7F00;
    font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.fltrt p {
	color: #182265;
    font-size: 90%;
	font-weight: bold;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page */
	f\loat: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #FF6600;
	font-size: 150%;
	font-weight: bold;
}
.style1b {
	color: #FF6600;
	font-size: 125%;
	font-weight: bold;
}
.style1c {
	color: #FF6600;
	font-size: 116%;
	font-weight: bold;
}
.style1d {
	color: #FF6600;
	font-size: 110%;
	font-weight: bold;
}
.style1e {
	color: #FF6600;
	font-size: 100%;
	font-weight: bold;
}
.style1f {
	color: #FF6600;
	font-size: 90%;
	font-weight: bold;
}
.style1g {
	color: #FF6600;
	font-size: 80%;
	font-weight: bold;
}
.style2 {
	color: #182265;
	font-size: 150%;
	font-weight: bold;
}
.style2b {
	color: #182265;
	font-size: 125%;
	font-weight: bold;
}
.style2c {
	color: #182265;
	font-size: 116%;
	font-weight: bold;
}
.style2d {
	color: #182265;
	font-size: 110%;
	font-weight: bold;
}
.style2e {
	color: #182265;
	font-size: 100%;
	font-weight: bold;
}
.style2f {
	color: #182265;
	font-size: 90%;
}
.style2g {
	color: #182265;
	font-size: 80%;
}
