* { margin:0; padding:0;}
/* Global reset for all elements */

body {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background: #bcc961 url(images/bkg_body.gif) repeat-x;
}

h1 { color:#9a3401; margin-top: 5px; margin-bottom: 5px; font: normal normal 2.3em/1em Georgia, "Times New Roman", Times, serif;}
h2 { color:#fff; font: italic normal 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
h3 { color:#9a3401; font: italic normal 1.4em/1.4em Georgia, "Times New Roman", Times, serif}
p  { font-size:1em; line-height:1.6em; margin:.6em 0; clear: left;}
p a{ color: #81924f; text-decoration: underline;}
p a:hover{ color: #474d2a;text-decoration: underline;}

#leftcolumn img {
	margin: 5px 6px 4px 2px;
}



#wrapper {
	margin: 0 auto;
	width: 924px;
	background: url(images/bkg_main.gif) no-repeat;
	overflow:hidden;
	}

#header {
	width: 920px;
	color: #333;
	padding: 10px;
	height: 86px;
	margin: 0;
	background: url(images/img_logo.gif) no-repeat center top;
	}

#navigation {
	width: 920px;
	color: #81924f;
	padding: 0;
	height: 47px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	letter-spacing:.5px;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	}
#navigation a{ color: #81924f; text-decoration: none;}
#navigation a:hover{ color: #474d2a;text-decoration: none;}
#navigation a.selected  { text-decoration: none; color: #9a3401;font-weight: normal;}

#leftcolumn {
	color: #596035;
	margin: 0px 0px 10px 30px;
	padding: 5px;
	width: 600px;
	_height:1%;
	display: inline;
	float: left;
	font: .9em/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	}

#rightcolumn {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 5px;
	width: 230px;
	_height:1%;
	display: inline;
	color: #596035;
	font: .9em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;;
	}
	
#rightcolumn li {

	font: .9em/2.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #474d2a;
	list-style: none;
    border-bottom:1px dotted #ebf1c3;
}

#footer {
	color: #a1ab54;
	margin: 0px;
	text-align: center;
	background: #a1ab54 url(images/bkg_footer.gif) repeat-x;
	height: 300px;
	width: 100%;
	float: left;
	clear: both;
	padding-top: 20px;
}

