body{
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	background: #000 url(/images/bg.png) repeat-x;
	font: .90em Verdana, sans-serif; 
	line-height: 1;
	overflow: -moz-scrollbars-vertical;
	}	

#header { /* Header */
	color: #333;
	margin: 25px auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	width: 768px;	 
	background:url(/images/header_bg.gif) no-repeat bottom;
	background-color:transparent;
	height:135px;
	}
	
#logo {
	margin:auto;
	background-repeat: no-repeat;
	width: 285px;
	height: 140px;
	z-index:2;
	}
	
#wrapper_middle	{ /* Middle Section --full width */
	vertical-align: top;
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	}
	
#wrapper_content { /* actual middle content */
	vertical-align: top;
	color: #333;
	margin: 25px auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width:750px;
	background:#cfceb6 url(/images/content_bg.png) top repeat-x;
	border-bottom:1px solid #000;
	}

#transparent {
	width:750px;
	height:45px;
	background-color:transparent;
	}

#contentblock {
	background-color: transparent;
	padding:0 10px 0 10px;
	letter-spacing: .01em;
	line-height: 110%;
	text-align:left;
	}

.clear { clear: both; 
	}

#contentblock p {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-size: 90%; */
	color : #000;
	background-color: transparent;
	line-height: 130%;
	padding: 0;
	padding-right:10px;
	text-align: left;
	letter-spacing: .05em;
	}

div.row {
	clear: both;
	padding-top: 10px;
	}

div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
	} 
#picture_left {
	float: left;
	margin-right:10px;
	}

#picture {
	float: right;
	margin-left:10px;
	}
	
#picture,#picture_left img {
	border:1px solid black;
	}

h3,h2,h1 {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid #126f00;
	}

h4 {
	font-size:1.0em;
	color:#1c7300;
	padding:5px;
	border-bottom:1px solid black;
	
	}
#footer a {
	text-decoration: none;
	text-transform:uppercase;
	color: #fff;
	white-space: nowrap;
	padding:0 8px;
	font-size:0.75em;
	}

#footer a:hover {
	background : transparent;
	text-decoration:underline;
	
	}

#footer span {
	color:white;
	}

#footer p {
	color:#ffde00;
	}

div.float {
	width:550px;
	float:right;
	border:1px solid #000;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(/images/bg-form.gif);
	}
  
div.float p {
	text-align: center;
	}
   
div.float img {
	border:1px solid black;
	}

#footer {
	margin:auto;
	background:url(/images/footer_bg.gif) no-repeat;
	height:64px;
	width:750px;
	white-space: nowrap;
	text-size:80%;
	}

/* navigation
--------------------------------------------------*/
#navigation {
	font-size:.9em;
	height:2.4em;
	line-height:2.4em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-weight:bold;
	}

#navigation ul {
	margin:0;
	padding:0;
	}

#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	border-right:1px solid;
	white-space:nowrap;
	}

#navigation li a {
	display:block;
	padding:0 5px;
	font-size:.9em;
	text-transform:uppercase;
	letter-spacing:.75px;
	text-decoration:none;
	}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation {background:#A3C159 url(/images/button_bg.png);}

#navigation li {border-color:#000;}

#navigation a {color:#000;}

#navigation .selected,
#navigation a:hover  {
	background:#818169 url(/images/button_bg_over.png);
	}


/* FORM */
* html fieldset{
position: relative;
padding-top:.5em;
margin-top:1em;
}

* html fieldset{
margin-top:1em;
padding-top:1em;
}

* html legend{
position: absolute;
top:-.5em;
left:.5em;
}

form.cmxform fieldset {
  margin-bottom: 10px;
  background:url(/images/fieldset_bg.gif);
  width:550px;
  margin:auto;
  
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  border:1px solid black;
  background:white;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 180px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 183px; /* Width plus 3 (html space) */
}

form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  _margin: 0 -7px; /* IE Win */
}

/*\*//*/
form.cmxform legend {
  display: inline-block;
}
/* IE Mac legend fix */

a img {
	border:none;
	}
dt {
	font-weight:bold;
	padding:5px 0 0 15px;
	color:#6d6d65;
	}
ol li {
	padding:10px;
	}

dl {
	line-height:1.5em
	}

blockquote {
	font-weight:bold;

	}

.clear {
	clear:both;
}
