body {
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #001b73;
	padding: 0px;
	margin: 0px auto;
}
table {
	font: 11px tahoma;
	color: #fff;
}
#main {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}
#top {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	height: 83px;
}
#middle {
	background-image: url(images/middle_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	height: 252px;
}
#the_content {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0px;
	font: 11px tahoma;
	color: #fff;
}
#the_content a {
	color: #efefef;
}
#the_content a:hover {
	color: #efef00;
}
#footer {
	font: bold 11px tahoma;
	color: #fff;
	padding: 0px 15px 15px;
	text-align: right;
}
#footer a {
	color: #efefef;
}
#footer a:hover {
	color: #efef00;
}
.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
	background: url(images/btn_bg.jpg) no-repeat center center;
	height: 83px;
}
.menu a {
	padding: 35px 0px 0px 0px;
	display: block;
	width: 150px;
	text-decoration: none;
	font: small-caps bold 12px tahoma;
	color: #fff;
}
.menu li em {
	font: 10px tahoma;
	color: #000;
	background: url(images/hover.gif) no-repeat;
	width: 200px;
	height: 76px;
	position: absolute;
	top: 85px;
	left: -20px;
	text-align: center;
	padding: 25px 0px;
	z-index: 2;
	display: none;
}
.redbold {
	color: #ffff00;
	text-decoration: underline;
}
.title {
	text-decoration: underline;
	font-weight: bold;
}