@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7E8082;
	font-family: "Lucida sans", sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 18px;
}
.bodytext {
	color: #7E8082;
	text-decoration: none;
}
.img {
	background-color: #efefef;
	height: 170px;
	width: 130px;
	text-align: center;
	padding-top: 10px;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	vertical-align: baseline;
}
a:visited {
	text-decoration: none;
}
.imgborder {
	padding: 5px;
	border: 1px solid #C3B7B1;
}
.footertext {
	color: #666666;
}
.thrColFixHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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;
} 
.thrColFixHdr #header {
	background-color: #e1e1e1;
	height: 187px;
	width: 100%;
	background-image: url(images/headerbg_187.jpg);
	background-repeat: repeat-x;
} 
.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: 228px; /* 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: 36px;
	width: 228px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ededed;
}
.thrColFixHdr #sidebar2 {
	padding: 36px;
	float: right;
	top: 195px;
	position: absolute;
	left: 900px;
}
.thrColFixHdr #mainContent {
	padding: 36px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ededed;
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 300px;
} 
.thrColFixHdr #footer {
	padding: 36px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: "Lucida Sans";
	font-size: 11px;
	color: #808080;
	background-color: #EDEDED;
	height: 100px;
	text-decoration: none;
} 
.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;
}
.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;
}
.SiteHeaderText {
	font-family: Georgia;
	font-size: 52px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 36px;
	top: 45px;
	height: 60px;
	width: 362px;
	padding: 20px;
}
.nav {
	font-family: Georgia;
	font-size: 18px;
	color: #5F6062;
	text-decoration: none;
	padding-right: 30px;
	font-weight: normal;
}
.TopNavBar {
	left: 336px;
	position: absolute;
	top: 160px;
	font-family: Georgia;
	font-size: 18px;
	color: #5F6062;
	text-decoration: none;
}
.navactive {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #d50d00;
	text-decoration: none;
	padding-right: 30px;
}
a:hover {
	color: #d50d00;
}
h1 {
	font-family: Georgia;
	font-size: 36px;
	color: #5F6062;
	text-decoration: none;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	line-height: 50px;
	font-weight: normal;
}
h2 {
	font-family: Georgia;
	font-size: 21px;
	color: #9FA1A4;
	text-decoration: none;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	line-height: 24px;
	font-weight: normal;
}
h3 {
	font-family: "Lucida sans";
	font-size: 16px;
	font-weight: bold;
	color: #5F6062;
}
h4 {
	font-family: "Lucida Sans";
	font-size: 14px;
	line-height: 18px;
	color: #7E8082;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	font-weight: normal;
}
h4 a:link {
	text-decoration: none;
	color: #7E8082;
}
h5 {
	font-family: "Lucida sans";
	font-size: 16px;
	font-weight: bold;
	color: #d50d00;
}
.imgtext {
	text-align: center;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #7E8082;
	text-decoration: none;
}
.bodytextdarker {
	color: #333333;
}

.bodytext_nodecoration {
	color: #9FA1A4;
	text-decoration: none;
}
