/* CSS Document */

BODY {
margin: 0px; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000;
background: #86b517;
}


/*for the black menu on the top and bottom of each page*/
.bm {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.bml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bml:hover {
	color:#86b517;
	text-decoration: underline;
}

/*for the copyright stuff at the bottom of each page*/
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #86b517;
}


/* fot page content*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.textl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.textl:hover {
	color:#86b517;
	text-decoration: none;
}

.headline16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E4307;
	text-decoration: none;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2E4307;
	text-decoration: none;
}
.headlinel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2E4307;
	text-decoration: underline;
}
.headlinel:hover {
	color:#86b517;
	text-decoration: none;
}

.headlineREDforPicasa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993333;
	text-decoration: underline;
}
.headlineREDforPicasa:hover {
	color:#FF0000;
	text-decoration: none;
}

.subphotobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.subphotoboxHEAD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: e3e3e3;
}
.subphotoboxl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.subphotoboxl:hover {
	color:#86b517;
	text-decoration: none;
}

#contact textarea, input {font: 12px Verdana, Arial, Helvetica; width: 100%; color: #000000; background-color: #ffffff; border: #000000 1px solid;}