@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.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: #CCCCCC;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-top-color: #0794DB;
	border-right-color: #0794DB;
	border-bottom-color: #0794DB;
	border-left-color: #0794DB;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0794DB;
}
.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 */
}
#navcontainer ul
{
	padding: 0.2em;
	margin: 0;
	list-style-type: none;
	color: #000;
	width: auto;
	text-align: center;
	background-image: url(../images/nav_bak.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	line-height: 3ex;
	font-weight: normal;
	font-variant: normal;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	color: #000;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
	color: #0794DB;
			
}
#navcontainer #active { border-left: 1px solid #fff; }.oneColFixCtrHdr #container #mainContent h3 {
	border: medium solid #0794DB;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5em;
}
.oneColFixCtrHdr #container #mainContent #event {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	border: thick dashed #0794DB;
	padding: 10px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.oneColFixCtrHdr #container #mainContent .events {
	border: thin outset #0000FF;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #newsletters {
	margin: 0px;
	padding-left: 270px;
}
