@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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #c3c1c2;
}
p {
	margin: 0px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
}
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline overline;
}
.oneColFixCtrHdr #mainContent ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 40px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent ul li {
	font-weight: normal;
	text-decoration: none;
	margin-top: 8px;
	list-style-image: url(img/bullet1.gif);
}
.oneColFixCtrHdr #mainContent ul li ul{
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 20px;
}

.oneColFixCtrHdr #mainContent ul li ul li{
	color: #888;
	font-weight: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-image: url(img/bullet1.gif);
	padding-left: 5px;
}
h1{
	color: #ec940f;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

h2{
	color: #ec940f;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oneColFixCtrHdr #container {
	width: 917px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 180px;
	background-color: #c3c1c2;
	background-image: url(img/toplogo_original.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	/* padding: 0 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. */
}
.oneColFixCtrHdr #menu {
	height: 40px;
	background-color:#84bc7f;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background: #FFFFFF;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.oneColFixCtrHdr #footer {
	background-color: #C3C1C2;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: italic;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: 10px;
	text-align: center;
}

