@charset "utf-8";
/* CSS Document */

body  {
	background: #e0e3e4;
	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: #85827E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 #container {
	width: 786px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	background-color: #E0E3E4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
} 

 #sidebar1 {
	float: 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
 #mainContent {
	border: 8px solid #FFFFFF;
	margin-bottom: 30px;
} 
 #subContent {
	border: 8px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 23px;
	background-image: url(../images/footer_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
} 


 #footer {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #E0E3E4;
} 

.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. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: 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;
}
#mainNav {
	float: right;
	width: 278px;
}
#subLEFT {
	width: 390px;
	line-height: 18px;
}
#subRIGHT {
	width: 232px;
	line-height: 18px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c7c2be;
	padding-left: 27px;
}
.style1 {
	color: #396284;
	font-family: rockwell,"Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}

.style11 {
	color: #396284;
	font-family: rockwell,"Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
}

a:link {
	color: #8c8885;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8c8885;
}
a:hover {
	text-decoration: none;
	color: #9BADBD;
}
a:active {
	text-decoration: none;
	color: #8c8885;
}
li {
	margin-bottom: 11px;
	padding-left: 0px;
	margin-left: 0px;
}
ul {
	padding-left: 5px;
	margin-left: 10px;

}
