@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e4439;
	background-color: #d7e373;
}
#wrapper { width: 928px;
	position: relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#topdecoration {
	background-image: url(../img/top_dec.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 928px;
	float: left;
}
#container {
	background-image: url(../img/mid_dec.png);
	background-repeat: repeat-y;
	height: auto;
	width: 848px;
	padding-right: 40px;
	padding-left: 40px;
	float: left;
	padding-top: 15px;
}
#page {
	clear: left;
}
#address {
	float: right;
	height: 33px;
	width: 522px;
	text-align: right;
	font-size: 19px;
	padding-top: 42px;
}
#head {
	float: left;
	padding-bottom: 12px;
}
#picture {
	height: 260px;
	width: 846px;
	border: 1px solid #95a34a;
	float: left;
}
#logo {
	height: 80px;
	width: 325px;
	float: left;
}
#bottomdeco {
	background-image: url(../img/bottom_dec.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 928px;
}
#navigation  {
	height: 23px;
	width: 828px;
	float: left;
	background-image: url(../img/blank.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #FFF;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 15px;
}
.nav {
	color: #D2DD70;
}
#navigation a:link {
	color: #FFF;
	text-decoration: none;
}
#navigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #D3DE71;
}
#navigation a:active {
	color: #4e4439;
}
#textleft {
	float: left;
	width: 535px;
	padding-bottom: 55px;
	padding-right: 40px;
}
#sideholder {
	float: right;
}
#righttext {
	float: right;
	width: 260px;
	padding-top: 5px;
}
#legal {
	height: 20px;
	width: 928px;
	clear: both;
	float: left;
	text-align: center;
	padding-top: 10px;
}


/* typography */

.bodycopy {
	font-size: 13px;
	line-height: 22px;
}
.bodycopy ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.bodycopy a{
	text-decoration: underline;
	color: #999;
}
.bodycopy a:hover{
	text-decoration: underline;
	color: #666;
}
h1 {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #95a34a;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 0px;
}
.legal {
	font-size: 11px;
	color: #575757;
	font-family: Arial, Helvetica, sans-serif;
}
.legal a{
	font-size: 11px;
	color: #575757;
}
.legal a:hover{
	font-size: 11px;
	color: #ABABAB;
}

