/* @override http://www.hattonbrown.com/Include/Style/Screen.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 0.7em;
	background-color: #EEF7E9; /* background */
	text-align: center;
}

form {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	background: #FFF url(back.gif) no-repeat bottom;
}

table {
	font-size: 100%;
}

h1 {
	font-size: 150%;
	margin-bottom: .5em;
}

h2 {
	font-size: 125%;
	margin-bottom: .5em;
}

a:link, a:visited {
	color: #009500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: solid 1px #009500; /* pinstrip color */
	border-top: solid 1px #009500; /* pinstrip color */
}

.tinytext {
	font-size: 80%;
	color: #999;
}

/* Header */

#Header img {
	vertical-align: text-bottom;
}

/* NavTop */

#NavTop {
	background: url(TopNav.gif) repeat-x;
}

#NavTop ul {
	margin-left: 10px;
	display: block;
	height: 16px;
	list-style-type: none;
	white-space: nowrap;
}

#NavTop ul li {
	position: relative;
	float: left;
	height: 16px;
	white-space: nowrap;
}

#NavTop ul li a {
	display: block;
	padding: 2px 15px 0 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#NavTop ul li a:hover {
	color: #009500;
	text-decoration: underline;
}

#NavTop ul li div {
	position: absolute;
	top: 16px;
	background-color: #FFF; /* top menu flyout */
	border: solid 1px #009500; /* top menu flyout */
	z-index: 1000;
}

#NavTop ul li div a {
	color: #009500;
	padding: 5px 7px;
}

#NavTop ul li div a:hover {
	color: #009500; /* top menu flyout hover */
	background-color: #D9EFD9; /* top menu flyout hover */
	text-decoration: underline;
}

.bar {
	display: block;
	width: 100%;
	height: 4px;
	background: url(bar.gif) repeat-x;
}

/* Column1 */

#Column1 {
	float: left;
	width: 593px;
	min-height: 350px;
	-height: 350px;
}

#Column1 #Content {
	margin: 6px;
}

/* Column2 */

#Column2 {
	float: right;
	width: 145px;
	overflow: hidden;
}

/* Footer */

#Footer {
	clear: both;
	width: 100%;
	height: 6em;
	font-size: 80%;
	color: #FFF;
	background: #009500;
}

#FooterLeft {
	padding: .2em .7em;
	width: 48%;
	float: left;
	text-align: left;
}

#FooterRight {
	padding: .2em .7em;
	width: 48%;
	float: right;
	text-align: right;
}

/* Calendar */

#Calendar .CalendarMonth {
	font-size: 130%;
	font-weight: bold;
	color: #009500; /* pinstrip color */
	border-bottom: solid 1px #009500; /* pinstrip color */
}

#Calendar .CalendarEvent {
	margin: 1em;
}

#incArticleBody_lblBody ul li {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type: square;
}

#incArticleBody_lblBody h1 {
	font: 32px Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-right: 60px;
}

div.newsentry {
	padding-right: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#incArticleBody_lblBody div.newsdate {
	font-size: 11px;
	color: #0d7e0d;
	text-transform: uppercase;
	border-bottom: thin solid #0d7e0d;
	padding-bottom: 2px;
}