body {
	background-color: #FFFF00;
	margin-top: 25px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005500;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
}
.wrapper {
	width: 760px;
}
.headerBox {
	width: 760px;
	float: left;
}
.contentBox {
	width: 760px;
	background-image: url(../images/content_back.gif);
	height: 100%;
	float: left;
}
.sideBar {
	width: 189px;
	float: left;
	text-align: right;
}
.bodyBox {
	width: 571px;
	float: right;
	height: 100%;
	text-align: center;
}
.footerBox {
	width: 760px;
	float: left;
}
