html {
	background: url('images/html_bg.jpg');
}
body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background: url('images/page_bg.jpg') repeat-x center top;
	width: 100%;
	display: table
}

a:link, a:visited { color: #008800; text-decoration: none; } 
a:active, a:hover { color: #CC0000; text-decoration: none }

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #86c111;
	background: url('images/h1.jpg') no-repeat left 50%;
	height: 48px;
	padding-left: 38px;
	padding-top: 20px
	
}
h2 {
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 26px;
	background: url('images/h2.jpg') repeat-x;
}

#container {
	width: 900px;
	margin: auto;
}
#topsection {
	float: left;
	width: 900px;
	height: 108px;

}
#topsection_title {
	float: left;
	width: 300px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	height: 34px;
	padding-top: 10px;
	padding-left: 55px;
	background: url('images/logo.png') no-repeat;
	color: #fff;
}
#topsection_title img {
	float: left;
}
.topmenu{
	float: right;
	margin-top: 30px;
}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topmenu li{
	display: inline;
}

.topmenu li a{
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 80px;
	height: 24px;
	margin-left: 10px;
	padding-top: 3px;
	background: url('images/top_button.png') no-repeat;
}

.topmenu li a:hover, .topmenu li .current{
	color: #fff;
	background: url('images/top_current.png') no-repeat;
}

#left_column {
	float: left;
	width: 323px;
}
#left_top {
	float: left;
	width: 323px;
	height: 219px;
	background: url('images/left_header.jpg') no-repeat;
}
.leftmenu {
	float: left;
	width: 260px;
	margin-top: 0px;
}
.leftmenu ul {
	list-style-type: none;
	padding-left: 70px;
	margin:10px;
}
.leftmenu li a {
	display: block;
	height: 20px;
	font-size: 11px;
	color: #3c4826;
	background: url('images/menu_button.gif');
}
.leftmenu li a:hover, .leftmenu li .current {
	color: #000;
}
#right_column {
	float: right;
	width: 577px;
	background: url('images/right_bg.png') repeat-y;

}
#right_top {
	float: left;
	margin: auto;
	width: 577px;
	height: 107px;
	background: url('images/right_header.jpg') no-repeat;
}
#right_mid {
	float: left;
	width: 446px;
	margin: 0px auto;
	background: #fff;
	color: #666666;
	padding: 0px 45px 0px 45px;
	text-align: justify;
}
#right_mid img {
	float: right;
    margin: 20px 20px 20px 20px;
}


#right_mid a {
    color: #666666;
}


#right_mid b {
	font-size: 18px;
}


#right_mid strong {
	float: right;
	padding-right: 60px;
	background: url('images/star.jpg') no-repeat right 50%;
	color: #eec400
}
#right_bot {
	float: left;
	margin-top: 0px;
	padding-top: 50px;
	width: 561px;
	height: 25px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	background: url('images/right_footer.jpg') no-repeat;
}

.button {
	font-family: Tahoma, "Arial Black";
	float: left;
	width: 165px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 30px;
	background: url('images/h3.png') no-repeat;; margin-left:50px; margin-right:0px; margin-top:20px; margin-bottom:0px; padding-left:50px; padding-right:0px; padding-top:10px; padding-bottom:0px
}
.check {
	float: left;
	width: 323px;
	text-align: center;
}