body {	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666666;
	line-height: 140%;
}
strong {
	color:#0066CC;
}
address {
	font-style:normal;
}
a {
	color:#339900;
}
.clear {
	clear: both;
}
#layout {
	margin: 0px auto;
	width: 800px;
	background-color: #FFFFFF;
}
#sitetop {
	height: 80px;
	width: 800px;
	margin: 0px auto;
	background-image: url(images/header.jpg);
}
#sitetop h1 {
	float:right;
	font-size: 14px;
	color: #666666;
	width:400px;
	text-align:right;
	margin:0;
	padding:0;
	line-height:70px;
}

#sitetop h2 {
	float:left;
	font-size: 35px;
	color: #fff;
	width:400px;
	margin: 0;
	padding: 0;
	line-height:70px;
}
#sitetop h2 a {
	color: #333333;
	text-decoration: none;
}
#rightside {
	width: 790px;
	background-color: #FFFFFF;
	margin: 0px auto;
}
#article {
	float: left;
	width: 580px;
	margin-bottom: 10px;
}
#article h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	text-indent: 5px;
	letter-spacing: 3px;
	background-color: #66CC00;
	border-color: #CCCCCC;
	border-bottom: 2px dotted;
}
#article h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #336600;
	height: 25px;
	line-height: 25px;
	text-indent: 5px;
	letter-spacing: 3px;
	border-bottom: 1px solid;
	border-bottom-color: #99CC00;
}
#leftside {
	float: right;
	width: 200px;
}
#leftside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
.sidemenu {
}
.sidemenu h3 {
	font-size:16px;
	border-bottom:2px dotted;
	color: #FFFFFF;
	background-color: #66CC00;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
	line-height: 30px;
}
.sidemenu li {
	border-bottom: 1px dotted #ccc;
	font-size: 100%;
	background-color: #FFFFE8;
}
.sidemenu a {
	text-decoration: none;
}
.sidemenu a:hover {
	color:#ff9900;
}
#sitebottom {
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	width:100%;
	background-color: #66CC00;
}
#list {
	width:680px;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
#list dl {
	float:left;
	width:85px;
	margin:0px;
	padding:0px;
}
#list dt {
	margin:0px;
	padding:0px;
	font-weight: bold;
	color: #009933;
}
#list dd{ 
	margin:0px 0px 5px 0px;
	padding:0px;
}
#wrapper {
	width:100%;
	background-color: #FFFFFF;
	border-bottom: 10px solid;
	border-bottom-color: #66CC00;
}
#sitebottom p {
	margin:0 auto;
	padding:0;
	width: 780px;
	text-align: left;
	font-size: 90%;

}
