body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333366;
 	background-color: #499642
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333366;
}

a {
	color: #499642;
}

a:link{
	color: #499642;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #499642;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.overridebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333366;
}

.title {
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #499642; font-weight: bold
}

.subtitle {
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #499642; font-style: oblique;
}

.tealsubtitle {
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333366; font-style: oblique;
}

.caption{
	font-size: 10px;
	line-height: 14px;
	color: #499642;

}

.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000066; font-weight: bold
}

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#navBar{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #499642;
	margin-right: 5px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

.navLink {
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	line-height: 18px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.navSubLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000066;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-indent: 8px;
}

#content{
	float: left;
	width: 440px;
	padding-left: 15px;
}