@charset "utf-8";

/*777125 dark brown
a89e39 light brown*/


body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #777125;
	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;
}
.oneColLiqCtrHdr #container {
	width: 800px;/* 80%;  this will create a container 80% of the browser width */
	background: #777125;
	background-image:url(images/midbkgd.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-image:url(images/bkgd_header.gif);
	height:175px; 
	padding: 0 10px 0 20px;  /* 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 #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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer.gif);
	height:100px;
} 
.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 */
}

#footer a {color:#FFFFFF;}
a:link {font-style:italic; color: #3943A8;	font-weight: bold;	text-decoration: none;}
a:visited {font-style:italic;	font-weight: bold;	text-decoration: none;	color: #3943A8;}
a:hover {font-style:italic;	font-weight: bold;	text-decoration: underline;	color: #3943A8;}
a:active {font-style:italic;	font-weight: bold;	text-decoration: none;	color: #3943A8;}
.smtext {font-size: 75%}

/*TABS MENU STYLEs*/

.basictab{
padding: 5px 0;
margin-top:10px;
margin-left: 0;
font: bold 12px Arial;
border-bottom: 0px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
background-color: #777125;
color: #ffffff;
}


.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover{
background-color: #777125;
color: #ffffff;
}

.basictab li a:active{
color: #ffffff;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #777125;
color: #ffffff;
}


.submenustyle{
background-color: #a89e39;
padding: 2px 1px;
border: 0px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#ffffff;
}

.submenustyle a:hover{
color: #000000;
}
#ie7andup #navbar {clear:both;padding-top:1px;margin-bottom:1px;} 
#navbar{clear:both; margin-top:0;padding-top:0;}
#navbar a{font-style:normal;}


.logo {position:relative;top:10px;left:5px;padding-bottom:10px; float:left;}
#links{float:right; font-size:11px; font-weight:bold; line-height:18px; color:#000066; padding-top:25px;padding-right:20px;z-index:900;}
.head1{font-size:125%;font-weight:bold;color:#777125;}
.head2{font-size:115%;font-weight:bold;color:#000000;}
.head3{font-size:100%;font-weight:bold;color:#000000;}
.right{float:right;padding-left:10px;}
.left{float:left;padding-right:10px;}
