@charset "UTF-8";
/* CSS Document */
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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: 100;
	background-image: url(images/bgvert.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
	background-color: #c9d1d0;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	padding-left: 10px;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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: 10px 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 {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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 */
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	color: #039;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	color: #930;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: 100;
	color: #06F;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #333;
}

select           {
	color: #666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss;
	background-color: #f1f1f1;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	border: 1px solid #333;
}
<script type="text/JavaScript">

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//
</script>
.bgcolor {
	background-color: #FC6;
}
.bgcolor {
	background-color: #FFC;
	border: 1px dotted #666;
	margin: 5px;
	padding: 5px;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	list-style-type: disc;
}
.linearound {
	margin: 3px;
	border: 1px solid #666;
	padding: 5px;
}

#nav  {
	margin: 0px;
	padding: 0px;
	list-stye-type: none;
	width: 880 px;
	float:left;
	list-style-type: none;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	background-color: #0072ae;
	list-style-type: none;
}

#nav a {
	float: left;
	width: 127px;
	text-align: center;
	color: #CCC;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	list-style-type: none;
	border-bottom-width: 1px;
	background-color: #0072ae;
}
#nav a:hover {
	background-color: #b3e0f8;
	color: #333;
	list-style-type: none;
}

#body_hom #nav_hom a,
    #body_cal #nav_cal a,#body_adm #nav_adm a,#body_pre #nav_pre a,#body_events #nav_events a,#body_fac #nav_fac a,#body_board #nav_board a,#body_test #nav_test a,#body_faith #nav_faith a,#body_history #nav_history a,#body_staff #nav_staff a,#body_library #nav_library a {
	color: #990000;
	font-weight: 100;
	list-style-type: none;
	background-color: #f7f0d5;
}
.newtitleetxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #C90;
}
.newsubtitletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #900;
}
