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

div {
	margin: 0;
	padding: 0
}

h1 {
	color: #010304;
	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 50%;
	word-spacing: 1px;
	letter-spacing: 2px;
	margin-top: 0;
	padding-left: 30px;
	text-shadow: 2px 2px 3px #bbb
}

h2 {
	color: #74a02f;
	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: #010304;
	font-style: italic;
	background-color: #fdf6e2;
	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 #d7e1b5
}

.smaller {
	color: #749f34;
	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: #010304;
	text-decoration: none;
	background-color: #fdf6e2;
	padding: 2px;
	border: solid 1px #d7e1b5
}

#copy a:hover {
	color: #fdf6e2;
	text-decoration: none;
	background-color: #749f34
}

#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: 140px;
	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 #000;
	border-bottom: 5px solid #000
	}



#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;
}

#footer {
	color: #d7e1b5;
	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
}

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

#footer a:hover {
	color: #38640d;
	text-decoration: none;
	background-color: #fdf6e2;
}

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;
}