/*************** site wide basic elements ***************/
body { 
	font: 9pt/15pt arial; 
	color: #333333; 
	background-color: #cddfa8; 
	margin: 0px; 
	}
p { 
	font: 9pt/15pt arial;
	color: #333333;  
	margin-top: 0px; 
	text-align: left;
	padding: 0px 15px 15px 15px;
	}

h3 { 
	font: 12pt arial;
	font-weight: bold; 
	letter-spacing: 0px; 
	margin-bottom: 0px;
	padding: 0px 15px 15px 15px;
	color: #000000;
	}

a:link { 
	font: normal 9pt arial; 	
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	border: 0px solid #e5e5e5;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
}
	

/*************** menu drop ***************/
#mainMenu {
	position: relative;
	text-align: center;
	width: 100%;
	height:20px;
	background-color: #97b369;
	margin: 0px;
	padding: 2px 0px 5px;  
	z-index:300; 
	border: 0px solid #cccccc;
}

#menuList {
	margin: 0px;
	padding: 1px;
}

#menuList ul {
	margin: 0px;
	padding: 0px;
}

#menuList li {
	display: inline;
	list-style: none;
}

a.starter {
	color: #000000;	
	margin: 0px;
	padding: 4px 8px 2px 8px;
	text-decoration: none;
}

a.starter:hover, a.starter:active {
	color: #000000;
}

.menu {
	text-align: left;
	color: #000000;
	background-color: #BEBEBD;
	position: absolute;
	width: 160px;
	visibility: hidden;
}

.menu li a {
	color: #000000;
	display: block;
	line-height: 1.5em;
	border: 1px solid #ffffff;	
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

.menu li a:hover, .menu li a:active {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	z-index:100; 
	background-color: #97b369;
}

#menu1, #menu2, #menu3, #menu4, #menu5 { 
	width: 160px; 
	z-index:100; 
}


/*************** list tag styles ***************/

ul{
 	font: 9pt/15pt arial; 
	color: #333333; 	
 	list-style-type: square;
	padding: 0px 15px 15px 15px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/*************** table styles ***************/

td{
 	font: 9pt/15pt arial; 
	color: #333333; 
}

/*************** specific divs ***************/

#header { 
	font: 15pt arial;
	font-weight: bold; 
	letter-spacing: 0px; 
	margin-bottom: 0px;
	padding: 15px 15px 3px 15px;
	color: #000000;
	}
	
#subheader { 
	font: 12pt/15pt arial;
	font-weight: bold; 
	letter-spacing: 0px; 
	margin-bottom: 0px;
	padding: 5px 15px 5px 15px;
	color: #000000;
	}
	
#subsubheader { 
	font: 10pt/15pt arial;
	font-weight: bold; 
	letter-spacing: 0px; 
	margin-bottom: 0px;
	padding: 5px 15px 0px 15px;
	color: #333333;
	}

#firststrip{
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #cddfa8;
	border: 0px solid #000000;
}

#secondstrip{
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #cddfa8;
	border: 0px solid #000000;
}

#logo{
	height: 85px;	
	border: 0px solid #000000;
	background-color: #ffffff;
}

#wrapper{
	position: absolute;
	text-align: left;
	top: 35px%;
  	right: 10%;
  	left: 10%;
	width: 650px; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff;
	border: 1px solid #333333;
}
	
#mainbody{
	border: 0px solid #885599;
}

#bigpic{
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
}

#galleryInfo{
	padding: 5px 15px 5px 0px;
	background-color:#ffffff;
	border: 1px solid #ffffff;
	height: 15px;
}

#siteInfo{
	font: 8pt/12pt arial; 
	padding: 5px 15px 5px 15px;
	background-color:#ffffff;
	border: 0px solid #885599;
	text-align: center;
}

#hrRule{
 	color: #000;
 	background-color: #000;
	height: 1px;
}







