body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 190%;
	margin: 0;
}

#wrapper { 
	width: 100%;
}

#header {
	width: 100%;
	background-color: #6e9349;
	background-image: url(../images/bgheaderright.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
}

#heading {
	width: 100%;
	background-color: #c8d6b5;
	border-bottom: 1px solid #6e9349;
}

/* form
----------------------------------------------- */

fieldset {
	margin:0px 8px 0px 8px;
	line-height:155%;
	font-size:11px;
	font-family: verdana;
	color: #555555;
}

legend {
	font-weight:bold;
}

/* content (body)
----------------------------------------------- */

#content { 
	width: 770px;
	margin: 10px auto 20px auto;
}

p {
	font-family: Verdana, Arial, Lucida Grande, Times New Roman;
	font-size: 12px;
	color: #555555;
	padding: 5px 0px 0px 0px;
}

p.footer {
	font-family: Verdana, Arial, Lucida Grande, Times New Roman;
	font-size: 10px;
	color: #555555;
	padding: 0px;
	text-align: center;
}

p.downloads {
	font-family: Verdana, Arial, Lucida Grande, Times New Roman;
	font-size: 11px;
	color: #555555;
	line-height: 155%;
	padding: 0px;
}

/* headings
----------------------------------------------- */

h1 {

	font-family: Times New Roman;
	font-size: 30px;
	color: #416420;
	letter-spacing: 3px;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
	width: 770px;
}

h2 {
	margin: 0;
	font-family: Trebuchet MS, Verdana;
	font-size: 18px;
	color: #c69800;
	border-bottom: 1px solid #c69800;
	padding: 0px 0px 5px 0px;
}


a {color: #36531b; text-decoration: underline;}
a:visited {color:#36531b; text-decoration: underline;}
a:hover {color: #36531b; text-decoration: none;}
a:active { color:#36531b; text-decoration: none;}
a img {
border: none;
}
/* misc
----------------------------------------------- */

.thumbnail{
	padding: 5px 0px; 0px 5px;
	}	

#footer { 
	width: 780px;
	margin: 10px auto 10px auto;
	border-top: 1px solid #999999;
	clear: both;
}