@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-color:#AFC3A4;
	background-color:#5E784F;
	color:#3B512E;
	background-image:url(../images/BGpattern_dk.gif);
	background-image:url(../images/altBG2/bodyBG.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	*margin-top:0px;
	
	}
h3{	
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	padding-left:100px;
	margin-top:15px;
	}
a{
	color:#3B512E;
	}
a:hover{
	color:#333333;
	}
#container{
	margin:0 auto 0 auto;
	width:797px;
	}
#header{
	width:797px;
	height:100px;
	background-image:url(../images/header.jpg);
	background-image:url(../images/altBG/headerBG.jpg);
	background-image:url(../images/altBG2/headerBG.jpg);
	background-position:bottom;
	}
#navigation{
	width:797px;
	height:55px;
	}
#mainNav{
	padding-top:12px;
	font-weight:bold;
	width:797px;
	text-align:center;
	background-color:#5E784F;
	height:30px;
	}
#mainNav a{
	color:#FFFFFF;
	text-decoration:none;
	padding: 0 20px 0 20px;
	}
#mainNav a:hover{
	color:#AFC3A4;
	}
#mainNav a.selected{
	color:#AFC3A4;
	}
#mainNav a:hover.selected{
	color:#3B512E;
	}
#mainContent{
	width:797px;
	height:500px;
	background-image:url(../images/main_background.jpg);
	background-image:url(../images/altBG/mainBG.jpg);
	background-image:url(../images/altBG2/mainBG.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-top:-15px;
	*margin-top:0px;
	}
#mainContent p{
	margin:30px 75px 30px 75px;
	text-align:justify;
	}
#lowerNav{
	text-decoration:none;
	background-color:#ffffff;
	width:797px;
	height:25px;
	padding-bottom:5px;
	text-align:center;
	/*background-image:url(../images/altBG/footerBG.gif);*/
	/*background-repeat:no-repeat;*/
	/*height:46px;*/
	}
#lowerNav a{
	text-decoration:none;
	}
#lowerNav a:hover{
	color:#AFC3A4;
	}
#footer{
	width:798px;
	height:50px;
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
	}
#footer a{
	color:#AFC3A4;
	text-decoration:none;
	}
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
	}
.small{
	font-size:.7em;
	}
.smaller{
	font-size:.6em;
	}
.italic{
	font-style:italic;
	}
.dropCap{ 
	background-repeat:no-repeat; 
	height:38px; 
	margin-left:322px; 
	margin-top:15px;
	}
.heading{
	margin-left:35px;
	font-style:italic;
	}