@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/back2.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;
	
}
.floatright {
	float: right;
	padding-left: 20px;
}
#Maintext {
	position:absolute;
	left:198px;
	top:180px;
	width:806px;
	height:256px;
	z-index:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
}
#Maintext p {
	line-height: 1.5em;
	text-indent: 20px;
}
#Maintext li {
	line-height: 1.5em;

}

#apDiv1 {
	position:absolute;
	left:159px;
	top:125px;
	width:809px;
	height:14px;
	z-index:2;
	text-decoration: none;
}
#apDiv2 {
	position:absolute;
	left:-6px;
	top:281px;
	width:138px;
	height:236px;
	z-index:3;
}
.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
}

