body {
	margin: 0px;
	float: left;
	background-color: #660000;
}
#footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2%;
	width: 1024px;
	float: left;
}
#bodycontent {
	width: 73%;
	height: auto;
}
#contentbox {
	float: left;
	padding-top: 2%;
	padding-bottom: 2%;
}
#content {
	width: 57%;
	float: left;
}
#leftsidebar {
	float: left;
	width: 45px;
	padding-left: 1%;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #990000;
	padding-top: 1%;
}
#picleftbar {
	float: left;
	width: auto;
	padding-bottom: 2%;
}
#menu {
	padding-bottom: 0%;
	width: 100%;
	float: left;
	padding-left: 5%;
}
#menubutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: auto;
	padding-bottom: 2%;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-top: 1%;
	width: auto;
	padding-bottom: 1%;
}
#bgbody {
	background-image: url(graphs/bgbody.png);
	padding-left: 230px;
	background-repeat: repeat-y;
	float: left;
	width: 794px;
	height: auto;
}
#footer {
	width: 1024px;
	float: left;
}
A {
	color: #990000;
	text-decoration: none;
}
