body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #e9dbc0;
	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;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20pt;
	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: left;
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 909px;
	height: 940px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 115px;
	background: #ffffff; 
	padding: 0px;  /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	height: 785px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;

}
.oneColFixCtrHdr #upper {
	height: 400px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;

}
.oneColFixCtrHdr #lower {
	height: 384px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f6f2e4;

}
.oneColFixCtrHdr #upperleft {
	width: 230px;
	height: 400px;
	float: left;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.oneColFixCtrHdr #upperight {
	width: 679px;
	height: 400px;
	float: right;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}

.oneColFixCtrHdr #lowerleft {
	width: 230px;
	height: 384px;
	float: left;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f6f2e4;
}

.oneColFixCtrHdr #loweright {
	width: 659px;
	height: 384px;
	float: right;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	background: #f6f2e4;
}

.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-color:#877a61;
	text-align: right;
	height: 42px;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-right: 20px;
	background:#c7c0b2;
}
.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 */
}

.menuitem:hover{
	background:url(graphs/dotr.png) 0px 5px;
	background-repeat:no-repeat;
	outline-style:nonce;
	outline-width:0;
	
}

.menuitem{
    display:block;
	padding-left: 15px;
	outline-style:dotted;
	outline-style:none;
	outline-width:0;

}
.oneColFixCtrHdr #menu1 {
	float: right;
	height: 18px;
	width: 200px;
	padding: 0px;
	background: #ffffff;
	outline-style:none;
	outline-width:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

a{
	color: #676459;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}

a:hover{
	color: #b15a00;
	font-weight: bold;
	border-bottom: none;
	text-decoration: none;
}


