@charset "UTF-8";
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:16px;
	line-height:21px;
	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;
	background-image:url(../images/page_bg.jpg);
}
.oneColFixCtrHdr #container {
	width: 840px;  /* 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: 0px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 60px;
	background-image: url(../images/menutop.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-top: 0px;
	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. */
	}
#logosection h1	a {
  margin: 0;
  margin-top: 0px;
  padding: 0;
  padding-top: 57px;
  height: 0;
  width: 305px;
  background-image: url(../images/logo.gif);
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
}
.oneColFixCtrHdr #menuheader {
	padding:0px;
	font-size: 1em;
	/* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: normal;
}
.oneColFixCtrHdr #mainpic {
	margin:0px;
	vertical-align:top;
	text-align:center;
}
.oneColFixCtrHdr #mainContent {
	margin:10px;
	margin-top:0px;
	vertical-align:top;
	padding: 15px 40px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	font-size: 12px;
	color: #000000;
}
.oneColFixCtrHdr #ctr {
text-align:center;
}
.oneColFixCtrHdr #footer {
	margin: 10px;
	border-bottom: 1px solid #990000;
	background-image: url(../images/footerbg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size: 11px;
	color: #676f7a;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	text-align:center;
}
.oneColFixCtrHdr #footer2 {
	height:26px;
	border: 1px solid #990000;
	border-top: 7px solid #990000;
	background-image:url(../images/footer_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:500;
	color: #4b4b4b;
	text-align:center;
	margin: 10px;
	padding: 5px;
}
.oneColFixCtrHdr #footer3 {
	height: 27px;
	border-top: 1px solid #cccccc;
	background-image: url(../images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #footer2 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 */
}
.oneColFixCtrHdr li {
font-weight:400;
font-size:14px;
}

#logosection h1	{
  margin: 0;
  padding: 0;
}

#pic {
border: #ccc 1px solid;
padding: 5px;
margin: 7px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 21px;
line-height:22px;
font-weight:700;
color:#990000;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height:13px;
font-weight:700;
color:#000000;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:16px;
font-weight:400;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
#line {
border-bottom:1px solid #990000;
width:auto;
}
