/*
----------------------
Main styles for site
----------------------
*/


/* layout *********************************************/

html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background:#FFF;
	font:76%/1.5  Verdana,Helvetica,Arial,Geneva,sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	color:#333;
	background-color: #e2e8e1;
	}
	
#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:165px; 
	bottom:30px; 
	width:765px; 
	margin-left:-382px; 
	left:50%; 
 border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:765px;
	border-top:165px solid #fff; 
	border-bottom:30px solid #fff;
	}

#head {
	position:absolute;
	margin-left:-382px;
	left:50%;
	top:0;
	width:765px;
	min-width:765px;
	height:165px;
	font-size:1em;
	z-index:5;
	text-align:center;
	background-color: #e2e8e1;
	}

* html #head {
 width:767px; height:165px;
	}

#foot {
	text-align:center;
	position:absolute;
	margin-left:-382px;
	left:50%;
	bottom:0;
	width:765px;
	min-width:765px;
	height:30px;
	background-position:0 100px;
	z-index:5;
	border: 0;
	background-color: #e2e8e1;
	}

* html #foot {
 width:767px; height:30px;
	}

#content p {
	margin:0.25em 0; padding:5px; text-align:justify;
	}
	


/* Formatting ***************************************************/

.nav:link	{ text-decoration: underline; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; }
.nav:visited	{ text-decoration: underline; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; } 
.nav:hover	{ text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #000000; } 
.nav:active	{ text-decoration: underline; background: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #333333; }


.copyright:link	{ text-decoration: none; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #666666 }
.copyright:visited	{ text-decoration: none; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #666666 }
.copyright:hover	{ text-decoration: underline; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #000000 }
.copyright:active	{ text-decoration: none; background: none; font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-weight: normal; color: #666666 }


.copysmall { font-family: Verdana,Helvetica,Arial,Geneva,sans-serif; font-size: 10px; font-style: normal; color: #666666; line-height: 22px; margin-right: 5px; margin-left: 5px; }


h1 {
	margin:0.25em 0;
	text-align:center;
	letter-spacing:1px;
	color: #2C5827;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
}

h2 {
	margin:0.25em 0;
	text-align:left;
	letter-spacing:1px;
	color: #2C5827;
	padding: 5px 0 0 15px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1.1;
	font-weight: normal;
	font-variant: normal;
}

