/* CSS Document */
body 	{
	background:#A3A767 url(../images/bg_body.jpg) repeat-x; 
	margin: 0 auto; 
	padding:0; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
}
/*structural elements*/
#container	{
	background: #E9EADB url(../images/bg_contentbody.jpg) repeat-y;
	margin:0px auto; 
	width:1000px;
}
#header {
	height:210px;
	background: #E9EADB url(../images/bg_main_r1_c1.jpg) no-repeat;
}
#navigation {
	width:320px;
	float:right;
	margin-top:30px;
}
#navigation ul
{
	list-style-type: none;
	text-align: left;
}
#navigation li
{
	padding-top:6px;
}
#navigation ul li a
{
	padding-left: 25px;
	text-align: left;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #456C13;
}
#navigation ul li a:hover
{
	background: transparent url(../images/arrow.gif) left bottom no-repeat;
	color: #CB6405;
}

#navigation ul li a:hover#current
{
	background: none;
	color: #CB6405;
}
#navigation ul li a#current
{
	background: transparent url(../images/arrow.gif) left center no-repeat;
	color: #CB6405;
}
#content {
	background: url(../images/bg_main_r2_c1.jpg) no-repeat;
	text-align:left;
	color:#4E502E;
	font:12px/16px Geneva, Arial, Helvetica, sans-serif;
	padding:20px;
	min-height:500px;
}
#content h1 {
	color:#CF6E19;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	/*border-bottom: 1px solid #4E502E; */
}
#content h2 {
	color:#304F0D;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	/*border-bottom: 1px solid #4E502E; */
}
#content a {
	color:#4E502E;
	/*border-bottom: 1px solid #4E502E; */
}
#content a:hover {
	color:#CB6405;
	/*border-bottom: 1px solid #4E502E; */
}
div.hr_orange {
  height: 3px;
  background: #E9EADB url(../images/hr-orange.jpg) no-repeat;
}
div.hr_orange hr {
  display: none;
}
#quicklink {
	width:300px;
	float:right;
	margin-left:10px;
}
#footer {
	color:#4E502E;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer a{
	color:#4E502E;
	text-decoration:none;
}
#footer a:hover{
	text-decoration: underline;
}
.imageright{
	float: right;
	margin-left: 20px;
	border:1px solid #4E502E;
}
.imageleft{
	float: left;
	margin-right: 20px;
	border:1px solid #4E502E;
}
.imageborder{
	border:1px solid #4E502E;
}