@charset "utf-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #004;
	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;
}

HR {
width: 90%;
color: #FC0;
background-color: #FC0;
height: 1px;
}


.oneColFixCtrHdr #container a:hover {
	color: #FC0;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
        background-color: #eee;
	border-left: 4px solid #FC0;
        border-right: 4px solid #FC0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { }

.oneColFixCtrHdr #nav {
	margin: 0;
	background-color: #004;
	overflow: inherit;
        text-align: center;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background-color: #fff;
        color: #000000;
        padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 71%;	
	margin-right: -25%;
        padding-right: -20px;
        float: left;
        clear: right;
}

.oneColFixCtrHdr #rightsidebar {
	width: 24%;
	margin-bottom: 10px;
	float: right;
	padding-top: 15px;
}

.oneColFixCtrHdr #rightsidebar a { text-decoration: none; color: #003; }

.oneColFixCtrHdr #rightsidebar h1 { color: #003; text-align: center; font-size: 16pt; margin: 0; padding: 0;}	

.oneColFixCtrHdr #rightsidebar ul, li {list-style: none; list-style-type: square; }	
.oneColFixCtrHdr #rightsidebar p {
        border: 1px solid #fc0;
        text-align: center;
        background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding: 5px;
		
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
	font-size: 12px;
	overflow: inherit;
        text-align: center;
        clear: both;
}

.oneColFixCtrHdr #footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
}

.oneColFixCtrHdr #footer li{
        list-style-type: none;
        display: inline;
        padding-right: 15px;
}

.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 */
	align: center;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
    display:none;
}