/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #f3f1ee url(img/grnstripe.gif) center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 125%;
}

p, h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 10px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #9ea374;
	text-transform: uppercase;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #9ea374;
	text-transform: uppercase;
}

a {
	color: #ea9819;
}

a:hover {
	color: #ea9819;
	text-decoration: none;
}

a:visited {
	color: #ea9819;
}

#frame {
	width: 760px;
	margin: 0px auto;
}

img {
	border: 0px;
}

#head {
	width: 760px;
	height: 105px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: #fafaf6 url(img/clrstripe.gif) top left no-repeat;
}

#contentcap {
	width: 760px;
	height: 10px;
	background: url(img/contentcap.gif) top left no-repeat;
}

#content {
	background: #fafaf6 url(img/contentcap.gif) top left no-repeat;
	width: 760px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: black;
}

#footsep {
	width: 760px;
	height: 5px;
	background: #fafaf6;
}

#foot {
	width: 760px;
	margin: 0px;
	padding: 5px 0px;
	background: #9ea374;
	font-size: 9px;
	color: white;
	text-align: center;
}

#foot a {
	color: white;
}

#foot a:hover {
	color: white;
	text-decoration: none;
}

#foot a:visited {
	color: white;
}

.noindentlist {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
