@charset "utf-8";
body {
	font-family: "Trebuchet MS", "Helvetica", sans-serif; 
	background: #FFF;
	background-image: url(../im/bg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 29px 0px 4px 0px;
	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: #7d7d7d;
}
.oneColFixCtrHdr #container {
	width: 928px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../im/bg_content.gif);
}
.oneColFixCtrHdr #header {
	padding: 0 16px 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. */
	height: 250px;
	background-image: url(../im/bg_header.gif);
}
.oneColFixCtrHdr #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: 207px 0 0 12px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: White;
	font-size: 160%;
	font-family: "Trebuchet MS", "Helvetica", sans-serif; 
	font-variant: small-caps;
}
.menu_top {
	padding: 6px 14px 0 0;  /* 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. */
	width: 370px;
	float: right;
	text-align: right;
	font: 90% Arial, Helvetica, sans-serif;
	line-height: 52px;
}
.menu_top a:link {
	padding: 0 0 0 26px;  /* 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. */
	color: #4c6e8d;
	text-decoration: none;
	font-weight: bold;
}
.menu_top a:visited {
	padding: 0 0 0 26px;  /* 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. */
	color: #4c6e8d;
	text-decoration: none;
	font-weight: bold;
}
.menu_top a:hover {
	color: #F6882E;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 32px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url(../im/bg_content.gif);
	font-family: "Trebuchet MS", "Helvetica", sans-serif; 
	font-size: 70%;
	line-height: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	padding: 12px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #F6882E;
	font-family: "Trebuchet MS", "Helvetica", sans-serif; 
	font-size: 130%;
}
.oneColFixCtrHdr #mainContent h3 {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #F6882E;
	font-family: "Trebuchet MS", "Helvetica", sans-serif; 
	font-weight: bold;
	font-size: 110%;
	margin: 0;
}
.oneColFixCtrHdr #menu_bottom {
	float: left;
	width: 178px;
	font: 130% Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
}

.oneColFixCtrHdr #bottom {
	padding-top: 10px;
	width:100%;

}
 .clearBoth { 
	clear:both; 
}

.oneColFixCtrHdr #menu_bottom a:link, a:visited, a:active {
	padding: 0 45px 12px 0;  /* 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. */
	color: #4c6e8d;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

.oneColFixCtrHdr #menu_bottom a:hover {
	color: #F6882E;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr #footer {
	padding: 14px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	background-image: url(../im/footer.gif);
	font-size: 70%;
	text-align: center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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 */
}