html {
	overflow-y: scroll; 
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	background: #eee;
	margin: 30px;
}

div {
	background: #fff;
	width: 850px;
	margin: 0 auto 5px;
}

.main {
	margin-top: 55px;
	padding: 20px;
	width: 810px;
	padding-top: 5px;
	padding-bottom: 10px;
}


.top {
	padding-right: 20px;
	width: 810px;
	text-align: right;
}

a { 
	text-decoration: none; 
	color: #2d9e29;
}

a:hover, a:active { text-decoration: underline; }

h1 {
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	letter-spacing: 1px;
	color: #2d9e29;
}

h2 {
	font-size: medium;
	color: #2d9e29;
}

h3 {
	font-size: small;
	color: #2d9e29;
	margin-bottom: 7px;
	margin-top: 20px;
}

p {
	line-height: 1.2em; 
	margin: 1.12em 0
}

.clear { clear: both;}

/* Wide Column Layout
------------------------------------------------------------------- */

.content {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	width: 780px;
}

/* Two Column Layout
------------------------------------------------------------------- */

.contcol1 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 7px;
	float:left;
	width: 382px;
}

.contcol2 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 7px;
	float:right;
	width: 382px;
}

/* Side Bar Layout
------------------------------------------------------------------- */

.sidebar {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 7px;
	float:left;
	width: 182px;
}

.sidebar a {
	font-size: x-small;
	color: #444;
}

.sidebar p { line-height: .5em; }

.sidecont {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 7px;
	float:right;
	width: 582px;
}

/* Navigation Bar
------------------------------------------------------------------- */

nav.menu {
	background: #2d9e29;
	clear: both;
	display: block;
	float: left;
	margin auto 5px;
	width: 100%;
}

nav.menu ul {
	padding-left: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

nav.menu li { float: left; }

nav.menu a {
	display: block;
	padding: 0 1.5em;
	line-height: 2.5em;
	color: #fff;
	background-color: #2d9e29;
}

nav.menu ul ul{
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	width: 120px;
	z-index: 99999;
}

nav.menu ul ul a {
	background: #99e896;
	border-top: 1px dotted #eee;
	color: #171;
	width: 120px;
	font-weight: normal;
}

nav.menu li:hover > a,
nav.menu ul ul:hover > a,
nav.menu a:focus {
	background: #99e896;
	text-decoration: none;
}

nav.menu li:hover > a,
nav.menu a:focus {
	background: #99e896;
	color: #000;
}

nav.menu ul li:hover > ul { display: block; }

/* 'Boxes'
------------------------------------------------------------------- */

.box { width: 100%; }

/* PDF Downloads
------------------------------------------------------------------- */

.pdf {
	width: 2em;
	float: left;
	padding: .2em;
	height: 3em;
}

.pdf img { 
	width: 1.3em;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-style: none;
}

.pdf img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	border-style: none;
}