body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #191e5a;
	background-color: #FFFFFF;
}

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: #191E5A;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 120%;
	color: #191E5A;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Georgia, "Minion Web", "Times New Roman", Times, serif;
	font-size: 110%;
	color: #191E5A;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #191E5A;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #191E5A;
	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: #0e274a;}

.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;
}

.caption{
	font-size: 10px;
	line-height: 14px;
	color: #333333;

}

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #191e5a;
}

.dates {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #191E5A; font-weight: bold
}

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 124px;
	visibility: visible;
	z-index: auto;
}

#main {
	width: 760px;
	text-align: left;
	background-color: #ffffcc;
	position : relative;
	margin : 0 auto;
}

#navBar{
	float: left;
	width: 156px;
	margin: 0px;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993333;
}

#rightBar{
	float: right;
	width: 156px;
	padding-left: 16px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993333;
	margin-left: 12px;
}

#content{
	float: left;
	width: 540px;
	margin-left: 16px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* 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: 15px;
	font-weight: bold;
	color: #191E5A;
	line-height: 18px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.navSubLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #191E5A;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-indent: 2px;
	font-weight: normal;
}
