body {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #ADC400;
	margin: 0px;
	padding: 0%;
}

div a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

div a:hover {color: #AE101E;}

img {border:hidden;}
a img {margin: auto;}


h3 {color: #AE101E;}

.main {
	text-align: left;
	width: 952px;
	margin-top: 11px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 91px;
}

.head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 171px;
	margin: 0px;
	padding: 0px;
}

.menu {
	display: block;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	height: 23px;
	border: 0px;
}

.menu ul {
	padding: 0 0 0 89px;
	margin: 0px;
}

.menu ul li {
	display: inline;
	list-style-type: none;
}

.menu ul li a {
	display: block;
	float: left;
	padding-top: 3px;
	vertical-align: middle;
	height: 20px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: white;
	font-weight: normal;
}

.menu ul li a:hover {
	background-color: #AE101E;
  color: white;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.menu_current {background-color: #AE101E;}

.content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-color: white;
	margin: 0px;
	padding: 20px 88px;
}

th, td {vertical-align: top; text-align: left;}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 27px;
	text-align: center;
	font-size: 11px;
	color: white;
	padding-top: 5px;
}
