@charset "UTF-8";
/* CSS Document */
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	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;
	background-color: #DFFFDF;
}
.oneColLiqCtrHdr #container {
	width: 86%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EFFFEF;
	margin: 0 auto;
} 
.oneColLiqCtrHdr #header {
	height: 150px;
	background-color: #EFFFEF;
	padding: 0;
	background-image: url(images/headerbg1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
} 
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 1.25em;
	padding-top: 20px;
	padding-left: 20px;
}
.oneColLiqCtrHdr #header #acknowledgement {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	color: #800000;
	text-align: left;
	padding-left: 20px;
}

.oneColLiqCtrHdr #mainContent {
	min-height: 575px;
	text-align: left;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 

.oneColLiqCtrHdr #mainContent #calendarArea {
	margin: 0px;
	padding: 0px;
}

.oneColLiqCtrHdr #mainContent .two_columns {
	float:left;
	width:430px;
	margin-right:20px
}

.oneColLiqCtrHdr #footer {
	background-color: #DFFFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	height: 32px;
	padding-right: 20px;
	padding-bottom: 4;
	padding-left: 20px;
	padding-top: 8px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

a:link, a:visited{
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.75em;
	color: #008000;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #800000;
}

h3{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	color: #333;
}

ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	list-style-type: disc;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
}

li a:link, a:visited{
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

li a:hover{
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

ul ul{
	list-style-type: none;
}

ol {
	list-style: outside;
	line-height: 1.25em;
}

.mission {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #800000;
	text-align: left;
	line-height: 15px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.photoCaptions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	color: #800000;
	text-align: center;
}
.oneColLiqCtrHdr #container #header #MenuContainer {
	background-color: #008000;
	height: 30px;
	position: fixed;
	margin-top: 30px;
}
.oneColLiqCtrHdr #container #mainContent #divTable {
	width: 100%;
	overflow: auto;
}
