
body {
	background-color: #0e0e0e;

	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 16px;
	color: #e0e0e0;

}

h2 {
	font-size: 100%;
	margin: 0px;
}

h3 {
	color: #a39267;
	font-size: 90%;
	margin: 0px;
}

div#body, #siteNav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#siteNav {
	width: 500px;
	font-size: 120%;
}

div#body {
	margin-top: 50px;
}

div#banner {
	display: block;
	margin-bottom: 10px;
	clear: both;
}

div.textarea {
	margin-top: 10px;
}

div.column {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

a:link, a:visited, div#footer, hr {
	color: #8fbc8f;
	text-decoration: none;
}

#siteNav li a.activeMenu, a:hover, h2, strong {
	color: #c3b287;
}

ul.infoRight, li.infoRight {
	margin-left: 20px;
}

li.child a:hover, #siteNav li a:hover {
	text-decoration: underline;
}

hr {
	background-color: #c3b287;
	border: 0;
	height: 1px;
	clear: both;
}

img.leftImage, img.rightImage {
	border: 1px;
	border-style: solid;
	margin: 0px;
	border-color: #c3b287;
}

img.leftImage {
	float: left;
	margin-right: 10px;
}
img.rightImage {
	float: right;
	margin-left: 0px;
}

img.marginLeft {
	margin-left: 10px;
}

#siteNav ul { margin: 0px 0px 0px 0px; padding: 0px;  }
#siteNav li { float: left; list-style-type: none; padding-right: 20px; }
#siteNav a:link, #siteNav a:hover, #siteNav a:visited { text-decoration: none; }

span#footerLeft {
	float: left;
}

span#footerRight {
	float: right;
}

em {
	font-family: "Times new roman";
	font-size: 12pt;
}


