@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #9E9F6E;
	background-position: bottom;
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
} 
.thrColFixHdr #header {
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 */
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -30px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: -30px;
}
.thrColFixHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-position: top;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 270px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	top: auto;
} 

.thrColFixHdr #footer {
	background-color: #FFFFFF;
	float: none;
	clear: both;
} 
.thrColFixHdr #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 */
}
.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;
}
.fltlft {
	background-color: #2b598d;
}
.thrColFixHdr #container #header #hdr1 {
	padding-right: 10px;
	background-image: url(assets/images/top.jpg);
	height: 35px;
	text-align: right;
	padding-bottom: 0px;
	padding-top: 0px;
	background-position: bottom;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 0px;
}
.thrColFixHdr #container #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	margin: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {
	font-size: 12px
}
.thrColFixHdr #container #mainContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #660000;
}
img {
	margin: 0px;
}
#sitemap_lft {
	padding-left: 15px;
}
#sitemap_lft {
	float: left;
	clear: none;
	width: 247px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#sitemap_right {
	float: right;
	clear: none;
	width: 247px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
