@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2A7097 url(images/home3.jpg) no-repeat center top;
	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: #464646;
}
.twoColFixLtHdr #container {
	width: 851px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	background: #d7e1e6;
	padding: 2px 10px 0 20px;  /* 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-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005282;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px; /* 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: #ededec; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px;
	background-image: url(images/mainback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	width: 682px;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#c0e5dd;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	margin-top: 2px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #005282;
}
.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;
}.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #006699;
	background-color: #d7e1e6;
	height: 50px;
	padding-left: 32px;
	padding-top: 12px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent p {
	padding-left: 32px;
	font-size: 13px;
	line-height: 21px;
	color: #464646;
	padding-right: 30px;
	margin: 5px 0px 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #mainContent h2 {
	padding-left: 32px;
	color: #64ae9e;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 22px;
	margin-top: 10px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.twoColFixLtHdr #container #sidebar1 #MenuBar1 subsection {
}
.topnav {
	width: 200px;
	margin-left: 25px;
	background-color: #999999;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #005282;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #64AE9E;
}
.twoColFixLtHdr #container #header .topnav a {
	font-size: 10px;
	text-decoration: none;
	color: #005282;
	padding-right: 8px;
	padding-left: 8px;
	height: 20px;
}
.tophome {
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 40px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.topcontact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 40px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.topsmap {
	background-image: url(images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 40px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent h3 {
	padding-left: 32px;
	color: #005282;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 10px;
}
.homerightcol {
	background-color: #d7e1e6;
	padding: 20px 10px 20px 20px;
	float: right;
	width: 190px;
	margin-left: 0px;
	height: 240
\;
	margin-top: 1px;
}
.twoColFixLtHdr #container #mainContent .homerightcol p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent h6 {
	font-size: 26px;
	font-weight: normal;
	color: #006699;
	padding-left: 32px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 15px;
	padding-top: 0px;
}
.homeleftcol {
	background-color: #FFFFFF;
	padding: 0px;
	width: 450px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
}
.twoColFixLtHdr #container #mainContent .homerightcol p {
	font-size: 11px;
	color: #333333;
}
.picsrightcol {
	padding: 20px 4px 20px 20px;
	float: right;
	margin-left: 0px;
	width: 320px;
}
.twoColFixLtHdr #container #mainContent .picsrightcol br {
	margin: 2px 0px;
	padding: 0px;
	height: 6px;
}
.twoColFixLtHdr #container #mainContent .picsrightcol img {
	padding-bottom: 3px;
}
.twoColFixLtHdr #container #mainContent .homerightcol h3 {
}
.twoColFixLtHdr #container #mainContent .homerightcol h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: 005282;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #footer a {
	color: #006699;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #006699;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent .homeleftcol li {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style-position: outside;
	line-height: 16px;
	list-style-image: url(images/bullet.gif);
}
.twoColFixLtHdr #container #mainContent .homeleftcol ul {
	margin: 5px 0px 0px 32px;
	padding: 0px;
	list-style-type: circle;
}
.twoColFixLtHdr #container #mainContent h6 {
	font-size: 10px;
	color: #005282;
}
