#poc {
	margin-left: 310px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #666666;
	background-image: url(../images/palgrain.jpg);
}
#contact {
	background-color: #EAC117;
	text-align: center;
	color: #1569C7;
	font-weight: bold;
	padding: 10px;
	font-size: 85%;
	}
#contact a {
	color: #1569C7;
	text-decoration: none;
	}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background-color: #2B9FD8;
	background-image: url(../images/bannerbg.jpg);
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/ohbanner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 150%;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 85%;
	margin-top: 5px;
	margin-right: 300px;
	margin-bottom: 10px;
	margin-left: 40px;
	line-height: 1.25em;
}
.oneColFixCtrHdr #mainContent li {
	font-size: 85%;
	line-height: 1.5em;
}
.oneColFixCtrHdr #mainContent img {
	padding: 5px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
	background-image: url(../images/menubg.gif);
}
.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 66%;
	color: #666;
	text-align: center;
}


.sidebar {
	width: 250px;
	border: solid 1px #EAC117;
	border-top-width: 5px;
	padding: 10px;
	background-color: #fbef99;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 485px;
	top: 130px;
	position: absolute;
}
.sidebar   h3 {
	margin: 0;
	text-align: center;
	font-size: 95%;
}
.sidebar   h4 {
	font-size: 75%;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 0.5em;
	}
.sidebar ul {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
}

.sidebar li {
	margin-left: 1.5em;
	line-height: 150%;
}

.sidebar p {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	font-size: 70%;
	padding-bottom: 5px;
	}

.sidebar a {
	color: #1569C7;
	text-decoration: none;
	}
.oneColFixCtrHdr .sidebarmorelink {
	text-align: center;
}
#menu {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	height: 55px;
	padding: 10px;
	text-align: center;
}
#menu   a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5000CC;
}

