a {	
	color: #07531c;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
	}

body {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 16px;	
	color: #444444;
	text-align: justify;
	scrollbar-base-color: #9cc55f;
	}
	
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 13px;
	color: #07531c;
	}
	
h3 {	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 10px;
	color: #07531c;
	}
	
h4 {
	color: #000000
	}
	
	
table {
	}
	
td, th {	
		font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	line-height: 16px;	
	color: #444444;
	text-align: justify;
	}
	
.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	border: 1px solid #07531c;
	}
	
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
	
.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #579e1d
	}
	
.footer { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 13pt;
	color: #07531c;
	text-align: center;
	}
	
.thumb {
	border: solid 1px #07531c;
	}
	
.picWhite {
	border: solid 1px #d7f2ae;
	}
	
.titleGreen {
	color: #07531c;
	font-weight: bold;
}
/* div layout */

#article {
	margin: 10px;
	}
	
#subtitle{
padding: 3px;
text-indent: 3px;
	background-color: #9cc55f;
	border: 1px solid #178630;
	}

	
#work1 {
	float: left;
	margin: 0px;
	width: 50%;
	text-align: center;
	}
	
#work2 {
	float: right;
	margin: 0px;
	width: 50%;
		text-align: center;
	}

/* end of div layout */

/* drop down menu */
#dropmenudiv{
position:absolute;
/* border:1px solid #75a063; */
border-bottom-width: 0;
/* font:normal 11 Tahoma, Arial, Verdana; */
line-height:18px;
z-index:100;
font-weight: bold;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
/* border-bottom: 1px solid #75a063; */
padding: 3px 0;
text-decoration: none;
/* font-weight: bold; */
}

#dropmenudiv a:hover{ /*hover background color*/
color: #d9e26f;
font-weight: bold;
background-color: #178630;
}
/* end of drop down menu */
