html, body {
	width: 926px;
	margin-top:0px;
	background-color:fbfbfb;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
}
.home_wrapper {
	width: 926px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.home_headerwrapper
{
	width: 926px;
	display: block;
	margin: auto;
	float: left;
}
.home_left_wrapper {
	width:433px;
	display:block;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:30px;
	float:left;
}
.home_right_wrapper {
	width:400px;
	display:block;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:15px;
	margin-right:30px;
	float:right;
}
.boxtop {
	width:926px;
	height:50px;
	background-image:url(images/box-top.gif);
}
.boxcenter {
	width: 926px;
	background-image: url(images/box-center.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color:#FFFFFF;
	display: block;
	margin:0px; 
	padding: 0px;
}
.boxbottom {
	width:926px;
	height:30px;
	background-image: url(images/box_center.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	width:926px;
	height:30px;
	background-image: url(images/footer.gif);
}
.inside_left_wrapper {
	width:250px;
	display:block;
	margin-left:30px;
	margin-top:30px;
	float:left;
}
.inside_right_wrapper {
	width:530px;
	display:block;
	margin-left:16px;
	margin-right:50px;
	float:right;
	overflow:hidden;
}
.logo {
	margin-top: 10px;
	margin-left: 30px;
	float:left;
}
.liner
{
	margin-bottom:10px;
}
.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:right;
	line-height:24px;
	margin-right:30px;
	float:right;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
}
.navigation {
	background-color: #FFFFFF;
	width: 380px;
	height: 30px;
	padding: 0px 0px 0px 15px;
	margin-top: 30px;
	margin-right: 15px;
	margin-bottom: 0px;
	text-align: center;
	float:right;
}
.navigation a:link, .navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	float: left;
	padding: 8px 12px 10px 12px;
	margin: 0px;
	text-decoration: none;
	font-weight:bold;
}
.navigation_on {
	background-color: #C2E7EB;
}
.navigation a:hover {
	color: #FFFFFF;
	display: block;
	padding: 8px 12px 10px 12px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
	background-image: none;
}
.insidepage_nav {
	width: 248px;
	height: 34px;
	display:block;
	margin:0px;
	padding:2px;
}
.insidepage_nav a:hover {
	text-decoration: none;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;
	color:#649a9f;
	margin-top:15px;
	margin-bottom:15px;
}
.h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:18px;
	color:#666666;
	margin-top:0px;
	margin-bottom:20px;
}
.insidepage_h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#649A9F;
	font-weight:bold;
	text-align:left;
	margin-top:30px;
	margin-bottom:15px;
}
.insidepage_h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:18px;
	color:#649A9F;
	margin-top:20px;
	margin-bottom:10px;
}
.comment{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:18px;
	color:#666666;
	display:block;
	background-color:#C2E7EB; 
	padding:15px;
}