body {
	background: #F1EFE2;
	font: normal 75%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 0 0 2em 0;
	text-align: center;
}


p {
	margin: 0 0 5px 0;
}

a {
	color: #41AA55;
	text-decoration: none;
}
a:visited {
	color: #41AA55;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

a img {
	border: 0 none;
}
ul, li {
	margin: 0;
	padding: 0;
}

strong{
font-weight:normal;
}

h6{
	margin-bottom:0.1em;
}

/* --------------- Header --------------- */

#header {
	position: relative;
	width: 791px;
	height: 136px;
	background: url(design/header.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}

#header h1{
	position: relative;
	width: 210px;
	margin:0;
	padding:0;
	top:23px;
	left:540px;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 1.2em;
	font-style:oblique;
	line-height:1.2em;
}

#menubar {
	width: 791px;
	height: 47px;
	background: url(design/menubar.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}


/* --------------- Menu --------------- */

ul#mainnav {
	list-style: none;
	margin: 0;
	position: absolute;
  	top: 140px;
  	padding-left: 41px;
  	height: 30px;
	}

ul#mainnav li {
	display:inline;
	margin: 0;
	}

ul#mainnav li a {
	display: inline;
	padding: 0 8px 8px 8px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height:1.7em;
	font-size: 1.1em;
	}
	
ul#mainnav li a:hover, #mainnav .selected {
	background-color: #8C857B;
	color:#FFFFFF;
	}

/* --------------- Main --------------- */
#main {
	width: 791px;
	background: url(design/contentbg.gif) left top repeat-y;
	margin: 0 auto;
	text-align: left;
}

#main #content h1{
	font-size: 1.2em;
	color:#41AA55;
	background: white url(design/header_bgline.gif) repeat-x left bottom;
	
}

#main #content h2{
	font-size: 1.2em;
	color:#41AA55;
	background: white url(design/header_bgline.gif) repeat-x left bottom;
	
}

#main #content h3{
	font-size: 1em;
	color:#41AA55;
	background: white url(design/header_bgline.gif) repeat-x left bottom;
	
}

#main #content {
	float: left;
	width: 518px;
	padding-left: 42px;
	line-height: 1.6;
	text-align:justify;
}

#main #content ul{
	padding-left: 15px;

}

#main #content li{
	padding-bottom: 10px;
}


#main #sidebar h3{
	font-size: 1.0em;
	color:#41AA55;
	padding-top:5px;
	background: white url(design/sb_headerbg.gif) top left no-repeat;
}

#main #sidebar {
	float: right;
	width: 180px;
	padding-right: 23px;
	line-height: 1.5;
	font-size: 0.9em;
	text-align:justify;
}


.clearline {
	height: 14px;
	margin: 0 auto;
	font-size: 1px;
	clear: both;
}


/* --------------- Footer --------------- */
#footer {
	width: 791px;
	height: 2.5em;
	background: url(design/footer.gif) left bottom no-repeat;
	color: white;
	font-size: 0.95em;
	font-weight:bold;
	text-align: left;
	margin: 0 auto;
	padding-top: 0.5em;
}

#footer a {
	color: white;
}

#footernav{
	padding: 3px 0 0 45px;
	float:left;
	text-align: left;
}
#labels{
	padding:0 30px 0 0;
	text-align: right;
	float:right;
}

#labels img{
	padding-top:2px;
	vertical-align:bottom;
}

