body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Geneva, Sans-Serif;
	background-color: #ffffff;
	color: #58595b;
}

#nav {
	position: absolute;
	left: 0;
	padding: 0;	
	margin: 0px;
	overflow: hidden;
	width: 850px;
}

#nav ul {
	padding: 0 0 0 30px;
}

#nav, #nav ul {
	margin: 0;
	list-style: none;
	z-index: 1;
	font-size: 1.02em;
}

#nav a {
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	color: #9d9fa2;
}

#nav li {
	float: left;
	padding: 3px 6px;
}

#nav ul li ul li {
	left: 0;
	padding: 0 0 0 0;
	width: 95px;
	background-color: #ffffff;
}

#nav li ul {
	position: absolute;
	width: 95px;
	margin: 0;
	padding: 0 0 0 0;
	left: -999em;
}

#nav li ul a {
	width: 95px;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li a:hover { 
	color: #ffffff;
	background-color: #9d9fa2;
}

#mainbody {
	position: absolute;
	top: 75px;
	left: 0;
}

#leftbody {
	position: absolute;
	width: 485px;
	float: left;
}

#leftbodylg {
	position: absolute;
	width: 550px;
}

#title {
	position: absolute:
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px 0 0 0;
	width: 485px;

}

#pagetitlefake {
	position: absolute;
	padding: 0 25px 0 140px;
	margin-right: 0 25px 0 0;
	border-bottom: 1px solid #9d9fa2;
}

#pagetitlefake h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 4.2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #ffffff;
}

#pagetitlefront h1 {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 140px;
	font-family: "Times New Roman", Times, serif;
	font-size: 4.2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #00899f;
}

#leftlinks {
	position: relative;
	float: left;
	width: 100px;
	margin-top: 65px;
	margin-left: 25px;
	font-weight: normal;
	color: #00899f;
	font-size: 1.05em;
}

#leftlinks ul { 
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

#leftlinks ul li {
	padding-bottom: 15px;
}

#leftlinks ul li a { 
	text-decoration: none;
	color: #00899f;
	padding: 3px 4px 3px 0;
}

#leftlinks ul li a:hover { 
	color: #ffffff;
	background-color: #00899f;
}


#lefttext {
	position: relative;
	font-size: 1.05em;
	width: 315px;
	margin: 60px 0 0 140px;
	padding-top: 0;
}

#lefttextlrg {
	position: relative;
	font-size: 1.05em;
	width: 390px;
	margin: 60px 0 0 140px;
	padding-top: 0;
}

#lefttextbottom {
	position: relative;
	font-size: 1.05em;
	width: 375px;
	margin: 30px 0 0 90px;
	padding-top: 0;
}

@import url("fixes.css");

#dates {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	overflow: visible;
}

#lefttextbottomcopy {
	position: relative;
	width: 315px;
	margin: 0 0 0 60px;
	padding: 0 0 0 0;
}


#lefttext p, #lefttextbottomcopy p, #dates p, #lefttextlrg p {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 5px;
	line-height: 1.55em;
}

#lefttext h4, #lefttextbottomcopy h4, #dates h4, #lefttextlrg h4 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
}

#lefttext h3, #lefttextbottomcopy h3, #dates h3, #lefttextlrg h3 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.55em;
	font-weight: normal;
	color: #4e9200;
	font-family: Verdana, Geneva, Sans-Serif;
}

#lefttextbottomcopy h5, #dates h5 {
	font-size: 1.3em;
	line-height: 1.55em;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-Serif;
	margin: 0;
	padding-top: 5px;
}

#lefttextbottomcopy ul, #dates ul { 
	list-style-type: none;	
	margin: 0;
	padding: 0;
	line-height: 1.55em;
}

#lefttextbottomcopy ul li li {
	padding-left: 10px;
}

#dates h5, #dates h3 {
color: #ffffff;
}

#rightbody {
	position: absolute;
	margin: 0 0 0 485px;
	padding: 20px 0 0 0;
}

#rightbody p {
	padding-bottom: 5px;
	width: 240px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #5a4c0b;
}

#footer {
	position: absolute;
	margin: 1100px 0 0 130px;
}

.selected {
	background-color: #c9ccd0;
}

.selectedperfmonth {
	background-color: #00899f;
	color: #ffffff;
}

.selectedperfmonth10 {
	background-color: #4e9200;
	color: #ffffff;
}

.footnote {
	font-size: .94em;
	color: #5a4c0b;
}

.footnote a {
	text-decoration: none;
	font-weight: bold;
	color: #5a4c0b;
}

.footnote a:hover {
	color: #ffffff;
	background-color: #5a4c0b;
}

.subtitles {
	font-size: 1.1em;
	font-weight: normal;
	font-family: Verdana, Geneva, Sans-Serif;
	margin: 0;
	padding-top: 5px;
}

.fivepxtopbot {
	margin: 5px 0 5px 0;
}

.fivetop {
	padding: 5px 0 0 0;
}

.fifteentop {
	padding: 15px 0 0 0;
}

.lowbottom {
	margin: 0px 0 0 0;
}

.presenter {
	display: block;
	margin: 40px 0 3px 0;
	padding-bottom: 0;
}

.caption {
	display: block;
	width: 300px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.08em;
	color: #5a4c0b;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}

.bulletlist{
	list-style-type: disc;	
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 1.55em;
}

.bulletlist li ul {
	margin-left: 5px;
	padding: 0;
}


#lefttext ul { 
	list-style-type: none;	
	margin: 0;
	padding: 0;
	line-height: 1.55em;
}

#lefttext ul li ul {
	padding-left: 10px;
}