body {	
	font-family: Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 900px;
	background-color: #ece7e0;
	/*border-color: #96858f;
	border-width: 8px;
	border-style: solid;*/
}

div {
	padding: 0;
	margin: 0;
}

h1 {
	font-family: georgia, serif;
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 20px;
	margin-left: -15px;
}

h2 {
	font-family: georgia, serif;
	font-size: 16pt;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 14pt;
}

p {
	margin-top: 0;
	font-family: Lucida Grande, sans-serif;
	font-size: 10pt;
	margin-bottom: 0.7em;
}

a {
	color: inherit;
}

a:hover {
	color: blue;
}

form {
	text-align: center;
}

input {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

#contentbody {
	background-color: #d8d7b9;
	padding-top: 5px;
	padding-left: 90px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#contentbody > * {
	max-width: 40em;
}

#header {
	color: #ece7e0;
	
}

#headerimages {
	height: 200px;
}

#headerlinks {
	background-color: #266125;
}

#headerlinks a {
	width: 126px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border: 1px solid #266125;
	
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: inline-block;	
}

#headerlinks a:hover {
	color: #fcf7f0;

	border-top-color: #468145;	
	border-left-color: #367135;
	border-right-color: #165115;
	border-bottom-color: #064105;


}

#footer {
	background-color: #266125;
	color: #d8d7b9;
	margin-bottom: 0;
	padding: 4px;
	text-align: right;
}

#footer p {
	padding: 2px;
	margin: 0;
	font-size: 8pt;
}

#loginout {
	float: left;
	text-align: left;
	color: #266125;
}
#loginout a:hover {
	color: #d8d7b9;
}

#overlay {
	text-align: center;
	font-weight: bold;
	position: relative;
	top: -250px;
	left: 600px;
	width: 300px;
	height: 80px;
	color: white;
}

#overlay2 {
	opacity: .3;
	filter:alpha(opacity=30);
	background-color: black;
	color: black;
	position: relative;
	top: -170px;
	left: 600px;
	width: 300px;
	height: 80px;
}

#overlay h1 {
	font-style: normal;
	font-size: 16pt;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}

#overlay p {
	margin-top: 0;
}


a:active {
	color: rgb(128,128,128);
}

.right-align {
	text-align: right;
}
		
.newsitem {
	background-color: #e1e0c2;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;

}

.newstitle {
	border-bottom: 1px solid #266125;
	margin-bottom: 0px;
	margin-top: 0px;
}

.newsheader {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: -12px;
}

.datetime {
	font-size: 8pt;
	font-style: italic;
	margin-top: 2px;
	margin-left: 20px;	
}

.description {
	margin-left: 40px;
	margin-right: 40px;
}

.imagecont {
	padding: 9px;
	width: 180px;
	height: 180px;
	margin-bottom: 1em;
	margin-right: 0.5em;
	display: inline-block;
	background-color: #e7edf1;
	border: 1px outset gray;
	text-align: center;
	font-style: italic;
	overflow: hidden;
}

.imageinner {
	width: 150px;
	height: 150px;
}

.imagecont p {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	margin-right: 15px;
}

a.hidden {
	color: #A3C266;
}


#rightbar {
	float: right;
	background-color: whitesmoke;
	width: 15em;
	overflow: hidden;
}

#header .roundedTop, #footer .roundedBottom {
	width: 900px;
}

.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 



