body {
	background:  URL(../images/page-bg.gif) top center repeat-y #1E3A3D;
	color:  #526239;
	font-family:  "LucidaGrande", "Lucida Sans", "Lucida Console", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
div#content p {
	padding: 0 30px 1em 30px;
}
div#content h1 {
	margin:  0 30px 0.75em 30px;
	padding: 0 0 0.75em 0;
	font-size:  142.9%;
	font-family:  "Times New Roman", "Times Roman", Times, serif;
	text-transform:  uppercase;
	background: URL(../images/h1-bg.gif) bottom left no-repeat;
	font-weight:  500;
}
div#content ul {
	list-style-type:  square;
	margin:  0 1em 3em 1em;
	padding: 0 2em;
}
div#content ul li {
	margin: 0 1em;
	padding: 0 1em;
}
div#content a {
	color:  #526239;
	background-color:  inherit;
}
div#content a:hover {
	color:  #87A15D;
	background-color:  inherit;
	text-decoration: none;
}
div#content ul#directions-form-list li {
	float:  left;
	margin: 0 5px 0 0;
	padding: 0;
	width:  100px;
}
input, select, textarea {
	font-family:  "LucidaGrande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:  100%;
}
input, textarea {
	color:  #000000;
	background-color:  #FFFFFF;
	border:  1px solid #526239;
}