html{
	background: #6e7955;
	line-height: 1.3;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#604023;

}

body{
	font-size: 14px;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Lucida Grande', 'Trebuchet MS', sans-serif;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
}

ul{
	margin: 5px;
}

a{
	text-decoration:none;
	font-weight: bold;
}
a:link{
	color:#005599;
}
a:visited{
	color:#005599;
}
a:active{
	color:#FF0000;
}
a:hover{
	color:#664400;
}

h3{
	font-size: 24px;
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
}

h4{
	font-size: 18px;
	color: #82ae46;
	padding-left: 6px;
	border-left: 4px solid #333631;
}

ul{
	list-style:none;
	padding-left: 20px;
}
li{
    	background: url('./img/arrow_right.gif') no-repeat left center;
	padding: 3px 0px 0px 18px;
}

.arrow{
    	background: url('./img/arrow_right.gif') no-repeat left center;
	padding: 3px 0px 0px 18px;
}

#loading{
	padding: 20px 0 20px 0;
	text-align: center;
}

#container{
	width: auto;
	min-width: 900px;
	background: #ffffff;
	margin: 0 50px 0 50px;
	padding: 30px 0 0 0;
	border-left: 2px solid #333631;
	border-right: 2px solid #333631;
}

#pagetop{
	height: 240px;
	border-top: 2px solid #333631;
	border-bottom: 2px solid #333631;
}

#topimage{
	float: left;
	width: 480px;
	height: 240px;
	background: url('./img/top.jpg') no-repeat left top;
	border-right: 2px solid #333631;
}

#topmenu{
	float: right;
	text-align: right;
	padding: 10px 10px 0px 10px;
}

#sitedesc{
	color: #555647;
	font-weight: bold;
}

#menulist{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	padding: 5px;
	font-size: 17px;
}

#pagecontent{
	padding: 20px;
	text-align: left;
	min-height: 360px;
}

#pagebottom{
	text-align: center;
}

.para{
	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #111111;
	background: url("img/box.gif") no-repeat left 50%;
	width: 97%;
	height: 18px;
	border-bottom: 3px solid #111111;
	margin: 0 0 2px 0;
	padding: 2px 0px 0px 20px;
}

.contentarticle{
	padding: 15px 0px 20px 20px;
}


.para2{
	background: #FAF5D7 url('./img/news.gif') no-repeat left center;
	padding: 3px 0px 0px 22px;
	color: #8D7537;
}

.article{
	margin: 4px 0px 4px 7px;
}

.rsslink{
	background: url('./img/arrow_right.gif') no-repeat left center;
	padding: 3px 0px 0px 18px;
}

.rssdesc{
	padding: 0px 0px 0px 24px;
}

.rssdate{
	color: #646464;
	font-size: 10px;
	padding: 0px 0px 5px 24px;
}


.serviceitem{
	background: url('./img/arrow_right.gif') no-repeat left center;
	font-size: 24px;
	padding: 3px 0px 0px 18px;
}