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

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

a {
	color: #0000CC;
}

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

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

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


h1{
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 140%;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 110%;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000099;
	margin: 0px;
	padding: 0px;
}

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: #000099;
 	background-color: #FFFFCC
}

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

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

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

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

}

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

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

#navBar{
	float: left;
	width: 170px;
	margin: 0px;
	padding: 5px;
	border-right: 1px solid #9999FF;
}

#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: #000099;
	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: #000099;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-indent: 8px;
}

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