@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;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8DA9B3;
 }
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.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-image: url(images/home/top.jpg);
	margin: 0px;
	height: 202px;
	width: 950px;
}
.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;
	background-image: url(images/home/mid.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0;
	background-image: url(images/home/bottom.jpg);
	text-align: center;
	margin: 0px;
	height: 65px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3382CB;
} 
.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 */
}
.oneColLiqCtrHdr #container #footer a {
	color: #3382CB;
}
.oneColLiqCtrHdr #container #footer a:hover {
	color: #FFFF66;
}
.oneColLiqCtrHdr #container #mainContent #bod1 {
	padding-top: 2px;
	padding-right: 55px;
	padding-bottom: 2px;
	padding-left: 55px;
}
.oneColLiqCtrHdr #container #mainContent #bod1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #333399;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.oneColLiqCtrHdr #container #mainContent #bod1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #003399;
	padding: 1px;
	margin: 0px;
	line-height: 26px;
}
.oneColLiqCtrHdr #container #mainContent #bod1 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #000033;
	padding: 0px;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.oneColLiqCtrHdr #container #mainContent #bod1 .rightimage {
	float: right;
}
 #gremenu {
	background-image: url(images/bg-topnav.png);
	width: 800px;
	height:24px;
	text-align: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#gremenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#gremenu li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#gremenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
	margin: 1px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 2px;
}
#gremenu a:hover {
background-color:#99CCCC;
color:#FFF;
}
 
.oneColLiqCtrHdr #container #mainContent #bod1 h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #container #mainContent #bod1 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #363137;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.oneColLiqCtrHdr #container #mainContent #bod1 a {
	color: #009900;
}
.oneColLiqCtrHdr #container #mainContent br {
	margin: 0px;
	padding: 0px;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	background-color: #FFC;
	margin: 10px;
	padding: 5px;
}
h5
{
	font-size:18px;
	color:#900;
}
