* {
	padding: 0em;
	margin: 0em;
}

body {
	background: #fff;
	padding: 0 0px 35px 0px;
}

body,input {
	font-size: 10pt;
	font-family: "georgia", "times new roman", serif;
	color: #444;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
}

a {
	color: #8f682f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	color: #fff;
	font-size: 2.0em;
}

h2 {
	color: #555;
	font-size: 1.7em;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: dotted 1px #ccc;
}

h3 {
	color: #555;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 1.4em;
}

h4, h5, h6 {
	color: #555;
	font-size: 1.0em;
}

ul, ol {
	margin: 0.6em 1em 1em 3em;
	line-height: 1.5em;
}

.contentspace {
	padding: 1.3em 1em 1em 1em;
}

#bg-banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 240px;
	background: #fff url('images/bg-banner.gif') repeat-x;
	z-index: 1;
}

#wrapper {
	z-index: 2;
	position: relative;
	width: 760px; /* Overall width */
	border: solid 2px #fff;
	border-left: 0;
	border-right: 0;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 50px;
	background: #272823;
	margin-bottom: 2px;
}

#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 0.7em 2.0em;
}

#headerpic {
	position: relative;
	height: 109px;
	background: #fff url('images/banner.jpg') no-repeat top left;
	margin-bottom: 2px;
}

#menubar {
	position: relative;
	background: #656c3f;
	height: 27px;
	padding: 0em 1.0em 0em 1.0em;
}

#menubar ul {
	position: absolute;
	top: 0.4em;
	margin: -0.2em 0 0 0.1em;
}

#menubar ul li {
	position: relative;
	display: inline;
}

#menubar ul li a {
	padding: 0.5em 1.0em 0.9em 1.0em;
	color: #fff;
	text-decoration: none;
}

#menubar ul li a:hover {
	color: #000;
}

#contentareatoppadding {
	background: #fff url('images/border.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#content {
	padding: 0em 2.0em 0em 2.0em;
}

#footer {
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url('images/border.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}

#footer .left {
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}

input, select, textarea {
	border: #8f682f 1px solid; 
	color: #555; 
	background-color: #fff;
	margin: 5px;
}
.inputbutton {
	border: #8f682f 1px solid;
	color: #555; 
	background: #e0e0c6;
}

/* Misc Styles */
.navdotsbg {
	background: url('images/navdots.gif') repeat-x;
}
.notoppadding {
	margin: 0;
	padding: 0;
}
.memberbox {
	width: 180px; 
	height: 180px; 
	padding: 10px; 
	border: dashed 1px #000; 
	margin: 10px; 
	float: left;
}
.blue {color: #0000ff}
.green {color: #009900}
.red {color: #ff0000}
.gray {color: #777}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic
}
.nowrap {
	white-space: nowrap;
}
.hide {
	display: none
}
.noborder {
	border:none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.smallertext70 {
	font-size:70%;
}
.smallertext80 {
	font-size:80%;
}
.smallertext90 {
	font-size:90%;
}
.nofiletypelink { /* Use on image links to hide filetypelink image */
	background:none; 
	padding-right:0;
}

