body
{
	font-family: Arial;
	font-size: 10pt;
	color: #444444;
	
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #efefef;
	
	margin: 0px;
}


A.menu
{
	color: #95A659;
	font-style: italic;
	margin: 0px 10px 0px 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}


A.menu:hover
{
	color: #546716;
	
}

A { color: darkGreen; text-decoration: none; }
A:hover { color: green; }

H1 { font-size: 14pt; font-weight: normal; font-style: italic; color: #95A659; margin-top: 0px; margin-bottom: 10px; margin-top: 10px; }
H2 { font-size: 10pt; color: #95A659; margin-top: 0px; margin-bottom: 8px; margin-top: 0px; }

IMG.hero
{
	display: block;
	float: left;
	margin-right: 20px;
	height: 180px;
	width: 180px;	
	
}

P { line-height: 1.4; margin-top: 0px; }

UL { margin-top: 0px; }
LI { list-style-type: square; }

DIV.intro
{
	background-color: #efefef; 
	height: 180px; 
	font-size: 11pt; 
	line-height: 1.5; 
	color: #666666; 
	padding-right: 10px; 
	margin-bottom: 15px; 
	margin-left: 2px; 
	margin-right: 2px;	
}

DIV.mainContent
{
	float: right; 
	width: 518px; 
	line-height: 1.4; 
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
	border-left-style: solid;
	border-width: 2px;
	border-color: #9DAD6F;
	
	margin-bottom: 30px;
}