body {
	background-image: url("images/bg.jpg");
	background-position: 50% 0;
	margin: 0;
	padding: 0
}

div {
	margin: 0;
	padding: 0
}

h1 {
	color: #72a42d;
	font-size: 24pt;
	font-family: Times, Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	background-image: url("images/h1.gif");
	background-repeat: no-repeat;
	background-position: 0 5px;
	word-spacing: 1px;
	letter-spacing: 2px;
	margin-top: 0;
	padding-left: 32px;
	text-shadow: 2px 2px 3px #999;
	line-height: .9;
}

h2 {
	color: #80a255;
	font-style: italic
}

img {
	vertical-align: text-top;
}

.clear {
	clear: both
}

.fiftyLeft {
	width: 48%;
	float: left
}

.fiftyRight {
	width: 48%;
	float: right
}

.larger {
	font-size: larger
}

.quote {
	color: #b94948;
	font-style: italic;
	background-color: #fdf2ee;
	background-image: url("images/quote_bg.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	margin: 25px 50px;
	padding: 15px;
	border: solid 1px #e3b1b3
}

.smaller {
	color: #6b9685;
	font-size: smaller
}

#container {
	margin: 0 auto;
	position: relative;
	width: 770px
}

#content {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 0;
	position: relative;
	float: left
}

#copy {
	font-size: 12pt;
	font-family: Palatinio, Times, Georgia, "New York";
	padding: 0 10px;
	position: relative;
	width: 550px;
	float: left
}

#copy a {
	color: #6e9c2b;
	text-decoration: none;
	background-color: #f6f2d0;
	border: 1px solid #a0b977;
	padding: 2px;
}

#copy a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #6e9c2b}

#footer {
	color: #17654b;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-image: url("images/bottom.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	margin: 0 0 10px;
	padding-top: 25px;
	position: relative;
	clear: both
}

#header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
	position: relative;
	height: 160px;
	overflow: hidden
}

#header img {
	margin-right: 30px
}

#spacer {
	float: right;
	height: 150px;
	width: 240px;
}

#menu {
	position: relative;
	top: -10px;
	left: -10px;
	width: 170px;
	float: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12pt;
}

#menu ul  {
	background: url("images/menu.jpg") repeat-y;
	margin: 0;
	padding: 0;
	border-top: 5px solid #6e9c2b;
	border-bottom: 5px solid #6e9c2b}


#menu li {
	list-style: none;
	display: inline;
}

#menu a {
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px 0 5px 22px;
}

#menu a:hover {
	font-style: italic;
	font-weight: bold;
	background-color: white;
	background: url(images/menu_hover.jpg) repeat-y;
}

form p label {
	width: 10em;
	float: left;
	margin-bottom: .5em;
}

form p {
	clear: left;
	margin-bottom: 1em;
} 

form p.radios label,
form p.submit {
	float: none;
	display: block;
	width: auto;
	margin-left: 10em;
	margin-top: 10px;
}


#footer a {
	color: #fff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px !important
}

#footer a:hover {
	color: #fff9e4;
	text-decoration: none;
	background-color: #6e9c2b}