@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: #112057;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #112057;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #112057;
	background-color: #ECEEF2;
	height: 132px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.oneColLiqCtrHdr #cse-search-box {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.oneColLiqCtrHdr #wave {
	background-image: url(../images/wave.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 23px;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #112057;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColLiqCtrHdr  #ContentHolder {
	padding: 0px;
	min-height: 500px;
}
.oneColLiqCtrHdr  #mainContent    {
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #ECE1E8;
	min-height: 500px;
}

.oneColLiqCtrHdr #container #sidebar {
	float: left;
	position: relative;
	font-size: large;
	width: 180;
}


.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #ECEEF2;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #112057;
} 
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #351E28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #112057;
	margin-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #112057;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #112057;
	margin-top: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #351E28;
}
.oneColLiqCtrHdr  #mainContent  li    {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}
hr {
	color: #783F62;
}
#upcomingevents {
	float: right;
	width: 210px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: medium solid #855370;
	background-color: #ECEEF2;
	margin-right: 0px;
}
