body {
	margin: 0;
	padding: 0;
	background: #F8F8F8;
}
#everything {
	width: 100%;
	margin-top: 5px;
}
#header {
	height: 160px;
	width: 769px;
	background: url('../images/header2.jpg') top left no-repeat;
}
#menurow, #menurow td {
	padding: 0;
	height: 160px;
}
#menu {
	padding-top: 135px;
	margin-left: 180px;
	color: #00558E;
	font: 20px Helvetica, Arial, sans-serif;
	background: url('../images/menubg.gif') bottom left repeat-x;
}
#menudiv {
	background: url('../images/menuleft.gif') bottom left no-repeat;
	padding-left: 17px;
	height: 23px;
}
#menu a {
	font: 16px Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #FF8;
}
#menu a:hover {
	color: #FC4;
}
#content {
	font: 18px Helvetica, Arial, sans-serif;
	color: #333;
	padding: 10px;
	width: 749px;
	float: left;
}
#content h1 {
	font: 24px Helvetica, Arial, sans-serif;
	color: #00558E;
	padding: 5px 0px;
	margin: 0px;
	line-height: 25px;
}
#content h2 {
	font: 20px Helvetica, Arial, sans-serif;
	color:#8E5500;
	padding: 15px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
}
#content p, #content li {
	margin: 10px 0;
	padding: 0;
	line-height: 20px;
	text-align: justify;
}
#content div ul {
	padding-left: 20px;
	margin-left: 0;
}
#content div li {
	line-height: 14px;
}
#content a {
	color: #C00000;
}
#content a:hover {
	color: #FF8000;
}
table.listing {
	width: 210px;
	background: #EEE;
	font-size: 14px;
	text-align: right;
}
.listing caption {
	background: url('../images/menubg.gif') bottom left repeat-x;
	font-weight: bold;
	padding: 3px;
	border: 1px solid black;
	color: yellow;
}
.listing td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.listing th {
	text-align: left;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	color: blue;
}
table.chartdata {
	background: #EEE;
	font-size: 14px;
}
.chartdata th {
	background: url('../images/menubg.gif') bottom left repeat-x;
	padding: 3px;
	border: 1px solid black;
	color: yellow;
}
.chartdata td {
	border: 1px solid black;
}
blockquote, .quote {
/*	color: #DAA520;*/
	color: #5027f7;
	font-weight: bold;
}
blockquote {
	margin: 10px;
	font-size: 16px;
}
pre {
	font-size: 14px;
	border: 1px solid #5027f7;
	padding: 5px;
	background: white;
}
#leftofmenu {
	background: url('./../images/headerleft.jpg') top left repeat-x;
	font-size: 1px;
}
#rightofmenu {
	background: url('./../images/headerright.jpg') top left repeat-x;
	font-size: 1px;
}
#leftofcontent {
	font-size: 1px;
/*	background: url('./../images/leftbg.gif') top right repeat-y;*/
}
#rightofcontent {
	font-size: 1px;
/*	background: url('./../images/rightbg.gif') top left repeat-y;*/
}
