@charset "utf-8";
body {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* specify headers */
h1 {color: #095aa6; font-size: 24px; font-weight:normal;}
h2 {
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
h3 {
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	line-height: 16px;
}
h6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 12px;
}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	padding: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	margin: 0;
}

.oneColFixCtrHdr #mainContent {
	border: 0px none #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	padding: 10;
	margin: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

#mainContent ul.maincontlist {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.oneColFixCtrHdr #footer {
	background-color: #C79E5C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	background-color: #C79E5C;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
.oneColFixCtrHdr #page_picture {
	margin: 0;
	border: 0px solid #000000;
	background-color: #F2E9DE;
/* Start of sidebar1 style*/
}
.oneColFixCtrHdr #sidebar1 {
	float: left;
	width: 12em;
	background-color: #e5d4bd;
	clear: both;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#sidebar1 ul.sidebarlist{
	list-style-type: none;
	margin-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-size:14px;
	white-space: pre;
	text-indent: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#sidebar1 a:link {color: #666666; text-decoration: none; font-size:14px; }
#sidebar1 a:active {color: blue; text-decoration: none }
#sidebar1 a:visited {color: #666666; text-decoration: none }
#sidebar1 a:hover {
	color: #095aa6;
	text-decoration: none;
	background-image: url(images/E_icon-tiny.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.oneColFixCtrHdr #sidenav1 {
	background-color: #E5D4BD;
	width: auto;
}

.oneColFixCtrHdr #navBar {
	background-color: #A8CC96;
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

.oneColFixCtrHdr #sidebar1 h3, .oneColFixCtrHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
ul.NoBullet {
  list-style-type: none;
  text-decoration: none;
  
   }
   
#pagelist li {
	list-style:square;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding: 0;
	margin: 0;
	text-indent: 10px;
}
 
#navBar ul.NoBulletHor {
	list-style-type: none;
	text-decoration: none;
	display:inline;
	font-size:16px;
	word-spacing:50px;
	margin: 0px;
	text-align: justify;
	padding: 0px;
   }
#navBar ul.NoBulletHor li{
	display:inline;
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	word-spacing:normal;
	text-align: justify;
	margin: 15px;
	}
#navBar a:link {color: black; text-decoration: none }
#navBar a:active {color: blue; text-decoration: none }
#navBar a:visited {color: black; text-decoration: none }
#navBar a:hover {color: #095aa6; text-decoration: none}

.oneColFixCtrHdr #footer_l {
	clear: both;
	float: left;
	width: 30em;
	height: auto;
	padding: 0px;
	background-color: #C79E5C;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
