body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
	margin-bottom: 5px;
}
.twoColLiqLtHdr #container {
	width: 98%;  /* 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 */
	text-align: left;
	max-width: 1000px;
	
} 
.twoColLiqLtHdr #header {
	background: #DDDDDD;
	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/bgtop.jpg);
} 

.twoColLiqLtHdr #container #header ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	width:100px;
	float:right;
	margin-right: 25px;
	margin-top: 0px;
	
	
}
.twoColLiqLtHdr #container #header ul li {
	text-align:left;
	background-color: #B7660B;
	border: 1px solid #FF9933;
	width: 120px;
}

.twoColLiqLtHdr #container #header ul li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-left:5px;
	color:#FFFFFF;

}

.twoColLiqLtHdr #container #header ul li a:hover {

text-decoration:none;
background-color: #ffcc66;
color:#000000;
}

.twoColLiqLtHdr #container #header img {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.twoColLiqLtHdr #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 */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 15%; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div  */
	vertical-align: top;
	z-index:100;
	position:relative;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin: 10px 20px 0 21%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	min-height: 420px;
	z-index: 1;
} 
.twoColLiqLtHdr #container #mainContent table {
	margin-right: auto;
	margin-left: auto;
}




.twoColLiqLtHdr #container #mainContent p {
	padding-right: 25px;
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
}

.twoColLiqLtHdr #sidebar2 {
	float: right;
	width: 15%; /* since this element is floated, a width must be given */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div  */
	vertical-align: top;
}

.twoColLiqLtHdr #footer {
	padding: 0 10px;
	text-align: center;
	border-top:1px solid #ccc;
} 
.twoColLiqLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.scroll {
	height: 750px;
	width: 100%;
	overflow: auto;
	min-height: 1px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}


div.news{
	width: 100%;
	background: #ffffff;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}

h3{
	font-size: 14px;
	margin:0 auto 0 auto;
	padding: 0 0 3px;
	text-align: center;
	font-style: italic;
	color: #9C5A10;
	border: 1px dashed #ccc;
	width: 75%;
}
.news  ul  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.news  p  {
	font-size:12px;
	margin:0;
	padding: 5px 10px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.news  td  {
 border-bottom:solid 1px #ddd;
 margin: 0;
 padding: 0;
 }
.news  td  a  {
 text-decoration:none;
 }
.news  td  a:hover  {
 text-decoration:underline;
 color:#FF0000;
 }

/* VERTICAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin-left: 3px;
	padding: 0;
	width: 140px;
	list-style: none;
	z-index: 100;
}

/*
 Submenus (<ul> tags) are hidden and absolutely positioned across from their parent.
 They don't *have* to touch their parent menus, but is' a good idea as CSS-only fallback
 mode requires menus to touch/overlap (when JS is disabled in the browser).
*/
.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 138px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
	position: relative;
	border: 1px solid #330;
	background: #fff;
	margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
	display: block;
	padding: 3px;
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #A64;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */


h2.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td.navcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
.navcell a {
	text-decoration: none;
	color: #0000FF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.navcell a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}


h1 {
font: bold 16px Arial, Helvetica, sans-serif;
}


H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: center;
}



.names {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.littleguy {
 
  background-image:url(../images/headerguy.png);
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
  padding-top:5px;
  padding-left:35px;
  height:22px;

  }
.littleppl {
 
  background-image:url(../images/headerppl.png);
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold;
  font-style:italic;
  padding-top:5px;
  padding-left:35px;
  height:22px;

  }

