body {
	margin: 0;
	background: #CDD0BB url(../images/index_08.jpg) repeat-x top;
}
body, p, td {
	font: 12px/120% Arial, Helvetica, sans-serif;
}
table {
	background-color: white;
}
#topArea {
	background: url(../images/index_01.jpg) repeat-x top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 188px;
}
#bottomArea {
   position: absolute;
	top: 188px;
	left: 0;
	background: url(../images/index_08.jpg) repeat-x;
	width: 100%;
	height: 100%;
}
.topBar {
	background: url(../images/index_06.jpg) repeat-x top;
	height: 7px;
}
.topAd {
	height: 24px;
	padding-top: 3px;
	text-align: center;
}
.barLeft {
	background: url(../images/index_09.jpg) repeat-y left;
}
.barRight {
	background: url(../images/index_11.jpg) repeat-y right;
}
.content {
	padding: 10px 10px;
}
.content h1 {
	font: bold 25px "Times New Roman" Times serif;
	color: #DF3E00;
	text-align: center;
}
.content h2 {
	font: bold 22px "Times New Roman" Times serif;
	color: #DF3E00;
	text-align: center;
}
.content h3 {
	font: bold 19px "Times New Roman" Times serif;
	color: #DF3E00;
	text-align: center;
}
.copyright {
	font-size: 11px;
	text-align: center;
	padding: 20px auto;
}
.menuTitle {
	background-color: #33383C;
	font-weight: bold;
	color: white;
	padding-left: 10px;
	height: 26px;
}
.menu {
	height: 26px;
}
.menu a:link, .menu a:visited {
	display: block;
	background: url(../images/index_17.jpg) no-repeat;
	color: blue;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	text-decoration: none;
	height: 26px;
}
.menu a:hover {
	background: url(../images/index_24.jpg) no-repeat;
	color: red;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
}
.floatleft {
	float: left;
	padding: 5px;
}