@charset "utf-8";
body {
	font: 100% 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;
	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: #FFFFFF;
}
#header img {
	float: right;
	clear: both;
	padding-bottom: 10px;
}

.oneColLiqCtrHdr #container {
	width: 953px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
.oneColLiqCtrHdr #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: #FFFFFF;
	width: 100%;
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	width: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
}
.oneColLiqCtrHdr #footer {
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
	color: #999999;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 10px;
} 
.oneColLiqCtrHdr #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 */
}
.headerlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #007446;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B3D56D;
	border-right-color: #B3D56D;
	border-bottom-color: #B3D56D;
	border-left-color: #B3D56D;
	padding-top: 10px;
	padding-bottom: 10px;

}
.footerlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
	text-decoration: none;
}
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #007446;
	text-align: left;
	float: none;
	clear: both;
	padding: 0px;


}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	text-indent: 0mm;
	text-align: left;

}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: none;
	color: #007446;
	font-weight: bold;
	font-style: italic;

}
.imageright {
	float: right;
	height: auto;
	width: auto;
}
.rightsidelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	float: right;
}
.projecttitles {
	background-color: #CCCCCC;
}
.meetinglocation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	text-indent: 0mm;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
.oneColLiqCtrHdr  #sidebar1 {
	background: #FFFFFF;
	width: 10%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;

	text-align: left;
	float: left;
	clear: right;
}
.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;
}
.imageleft {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #000000;
	padding-right: 0px;
	margin-right: 10px;
}
.tiptext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	text-indent: 0mm;
	text-align: left;
	padding-left: 10px;
	margin-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}
.imageleftwrap {
	float: left;
	height: auto;
	width: auto;
	border: thin none #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.headerlinkstext {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	color: #007647;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-style: none;
	border-left-style: none;
}
.news {
	margin: 10px;
	padding: 10px;
	float: right;
	border: thin solid #666666;
	width: 250px;
	clear: both;
}
.officers {
	color: #663300;
	background-color: #00754A;
}
.officersheading {
	color: #663300;
	background-color: #00754A;
	font-size: large;
	font-style: italic;
	border: thin none #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	width: 500px;
}
.officertitle {
	color: #FFFFFF;
	background-color: #00754A;
	font-size: medium;
	font-style: italic;
	border: thin none #FFFFFF;
	text-align: left;
	vertical-align: 50%;
	height: 30px;
	width: 200px;
	padding-left: 20px;
	float: left;
}
.officername {
	color: #FFFFFF;
	background-color: #00754A;
	font-size: medium;
	font-style: italic;
	border: thin none #FFFFFF;
	text-align: left;
	vertical-align: 50%;
	height: 30px;
	width: 300px;
	padding-left: 20px;
	float: left;
}
.memberlist {
	color: #FFFFFF;
	background-color: #00754A;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: auto;
	text-align: left;
	padding-left: 10px;
	background-position: center;
}
.disclaimer {
	font-size: small;
	color: #666666;
	padding-top: 15px;
	padding-bottom: 15px;
}
