body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	color:#FFFFFF;
	display:inline;	
	
}
#header ul a{
	text-decoration:none;
	margin: 0px 15px;
	color: white;
}
	
#header li a:hover{
	text-decoration:underline;
	color:#28556b;
}




#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	top:140px;
	left:27px;
	width:350px;
	font-family: times;
	font-style: italic; 
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#ffffff;
}
#header_text a{font-size: 18px;
	color:#ffffff;
	text-decoration: none;
}
#header_text a:hover{color:#8FBC8F;}

/********************** Content ***************************/

.flashclass{ /*sample CSS class added to image slideshow container*/
width: 315px; /*a width should be defined for transition to work*/
border: 3px solid white;
padding: 5px;
}

.flashclass img{
border-width: 0;
}

#content {
	/**background-image:url(images/content_bg.gif);**/
	background-color:white;/**CHANGES CONTENT BG WHITE**/
	width:717px;
}
#contentnotes {
	font-family: Palatino Linotype;
	font-size: 17px;
	margin: 20px 20px 20px 0px;
	text-align: justify;
	font-style: italic;
}

#centered { 

	float:left;
	width:620px;
	margin-left:15px;
	padding: 0px 10px 30px 30px;
	display:inline;
	
}
#centered a{color:#28556b;}
#centered a:hover{color:#c77e0c;}
/* it's  working!!!!! */

img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	
	
	margin: 10px 0px 15px 0px;
}

h3{
	color:#85a157;
	font-size:12px;
        font-style:italic;
	text-align:left;
	width:400px;
	margin: 30px 0px 15px 0px;
/*news titles*/
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos {
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#000066;
}
#right ul{
	display: inline;
	
}
#right li{
	display:inline;	
}
#right ul a{
	text-decoration:none;
	color:#FFFFFF;
	
}
#right ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
/***********right menu navigation start************************/

/* main */
#navMenu ul {
list-style: none;
margin: 0;
padding: 0;
}
#navMenu {
width: 159px;
}
#navMenu li {
display:inline;
}

/* menu */
#navMenu li a:link, #navMenu li a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 0.9em;
font-weight: bold;
color: White;
height: 12px;
display: block;
background: url(images/picswhoarewe/bckMenu.gif);
padding: 5px 0 6px 20px;
}
#navMenu li a:hover {
color: #ACD373;
background: url(images/picswhoarewe/bckMenu.gif) 0 -23px;
padding: 5px 0 6px 20px;
}

/* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
font-weight: normal;
background: url(images/picswhoarewe/bckSubMenu.gif);
padding: 2px 0 3px 30px;
}
#navMenu li li a:hover {
background: url(images/picswhoarewe/bckSubMenu.gif) 0 -17px;
padding: 2px 0 3px 30px;
}

/* subSubMenu */
#navMenu li li li a:link, #navMenu li li li a:visited {
background: url(images/picswhoarewe/bckSubSubMenu.gif);
padding: 0 0 1px 40px;
}
#navMenu li li li a:hover {
background: url(images/picswhoarewe/bckSubSubMenu.gif) 0 -13px;
padding: 0 0 1px 40px;
}

/*newsMenu*/
#menu {
	width: 200px;
	
	}
	
#menu li a {
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: grey;
	font-size: 16px;
	font-family: times;
	display: block;
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: black;
	padding: 8px 0 0 25px;
	/*border-style:solid;
    border-width:1px;*/
	}
	
#menu li a:active {
	color: #800000;
	padding: 8px 0 0 10px;
	}

/***********right menu navigation end- ugly, not being used_ delete************************/
h4{
	font-family: Helvetica;
	font-size:14px;
	background-color:#a6bf79;
	color:#000066;
	padding: 5px 0px 5px 5px;
	
}
h5{
	background-color:#a6bf79;
	color:#ffffff;
	padding: 5px 5px 5px 5px;
	font-style:italic;
}
h6{
	font-family: times;
	font-size:15px;
	letter-spacing: 3px; 
	color: #000066;
	margin-left:0px;
	width:300px;
	padding: 5px 0px 5px 5px;
	font-style: bold;
}
#mywhitebg{
	background-color:white;
	padding: 5px 10px 10px 10px;
	color: #85a157;
	font-size: 12px;
}
/* Quotes  */
#right a:hover{
	color:#85a157;
}
.spiderpic{
position: relative;
z-index: 0;
}

.spiderpic:hover{
background-color: transparent;
z-index: 50;
}

.spiderpic span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
}