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

html {
	width: 100%;
	margin: 0px auto;
}
body  {
	font: 100% 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;
	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: #000000;
	background-color: #e3e4e6;
}
#container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
} 
#header {
	width: 935px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 15px;
	background-color: #C7DDCD;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #99bca4;
	background-image: url(../images/latest_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 88px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 342px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d2e8ed;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#sidebarSUBleft {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 15px;
	margin-top: 35px;
	margin-left: 30px;
}
#sidebarSUBleft  a:link {
	color: #103b63;
	text-decoration: none;
}
#sidebarSUBleft  a:visited {
	color: #103b63;
	text-decoration: none;
}
#sidebarSUBleft  a:active {
	color: #103b63;
	text-decoration: none;
}
#sidebarSUBleft  a:hover {
	color: #1C65A8;
	text-decoration: none;
}


#sidebarSUBright {
	float: right; /* since this element is floated, a width must be given */
	width: 570px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 15px;
	margin-top: 35px;
	padding-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #747180;
	line-height: 18px;
}
#sidebarSUBright   a:link {
	color: #046bb6;
	text-decoration: none;
}
#sidebarSUBright  a:visited {
	color: #046bb6;
	text-decoration: none;
}
#sidebarSUBright   a:active {
	color: #046bb6;
	text-decoration: none;
}
#sidebarSUBright   a:hover {
	color: #046bb6;
	text-decoration: none;
}

#homelogos {
	text-align: center;
	margin-bottom: 10px;
} 
#footer {
	width: 934px;
	margin: 0 auto;
	height: 40px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8b8c8e;
	font-size: 12px;
} 

#footer a:link {
	color: #8b8c8e;
	text-decoration: none;
}
#footer a:visited {
	color: #8b8c8e;
	text-decoration: none;
}
#footer a:active {
	color: #8b8c8e;
	text-decoration: none;
}
#footer a:hover {
	color: #737475;
	text-decoration: none;
}

.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;
}
#mainImage {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066c5;
	margin-bottom: 12px;
	width: 934px;
}
#mainImageSUB {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066c5;
	width: 934px;
	background-color: #5C9AD5;
}
.style1 {
	color: #1a71ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.style2 {
	color: #767976;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.style3 {
	color: #60706e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style3  a:link {
	color: #046bb6;
	text-decoration: none;
}
.style3  a:visited {
	color: #046bb6;
	text-decoration: none;
}
.style3  a:active {
	color: #046bb6;
	text-decoration: none;
}
.style3  a:hover {
	color: #638f25;
	text-decoration: none;
}
.style4 {
	color: #103b63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style5 {
	color: #767976;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.style6 {
	color: #1a71ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.viewall{
	color: #638f25;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.viewall a:link {
	color: #638f25;
	text-decoration: none;
}
.viewall a:visited {
	color: #638f25;
	text-decoration: none;
}
.viewall a:active {
	color: #638f25;
	text-decoration: none;
}
.viewall a:hover {
	color: #95CF45;
	text-decoration: none;
}
#maincontentSUB {
	background-image: url(../images/greenline_sidebarBG.gif);
	background-repeat: repeat-y;
}
.maincontentSUBbg {
	background-color: #00FFFF;
}
.line {
	background-color: #C7DDCD;
	height: 2px;
}
#backtotop {
	height: auto;
	width: 200;
	padding-top: 0px;
	font-size: 10px;
	
}

.style2 a:link {
	text-decoration: none;
	color: #046bb6;
}
.style2 a:visited {
	text-decoration: none;
	color: #046bb6;
}
.style2 a:active {
	text-decoration: none;
	color: #046bb6;
}
.style2 a:hover {
	text-decoration: none;
	color: #638f25;
}
#homeTest {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D2E8ED;
	border-bottom-color: #D2E8ED;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
}
