@charset "utf-8";
body {
	font: 100.01% 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:#15bfa6;
}	



.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 95% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColLiqCtrHdr #header {
	padding: 0px 40px 0px 40px;     /* 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. */
	
}

.oneColLiqCtrHdr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        margin: 0px 0px 0px 40px;
	width: 95%;
	border:#0066FF;
	border-width:thick;
	border-style: groove;
	background-image:url(images/grn-gradient_bg.gif); 
	background-repeat:repeat-x;
}
#content {width: 90%;
         margin-left: 40px; }

.oneColLiqCtrHdr #footer {
       width: 80%;
	padding: 0px 0px 0px 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
        margin-left: 100px;
	background: #c33;	
} 
.oneColLiqCtrHdr #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div#listmenu { 
	float: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	margin-top:2px;
	border-top: 1px solid #d50000;
	border-bottom: 1px solid #d50000;
	padding: 1px 0 26px 95px;	
}

div#listmenu ul {margin:0 0 0 10px;
}

div#listmenu li {
	float: left;
	list-style-type: none;
	border-right:1px solid #d50000;
	border-right:1px solid #d50000;
	border-left: 1px solid #d50000;
}

div#listmenu li:first-child { border-left:1px solid #d50000;}

div#listmenu li:hover { background-color: #5d90c7; }

div#listmenu a {
	padding:0px 7px 0px 7px;
	text-decoration: none;
	color: #fff;
	}
	
div#listmenu a:hover { color: #FFCC00;}
 
* html div#listmenu ul {	
	float: inherit;
	border-left: 1px solid #d50000;
	margin-left: 80px;
	} 
	
* html a {display: block;}


p { font-family:"Trebuchet MS", "Trajan Pro", "Tempus Sans ITC"; color:#336666; font-size: 1em;
	padding:0 10px 5px 10px;}

h1 { font-size: 1.75em; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #336666; 
	background-position:center; 
        margin-left: 150px;
	}
h2 {font-size: 1.15em; font-family: "Calligraph421 BT", "Adobe Garamond Pro", "MS Serif", serif; 
	color: #336666; 
	background-position:center; }	  
h3 {font-size: 1.05em; font-family: "Calligraph421 BT", "Adobe Garamond Pro", "MS Serif", serif; 
	color: #336666; float: left;
	padding-right: 15px;}
	
h4 { font-size: .8em; font-family: Georgia, "Times New Roman", Times, serif; 
	color: #336666; 
	float: inherit;
	} 

a:link { font: "Trebuchet MS", "Trajan Pro", "Tempus Sans ITC";
	font-size: .8em;
	color: #309;
	text-decoration: none;
}
a:visited {font: "Trebuchet MS", "Trajan Pro", "Tempus Sans ITC";
	font-size: .8em;
	color: f90;
	text-decoration: none;
}
a:hover {font: "Trebuchet MS", "Trajan Pro", "Tempus Sans ITC";
	font-size: .8em;
	color: #F60;
	text-decoration: none;
}
a:active {font: "Trebuchet MS", "Trajan Pro", "Tempus Sans ITC";
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: none;
}


	
.list  {list-style:disc; color: #036;font-family:"Trebuchet MS", "Trajan Pro", "Tempus Sans ITC"; color:#336666; font-size: 1em;
	padding:0 10px 5px 10px;}	
�
