BODY {
	MARGIN: 0; 
	background-color:#fff; 
	text-align: center;	font: 11px Verdana, Geneva, sans-serif; 
	color: #6d6e71;
}
.twoColHybLtHdr #container { 
	width: 870px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #banner { 
	width: auto;
	margin: 50px 0 0 0;
	padding: 0 0 30px 0;
	text-align:center;
} 
.twoColHybLtHdr #nav01 { 
	text-align:center;
	color: #6d6e71;
	font-weight:500;
	padding: 0 0; 
} 
.twoColHybLtHdr #nav01 li {
  list-style: none;
  display: inline;
  color: #817c00;
  font-weight:500;
}
.twoColHybLtHdr #nav01 a {
  text-decoration: none;
  color: #6d6e71;
}
.twoColHybLtHdr #nav01 a:hover {
  text-decoration: underline;
}
.twoColHybLtHdr #sidebar1 {
	float: left;
	display:inline;
	overflow:hidden;
	width: 335px; /* since this element is floated, a width must be given */
	padding: 0px 0; /* top and bottom padding create visual space within this div  */
	margin: 40px 0 0 50px;
	text-align:left;
	vertical-align:top;
	max-height:284px;
}
.twoColHybLtHdr #maincontent {
	width: 400px;

	margin: 40px 0 0 420px;
	padding: 0 0;
	text-align:left;
	vertical-align:top;
	max-height:280px;
} 
.twoColHybLtHdr #maincontent h1 {
	color:#817c00;
	font-weight:bold;
	font-size: 12px;
} 
.twoColHybLtHdr #maincontent p {
	margin:0;
	padding:0;
} 
.twoColHybLtHdr #maincontent a {
	color:#817c00;
	text-decoration: none;
} 
.twoColHybLtHdr #maincontent a:hover {
	color:#817c00;
	text-decoration: underline;
} 
.twoColHybLtHdr #startpage {
	width: 460px; 
	margin: 40px 45px 0 205px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 0;
	text-align:left;
	vertical-align:top;
} 
.twoColHybLtHdr #footer {
	margin: 50px 0 0 0;
	padding: 0 0;
	background-image:url(../images/footer_white.jpg);
	height: 56px;
/*	text-align:center;
	vertical-align:middle;
	color:#fff;*/
} 
.twoColHybLtHdr #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 */
	text-align:center;
	color:#fff;
	font-weight:500;
	vertical-align:middle;
	padding: 20px 0 0 0;
}
.twoColHybLtHdr #footer a {
  text-decoration: none;
  color: #fff;
  font-weight:500;
}
.twoColHybLtHdr #footer a:hover {
  text-decoration: underline;
}
.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;
}
.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;
}
SPAN {
	COLOR: #6d6e71;
	font-weight:500;
	font-size:11px;
	FONT-FAMILY: verdana, sans-serif
}
INPUT {
	COLOR: #555555; FONT-FAMILY: verdana, sans-serif
}
SELECT {
	COLOR: #555555; FONT-FAMILY: verdana, sans-serif
}
ul {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
A {
	COLOR: #ffffff; font-weight:300; TEXT-DECORATION: none
}
A:visited {
	COLOR: #ffffff; font-weight:300; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ffffff; font-weight:300; TEXT-DECORATION: underline
}
.hide {
	DISPLAY: none! important
}
img {
	margin: 0 0 0 0;
	border-style: none;
}