/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Verdana;
width: 160px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #345900;
font-size: 16px; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
font-weight: bold; 
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #e7d100; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #345900;
}

.sidebarmenu ul li a:active{
color: #ffffff;
}

.sidebarmenu ul li a:hover{

background: url(images/olivesandbdy.jpg);
text-decoration: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */


  
.logos  /*border for PPA affiliates */    {
	border-color: #345900;
	border-size: 1px;
	border-style: solid;
}
H1 {
	color: #345900; 
	font-size: 24px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-weight: bold;
	text-align: center;
	border-bottom: 4px double #345900
}
.headline   /* Page title headline */    { 
	color: #345900; 
	font-size: 24px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-weight: bold;
	text-align: center;
	border-bottom: 4px double #345900
}

.subhead  /* Page msg sub-headline if any */   {
	color: #345900;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: center;
	text-transform: uppercase;
}

/*.style1 {color: #345900} */

/*.style2 {font-weight: bold} */

body {background-color: #ffff96;
margin-top: 0px;
padding: 0px
}



.body  /* Style for presidents message body */ { 
	color: #345900; 
	font-size: 14px;
	font-weight: normal; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align justify; 
}
.copyright  /* style for copyright text in footer */  { 
	color: #345900; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-weight: normal;
	text-align: center; 
}
p   /* Paragraph style */ { 
	color: #345900; 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-align: justify;
	vertical-align: top;
}
.address   /* address style */ { 
	color: #345900; 
	font-size: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.label {
	font-size: 14px;
	font-weight: bold;
	text-align: right; 
}

img.floatLeft  /*allows body images to float left with wrapping text*/{ 
	float: left; 
    	margin: 5px;
 	
}
A:link {text-decoration: none; color: #345900; font-weight: bold}
A:visited {text-decoration: none; color: #345900; font-weight: bold}
A:active {text-decoration: none; color: #345900; font-weight: bold}
A:hover {text-decoration: none}
img {border-style: none;}

hr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	width: 10px;
	height: 10px;
	Background-color: #345900;
}