body{
	margin: 0px;
	background-color: #EDEDAD;
	z-index:auto;
}
div#col_lft{
	position: absolute;
	background-color: #E1E173;
	width:200px;
	height:1000px;
	min-height: 990px;
	top: 2em;
	z-index:1;
}
div#col_hdr{
	position: absolute;
	background-color: #CC0;
	width:100%;
	height:75px;
	z-index:0;
}

div#logo_horiz{
	background-image: url(images/logo_horiz.gif);
	position: absolute;
  width:136px;
	height:69px;
	left: 1em;
	top: 0.75em;
	cursor:pointer;
	cursor:hand;
	z-index:1;
}
div#bkgd_hdr{
	background-image: url(images/bkgd_hdr.gif);
	position: absolute;
	width: 100%;
	height: 75px;
	left: 12.2em;
	z-index:0;
}
div#bkgd_lft{
	background-image: url(images/bkgd_liberty.gif);
	position: absolute;
	width: 199px;
	height: 507px;
	top:6em;
	z-index:1;
}
div#main_nav{
	position: absolute;
	top: 3.75em;
  right:0.5em;
	width:100%;
	z-index:0;	
}
div#eventdate{
	position: absolute;
	top: 1.75em;
	left: 7em;
	font-size: 11px;
 	word-spacing: 0em;
	z-index:0;
}

.nav_text{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color:#fff;
	word-spacing: 0.35em;
	letter-spacing: 0.08em;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#657318;
	text-align: left;
	letter-spacing: 0.07em;
}
p#printview {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#55650C;
	text-align: left;
	letter-spacing: 0.07em;
  float:right;

}
div#content_area{
	position:absolute;
	left: 20em;
	top: 8em;
	width:100%;
}
p#page_title{
	font-weight:bold;
	font-size: 16px;
	color:#657318;
  letter-spacing: 0.15em;
}
p#page_footer{
 	font-size: 10px;
  border-top:1px solid #cc0;
  width:400px;
}

a:link, a:visited, a:active  {
  color:#55650C;
  font-weight:normal;
  text-decoration:none;
}
a:hover {
  color:#55650C;
  font-weight:normal;
  text-decoration:underline;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration : none;
	color:#fff;
  font-weight:bold;
}
a.nav:hover {
  color:#657318;
  font-weight:bold;
}


/* form elements */
input, textarea, select{
  font-size:11px;
  color:#657318;
  background-color:#fffff0;
  border:1px solid #EDEDAD;
  cursor:default;
 
}
.frm_lbl_req{
  font-weight:bold;
}
.frm_el_act{
 border:1px solid #657318;
}
.frm_el{
 border:1px solid #EDEDAD;
}

.btnGeneral {
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  background-color: #657318;
  color: #EDEDAD;
  font-family: Verdana,Arial,sans-serif;
  font-size:10px;
  font-weight:bold;
  letter-spacing: 0.07em;
  cursor:pointer;
  cursor:hand;
}
