@charset "UTF-8";
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; /* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColLiqCtrHdr #container {
	width: 920px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1050px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColLiqCtrHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 0px;
	height: 120px;
	padding-left: 10px;
}
.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 {
	padding: 0 0px;
}
.oneColLiqCtrHdr #container #header #bannermenu {
	height: 75px;
	width: 300px;
}
.oneColLiqCtrHdr #container #mainContent #titlebanner {
	height: 80px;
	width: 630px;
	color: #EEE;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #footer {
	height: 50px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	margin-top: 15px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent #mainpicturebox {
	height: 190px;
	width: 190px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn {
	float: right;
	height: 750px;
	width: 250px;
	margin-left: 5px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 5px;
	margin-top: 10px;
	clear: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent #textcontent {
	float: left;
	width: 650px;
	margin-top: 40px;
	margin-left: 5px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #buttonbanner {
	height: 100px;
	width: 650px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	color: #FFF;
	clear: none;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn #announcements {
	height: 400px;
	width: 240px;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: medium inset #AAA;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn #videobox {
	height: 200px;
	width: 240px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
.oneColLiqCtrHdr #container #mainContent #leftcolumn {
	height: 50px;
	width: 630px;
}
.oneColLiqCtrHdr #container #header #topmenu {
	height: 70px;
	width: 400px;
	margin-right: 5px;
	margin-top: 50px;
	float: right;
}
.oneColLiqCtrHdr #container #header #logobanner {
	height: 120px;
	width: 490px;
	float: left;
}
.oneColLiqCtrHdr #container #buttonbanner #emailbox {
	float: right;
	height: 95px;
	width: 255px;
	margin-right: 60px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	background-image: url(../images/emailsignup_bg.jpg);
	padding-top: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #buttonbanner #donatebutton {
	float: left;
	height: 60px;
	width: 200px;
	margin-left: 75px;
	margin-top: 20px;
}
.oneColLiqCtrHdr #container #buttonbanner #emailbox #form1 label {
	text-align: center;
}
.oneColLiqCtrHdr #container #buttonbanner #emailbox #mailbox label {
	color: #EEE;
	font-weight: normal;
	font-size: large;
}
.oneColLiqCtrHdr #container #mainContent #textcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.annonucementfont {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn #announcements .annonucementfont {
	font-family: MS Serif, New York, serif;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn #announcements .annonucementfont {
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColLiqCtrHdr #container #mainContent #rightcolumn #announcements h2 .annonucementfont strong u {
	font-size: medium;
	font-family: "Comic Sans MS", cursive;
}

