#MenuBar1 a{
	text-decoration: none;
	font: bold 11px verdana;
	color: #FFFFFF;
	text-align: left;
}
#MenuBar1 a:hover, #MenuBar1 a:focus {
	text-decoration: none;
	font: bold 11px verdana;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../img/menubaritembackover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #043736;	
}
ul#MenuBar1 li li{
	background-image: url(../img/menuleftbarback.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;	
}
ul#MenuBar1 li li a{
	color: #000000
}
ul#MenuBar1 li li a:hover, ul#MenuBar1 li li a:focus{
	color: #000000;
	background-color: #FFEEC2;
	border: 1px solid #CCCCCC;
	background-image: none;
}
body {
	font: 100% tahoma;
	margin: 0px;
	padding: 0px;
	background-color: #CCCC99;
	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;
}
.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: #BCB1A5; 
	padding: 6px 6px 6px 6px;  /* 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. */
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	
}
.oneColFixCtrHdr #header a:link, a:visited, a:hover, a:active{
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660000;
	text-decoration: underline;
}
.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: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 6px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #mainContent p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent img {
	margin: 8px;
}
.mainimg {
	border: thin solid #333333;
}
.oneColFixCtrHdr #mainContent ul li {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent ol{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent h1 {
	font: italic bold 21px Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent h2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #416156;
	background: url(/images/bg_heading.gif) no-repeat 2px top;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #416156;
}
.oneColFixCtrHdr #mainContent h4 {
	font: italic bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent a:link, a:visited, a:hover, a:active{
	font: 14px Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.oneColFixCtrHdr #UN_menu {
	height: 25px;
	margin-bottom: 8px;
	background-attachment: scroll;
	background-image: url(/img/menubar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #043736;
	text-decoration: none;
	font: bold 11px verdana;
	color: #FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #footer a:link, a:visited, a:hover, a:active{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660000;
	text-decoration: underline;
}
