
body {
	font-family:Tahoma, Geneva, sans-serif;
}

hr {
	color: #bbbbbb;
}

h2 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 10px;
}
#logoContainer {
	position: absolute;
	width: 900px;
	height: 150px;
	left: 7.8%;
/*	background-color: red;
*/}

#leftLogo {
	position: absolute;
	width: 140px;
	height: 150px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
/*	background-color: green;
*/	z-index: 1;
}

#centerLogo {
	position: absolute;
	width: 660px;
	top: 35px;
	left: 150px;
	padding: 0px;
/*	background-color: blue;
*/}

#topNavContainer {
	position: absolute;
	width: 900px;
	height: 17px;
	top: 158px;
	left: 7.8%;
/*	background-color: purple;
*/}


/*--- menu code below does not contain css for drop-down menu ----*/

ul#menu {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:125px;
}

#menu li {
	float:left;
	position:relative;
	line-height: 1.1em;
	margin-left: 0px;
	margin-right: 0px;
	width: 170px;
}

#menu a.unselected {
	display:block;
	border-right:1px solid #fff;
	background:#017733; 
	color:#ffffff;
	text-decoration:none;
	font-size: 12px;
	padding: 0;
}

#menu a.unselected:hover {
	background-color:#5798B4;
	color:#000;
}

#menu a.selected {
	display:block;
	border-right:1px solid #fff;
	background:#12a626; 
	color:#000000;
	text-decoration:none;
	font-size: 12px;
	padding: 0;
}


/*--------------------- end of menu code -------------------------*/


#leftNavContainer {
	position: absolute;
	top: 158px;
	left: 7.8%;
	font-size: 75%;
	margin-left: 30px;
	text-align: left;
/*	background-color: orange;
*/}

#leftNavContainer a.unselected:link {
	color: #191970; 
}

#leftNavContainer a.unselected:visited {
	color: #3522ff; 
}

#leftNavContainer a.unselected:hover {
	color: #5798B4;
}

#leftNavContainer a.selected:link {
	color: #12a626; 
}

#leftNavContainer a.selected:visited {
	color: #12a626; 
}

#content {
	position: absolute;
	top: 176px;
	left: 7.8%;
	width: 679px;
	margin-left: 125px;
	color: black;
	font-size: 12px;
	text-align: left;
/*	background-color: darkslateblue;
*/}

#content a:link {
	color: #191970;
}

#content a:visited {
	color: #3522ff;
}

#content a:hover {
	color: #5798B4;
}

#content th {
	font-size: 12px;
}

#chartContainer {
	position: relative;
	top: 0px;
	left: 115px;
}

#stratTitle {
	color: #000000; 
}

#disclaimerContainer {
	position: absolute;
	top: 130px;
	left: 7.8%;
	margin-left: 100px;
	width: 700px;
	font-size: 12px;
}

#agreeLink {
	position: relative;
	left: 150px;
	font-size: 20px;
}

#disagreeLink {
	position: relative;
	left: 350px;
	font-size: 20px;
}