@charset "utf-8";
/* CSS Document */


body {
	background-color:#2E3E39;
	background-image:url(../images/bodybg.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
}

p {line-height:1.5em }

.clear {
	clear:both;
}

.imagepad {
	border:4px solid;
	margin-bottom:20px;
	margin-left:20px;
}
	
a:link, a:visited {
	color:#335114;
}
	
Strong {
	color:#335114
}

h1 {
	font-size:22px;
	color:#335114;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:10px;
	border-bottom:1px solid;
	margin-top:0px;
}

h2 {
	color:#335114;
	font-family:"Times New Roman",Times,serif;
	font-size:22px;
	font-weight:normal;
	margin-top:0;
	padding-top:10px;
}

table {
	border:1px solid #ccc;
}

#wrap {
	width:960px;
	margin:auto;
	background-color:#FFF;
}

#top {
	height:400px;
	border-bottom:#623D04 5px solid;
}

#mainwrap {
	padding:30px;
}

#rightbox {
	width:255px;
	float:right;
	position:relative;
	padding-right:10px;
	padding-left:10px;
}

#footer {
  border-top:1px solid #623D04;
  clear:both;
  margin-top:30px;
  font-size:11px;
  padding:10px 30px;
}


#footer p {
line-height:24px;
margin-bottom:0px !important;
margin-top:0px !important;
}

	
	.floatleft {
	float:left;
	}
		
