@charset "UTF-8";
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-image: url(Images/bg.jpg);
	}
.main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(Images/back_2009.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 700px;
}
#navlist li
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-right: 10px;
	text-decoration: none;
	font-size: .8em;
	margin: 2px;
}
#navlist li a
{
	text-decoration: none;
	color: #171573;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFD580;
	margin: 2px;
}
#navlist li a:hover
{
	text-decoration: none;
	color: #171573;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #171573;
	margin: 2px;
}

#navlist2 li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size: .8em;
	display: list-item;
	padding-top: 10px;
}
#navlist2 li a
{
	text-decoration: none;
	color: #171573;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F1DC94;
	margin-top: 15px;
}
#navlist2 li a:hover
{
	text-decoration: none;
	color: #171573;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #171573;
	
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666;
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: -30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: center;
}
.bottom a {
	color: #666;
	text-decoration:none
}
