@charset "UTF-8";
html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}
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: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/bacgrad.jpg);
	background-repeat: repeat-x;
}
.sideareas {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/siedback.jpg);
	background-repeat: repeat-y;
	padding: 5px;
}
.oneColFixCtrHdr #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;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainbody {
	height: auto;
	width: 800px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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 #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 */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD url(images/footer-back.jpg);
	font-size: 12px;
	color: #FFFFFF;
	height: 32px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.middlecells {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.footertext {
}
.sideareas-text {
	width: 245px;
	margin-left: 10px;
	margin-top: 5px;
}
.sideareas-text a {
	color: #E9FD2A;
	text-decoration: underline;
}
.sideareas-text h2 {
	font-size: 14px;
	color: #E9FD2A;
}
.sideareas-text-int {
	width: 500px;
	margin-left: 10px;
	margin-top: 5px;
}
.sideareas-text-int a {
	color: #E9FD2A;
	text-decoration: underline;
}
.sideareas-text-int h2 {
	font-size: 14px;
	color: #E9FD2A;
}
.navigation {
	width: auto;
	list-style-type: none;
}
.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	list-style-type: none;
	display: block;
	padding: 3px;
	color: #000000;
	background-color: #E5FD0E;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navigation a:hover {
	background-color: #F6FBC2;
}
.navigation ul {
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}
.sectionheaders {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.textareas-int {
	background-image: url(images/bacgrad.jpg);
	background-repeat: repeat-x;
	padding: 3px 0px 3px 3px;
	height: auto;
	width: 100%;
}

