@charset "UTF-8";
body {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B3BBE0;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left;
	background-color: #E3E5EB;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #B3BBE0;
	background-image: url(images/top.jpg);
	margin: 0px;
	height: 198px;
	width: 950px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #E8E9EE;
	background-image: url(images/mid.jpg);
	padding: 0;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-repeat: repeat-y;
}
#mainContent p {
	line-height: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #EFF1F4;
	background-image: url(images/bot.jpg);
	height: 45px;
	width: 950px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.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 */
}
#indent {
	margin-right: 35px;
	margin-left: 35px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #003300;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #834216;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a {
	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 */
	color: #666666;
}
.oneColFixCtrHdr #footer a:hover {
	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 */
	color: #CC9900;
}
.oneColFixCtrHdr #container #nav {
	position: absolute;
	left: 50%;
	top: 165px;
	z-index: 100;
	width: 450px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent a {
	background-color: #E8E9EE;
 	color: #CC9900;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent a:hover {
	background-color: #FFFFCC;
 	color: #990000;
	font-weight: bold;
}
#mainContent ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}
.oneColFixCtrHdr #container #nav a {
	margin: 0px;
	padding: 2px;
	color: #8E3000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
.oneColFixCtrHdr #container #nav a:hover {
	background-color: #FFFFCC;
  	color: #990000;
 }
#pictures {
	float: right;
	margin: 10px;
}

