p { 
	padding-left: 10px;
	padding-right: 20px;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	line-height: 105%;
	}

h2 {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #3f5531;
	line-height: 100%;
	margin-bottom: -6px;
	}				

h4 { 
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #3b533d;
	line-height: 100%;
	margin-bottom: -5px;
	}
	
table { 
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000;
	}
	
.capital {
	text-transform: uppercase;
}

#container {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 820px;
		}

#topsidebar {
	position:absolute;
	width: 150px;
	top: 0px;
	height: 70px;
	left: 0px;
	background-color: #f3f3f3;
		}

#topbar {
	position:absolute;
	width: 670px;
	top: 0px;
	left: 150px;
	background-color: #f3f3f3;
		}

#midbar {
	position:absolute;
	left: 150px;
	top: 70px;
	height: 25px;
	width: 670px;
	background-color: #ffffff;
		}

#content {
	position:absolute;
	left: 150px;
	top: 96px;
	width: 670px;
	text-align: left;
	background-color: #ffffff;
		}
				
#column-a {
	position:absolute;
	left: 0px;
	top: 95px;
	width: 150px;
	background-color: #f3f3f3;
		}
		
#column-b {
	float:left;
	width: 320px;
	padding-right: 20px;
		}
		
#column-c {
	float:left;
	width: 320px;
		}
		
a:visited {
	color:#777;
	text-decoration:none;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	}
a:link {
	color:#363;
	text-decoration:none;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	}
a:hover {
	color:#690;
	text-decoration:none;
	font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	}
a.footer:visited {
	font-size: 8pt;
	}
a.footer:link {
	font-size: 8pt;
	}
a.footer:hover {
	font-size: 8pt;
	}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul {
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
float:left;
position:relative;
z-index:100;
}
/* alter width */
.menu a.narrow{
width:53px;
}
/* alter width */
.menu a.wide{
width:174px;
}

.menu a.link{
width:150px;
}

/* use the table to position the dropdown list */
.menu table {
position:absolute;
border-style:none;
z-index:80;
left:-1px;
top:25px;
}
/* style all top links */
.menu a, .menu :visited { 
display:block;
font-size:8pt;
padding:7px 0px;
width:146px;
color:#ffffff;
background:#617262;
text-decoration:none;
margin-right:1px;
text-align:center;
}

/* style the links hover */
.menu :hover{
color:#617262;
background:#f1f1f1;
}

/* hide the sub level links */
.menu ul ul{
visibility:hidden;
position:absolute;
width:146px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.menu a.b {
display:block;
font-family: Helvetica Neue Light, Helvetica, Arial, sans-serif;
font-size:8pt;
padding:7px 0px;
width:146px;
color:#ffffff;
background:#617262;
text-decoration:none;
margin-right:1px;
text-align:center;
}

