@charset "utf-8";
/* CSS Document */


body {
	background: #830304;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* 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. */
	color:#FFFFFF;
}
.clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
.oneColFixCtrHdr #links {
	background: #000000; 
	
	text-align:left;
	
		}
	
.oneColFixCtrHdr #header {
	background: #000000; 
	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. */
	text-align: left;
	border-color: 830304;
	border-width: thin;
	
}
.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 */
	color:#FFFFFF;
	text-align: left;
}
.oneColFixCtrHdr #pageTitle {
	padding-left: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-align:left;
}
.oneColFixCtrHdr #mainContent {
	margin: 0 40px;
	padding: 0 20px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	background-image:url(images/bgEmblem.png);
	text-size: 10px;
	border: groove;
	border-color:#990000;
	
   
}

   .oneColFixCtrHdr #mainContent table{
	margin: 1%;
	padding: 1%;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-size: 10px;
	border: groove;
	border-width:thin;
	border-color:#990000;
	
}
   
.oneColFixCtrHdr #mainContentIndex, #upcomingevents {
	margin-top: 5%;
	padding: 1%; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-align:Left;
	text-size:10px;
	float: right;
    width: 75%;
	border: groove;
	border-color:#990000;	

}


.oneColFixCtrHdr #upcomingevents {
	
	padding: 1%;
	
	/*background-color: #830304;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
    font-size: 13px;
	float: left;
   	width: 17%;
	border-width:double;
	border-color:#830000;
	color:#FFFFFF;
	
	
	
	
  	
    
}
.oneColFixCtrHdr #upcomingevents li {
	
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
    font-size: 11px;
	
	
    
}
.oneColFixCtrHdr #mainContent h2{
	
	font-size:17px;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #000000;*/
	
}
.oneColFixCtrHdr #mainContent p {
	padding: 0 50px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	 font-size: 14px;
	text-decoration: none;	

	
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	float:none;
	
		
}
.oneColFixCtrHdr #footer p {
	font:"Courier New", Courier, monospace;
	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:#FFFFFF;
	font-size:11px;
}
.oneColFixCtrHdr #mainContentIndex h3 {
	font-style:normal;
	font-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #mainContent h3 {
	font-style:normal;
	font-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-variant: normal;
}
.oneColFixCtrHdr a:link {
	font-style: normal;
	text-transform:none;
	text-decoration:none;
	color:#990000;
	font:Tahoma, Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.oneColFixCtrHdr a:visited {
	font-style: normal;
	color:#990000;
	text-decoration:none;
	font:Tahoma, Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.oneColFixCtrHdr a:hover {
	font-style: normal;
	color:#FFFFFF;
	font:Tahoma, Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.oneColFixCtrHdr a:active {
	font-style: normal;
	 color:#990000;
	 text-decoration:none;
	font:Tahoma, Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.oneColFixCtrHdr #classlist {
	margin-top: 1%;
	font-style: normal;
	 color:#FFFFFF;
	 text-decoration:none;
	font:Tahoma, Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 20%;
	float:left;

}
.oneColFixCtrHdr #positions {
	margin-top: 1%;
	padding: 1%;
	font-style: normal;
	 color:#FFFFFF;
	 text-decoration:none;
	font:Tahoma, Geneva, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 50%;
	float: center;

}
