body {
	background-image: url(top-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-color: #C2D6CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#index{
	width: 800px;
	float: left;
	clear: both;
}
#header{
	width: 800px;
	float: left;
	clear: both;
}
#top-navi{
	width: 620px;
	float: left;
	margin-top: 20px;
	clear: both;
	padding-left: 175px;
}
#top-navi ul{
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 20px;
}
#top-navi ul li{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#top-navi a{
	font-weight: bold;
	color: #333333;
	display: block;
	padding-top: 50px;
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 10px;
	text-decoration: none;
	padding-right: 20px;
}
#main{
	width: 800px;
	float: left;
	margin-top: 20px;
	clear: both;
}
#navi{
	background-image: url(navi-top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	width: 172px;
}
#navi ul{
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
}
#navi li{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
#navi a{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-bottom: 2px;
	line-height: 150%;
	text-transform: capitalize;
	padding-left: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CDFF;
	width: 159px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99CDFF;
}
#navi a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	background-color: #C2D6CB;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
#navi-bottom{
	background-image: url(navi-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 172px;
	height: 11px;
}
#content{
	float: right;
	width: 625px;
	background-color: #FFFFFF;
	background-image: url(arc-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content h2{
	font-size: 13px;
	font-weight: bold;
	color: #7EA800;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
	padding-left: 5px;
}
#content p{
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin: 0px;
	padding-right: 10px;
}
#content a{
	text-decoration: none;
	color: #000000;
}
.cell img{
	border: none;
}
#content a:hover{
	color: #99CDFF;
}
.banner{
	text-indent: -999em;
	margin: 0px;
	padding: 0px;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 150px;
	width: 625px;
}
.title{
	margin: 0px;
	padding: 10px 10px 0px 0px;
	background-image: url(banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 140px;
	width: 615px;
	font-size: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	text-transform: capitalize;
}
.column{
	float: left;
	width: 600px;
	padding-left: 25px;
	clear: both;
	padding-bottom: 30px;
}
.cell{
	text-align: center;
	float: left;
	width: 140px;
	text-transform: uppercase;
}
.cellLarge{
	text-align: center;
	float: left;
	width: 240px;
	margin-right: 30px;
	text-transform: uppercase;
}
.cellLarge img{
	border: 1px solid #000000;
}
#bottom-navi{
	text-align: center;
	width: 625px;
	padding-bottom: 20px;
	float: left;
	clear: both;
}
#bottom-navi ul{
	float: right;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
#bottom-navi li{
	float: left;
	margin: 2px;
	height: 20px;
	width: 20px;
}
#bottom-navi a{
	text-align: center;
	display: block;
	height: 20px;
	width: 20px;
	border: 1px solid #23668A;
	text-decoration: none;
	line-height: 130%;
	color: #000000;
}
#bottom-navi a:hover{
	position: absolute;
	width:40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	z-index:100;
	margin: -10px 0 0 -10px;
	background-color: #C2D6CB;
	color: #000000;
  }
.selected{
	font-weight: bold;
	background-color: #C2D6CB;
}
.liB{
	margin-bottom: 10px;

}
#footer{
	float: left;
	width: 620px;
	clear: both;
	padding-left: 175px;
	background-image: url(bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 200px;
}
.copyright{
	width: 610px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-bottom: 50px;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	text-align: left;
	padding-left: 10px;
}
.clear {
	clear: both;
}
ul {
	margin: 0px;
	padding: 0px;
}
.text {
	width: 90%;
	margin-left: 20px;
	padding-bottom: 20px;
}
.sub{
	padding-left: 20px;
}
.pdf{
	padding-left: 20px;
	list-style-type: none;
}
.pdf li{
	background-image: url(pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	padding-top: 5px;
}
.pdf li ul{
	list-style-type: none;
}
