/* CSS Document */

* { 
	margin: 0pt; 
	padding: 0pt; 
	font-family: "Palatino Linotype", Garamond, "Times New Roman", Arial; 
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; 
}
p { 
	padding-bottom: 12px; 
}
a { 
	color: rgb(128, 146, 75); 
}
a:hover { 
	background-color: rgb(166, 188, 99); 
}
.strong { 
	font-weight: bold; 
	line-height: 14px; 
}
.menuItemOn { 
	background-color: rgb(166, 188, 99); 
}

#header li a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#header li a:hover {
	background-color: rgb(166, 188, 99); 
}
#logo { 
	background-image: url('images/logo_small.png'); 
	background-repeat: no-repeat; 
	text-indent: -700em; 
}
#logoHref:hover { 
	background-color: rgb(255, 255, 255); 
	background-image: url('images/logohome.png'); 
	background-repeat: no-repeat; 
}
#content { 
	background-color: rgb(166, 188, 99); 
}
#main {
	background-color: rgb(166, 188, 99);
}
#footer { 
	border-top: 1px solid rgb(217, 210, 194); 
}
#footer a { 
text-decoration: none; 
}
#footer a:hover {
	background-color: rgb(166, 188, 99);
	color: #FFFFFF;
}
.lowerFooter:after { 
	content: "."; 
	display: block; 
	height: 0pt; 
	clear: both; 
	visibility: hidden; 
}
.lowerFooter {  
}
* html .lowerFooter { 
	height: .1%; 
}
.lowerFooter { 
	display: block; 
}