@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;
}

.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: thick none #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5eee4;
	margin: 0px;
	padding: 0;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.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;

}
.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;
  
   }
#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;
}
