body {
	background: repeat-x #333;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #333;
	margin: 10px 10px -5px 10px;
}

/*
ul{
  	

}
*/

#pagetext li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


/* Creates the general link style for the site. This is not the main navigation.  */

#pagetext a:link {
	color:#879535;
	text-decoration: none;
}
#pagetext a:visited {
	color: #879535;
	text-decoration: none;	
}
a#pagetext :hover {
	color: #879535;
	text-decoration: underline;
}
#pagetext a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%;
	background: url(images/bg.gif) repeat-x #eff3d2;

}



	div#container { 
	width:1000px; 
	background: #eff3d2;
	margin: 0px auto;
	position: relative;
	}
	

div#header { 
	background: url(images/header.gif);
	width: 1000px;
	height: 150px;
	margin:0px auto;
	position: relative;	
 }
 
 div#mainpic{
 	background: url(images/indexpic.jpg);
	width: 1000px;
	height: 272px;
 }


/*container for pagetext and left coloum */
div#content {
	width: 1000px;
	margin: 0px;

 }

div#pagetext {
	background: #eff3d2;
	width: 1000px;
	position:relative;	
}

div.indexcolumn1{
width: 323px;
float: left;
border-right: 1px solid #ccc;
border-left: 1px solid #fff;
background: none;
margin-top: 10px;
margin-bottom: 10px;
height: 400px;
}



div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
	font-size: 9px;
	width: 1000px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	clear: both;
	margin: 0px auto;


	
 }
 
 div#links a{
 	color: #fff; 
	text-decoration: none;
	margin: 0px 10px 0px 10px;
 }
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

.right{

	float: right;
	margin-right: 10px;
}

.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

 #copyright {
 	width: 1000px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	text-align: center; 
	margin: 0px auto;

 }
 
  .copyright a:link, a:visited{
 	color: #fff;
	}
	

	
/* ---------------------- nav ---------------------- */



  #mainnav {
	width:720px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 287px;
	top: 116px;
      }
    #mainnav ul {
	margin:0;
	padding:10px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin-left: 2px;
      padding:0 0 0 12px;
      text-decoration:none;
      }
    #mainnav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:6px 15px 4px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color:#2C4314;
      }
    #mainnav a:hover {
      background-position:0% -42px;
	   color:#2C4314;
      }
    #mainnav a:hover span {
      background-position:100% -42px;
      }  
	  
	 #mainnav a.current {
       background-position:0% -42px;
	   color: #2C4314;
      }
 
 	 #mainnav a.current span{
       background-position:100% -42px;
	   color: #2C4314;
      }
	
/* ---------------------- END  nav ---------------------- */
		


.clear{
	clear: both;
}


.center{
	text-align: center;
}
