html {
	height:100%;
	SCROLLBAR-FACE-COLOR: #ebebeb;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #008c39;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #008c39;
	SCROLLBAR-TRACK-COLOR: #f0f0f0;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
body {
	background: #EBEBEB;
	margin: 2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#main {
	background: #FFFFFF;
	border: solid 1px #008C39;
/*	width: 98%; */
	width:978px;
	height: 90%;
	margin: auto;
}
#header {
	background: #F7EFAD; /* url(../images/header.png) repeat-x;*/
	vertical-align: middle;
	text-align: left;
	padding: 10px 5px 5px 10px;
	width: 963px;
	height: 55px;
	font-size:1.2em;
}
.logo{
	float:left;
	margin:-8px 0px 0px 0px;
	width:160px;
	height:65px;
	text-align:center;
}
.head_content {
	float:right;
	width:790px;
	margin:auto;
	color: #008C39;
}
#after_header{
	background: #008c39;
	height:16px;
	font-size: .9em;
	padding:2px 5px 2px 5px;
	color:#e5f5f5;
}
.after_header_menu{
	float:left;
	text-align:left;
}
.after_header_menu a:link, .after_header_menu a:visited, .after_header_menu a:active {
	color:#e5f5f5;
	padding-left:10px;
	padding-right:15px;
}
.after_header_menu a:hover{
	background: #F7EFAD;
	color: #008C39;
/*	display:block;*/
}
.after_header_right{
	float:right;
	width:200px;
	text-align:right;
}
#main_content{
	padding:8px;
	width:960px;
}
#left_column{
	float:left;
	width:158px;
	margin-right:3px;
}
#right_column{
	float:right;
	width:158px;
	margin-left:3px;
}
.sbitems{
	width:100%;
	margin: 0px 0px 5px 0px;
}
.sbmenu{
	width:100%;
	margin: 0px;
}
.sbitems input, .sbsubmit{
	border:1px solid #a5a5a5;
}
.sbsubmit{
	cursor:pointer;
	background: #008C39;
	color: #F7EFAD;
	width:95%;
}
li.menu-0, .sbiheader {
	background-color: #F7EFAD;
	width: 98%;
	text-align:left;
	vertical-align: top;
	border:1px solid #a5a5a5;
	border-collapse:collapse;
	line-height:22px;
	text-indent:10px;
	font-weight:bold;
	color: #008C39;
}
ul.menu-0, ul.menu-1, li.menu-0, li.menu-1{
	float:right;
	list-style:none;
	margin-left:0px;
}
li.menu-0 a{
	color: #008C39;
	font-weight:bold;
	display:block;
	border:none;
	text-decoration: none;
}
li.menu-0 a:hover{
	color: #F7EFAD;
	background-color:#008C39;
	display:block;
	text-decoration: none;
}
li.menu-1, .sbicontent{
	background: #F5F5FF;
	width: 98%;
	text-align:center;
	vertical-align: top;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	line-height:24px;
}
li.menu-1 a{
	font-weight:normal;
	color: #008C39;
	border:none;
	display:block;
	text-decoration: none;
}
li.menu-1 a:hover{
	font-weight:bold;
	color: #008C39;
	background: #DBDBEB;
	border:none;
	display:block;
	text-decoration: none;
}
li.menu-current a{
	color: #FFFFFF;
	background:#008C39;
	display:block;
}
li.menu-last{
	margin-bottom:5px;
}
li.menu-expand{
	margin-bottom:0px;
}
.sbicontent, li.menu-last{
	border-bottom:1px solid #a5a5a5;
}
.sbicontent{
	border-top:1px solid #a5a5a5;
	padding:5px 0px 5px 0px;
}
#content{
	border:1px solid #a5a5a5;
	width:624px;
	overflow:hidden;
}
.content_header{
	background: #F7EFAD;
	border-bottom:1px solid #a5a5a5;
	height:22px;
	color: #008C39;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	display:block;
	padding-top:2px;
	text-indent:10px;
}
.content_text{
	min-height:380px;
}
.box_in_text{
	float:right;
	width:50%;
	margin:0px 5px 5px 5px;
	padding:5px;
	border-left:1px solid #008c39;
	border-bottom:1px solid #008c39;
}
.content_text, .sbicontent{
	background: #F5F5FF;
	padding-top:5px;
	font-size:.9em;
}
.content_text p, .sbicontent p{
	color:#333333;
}
.sbicontent p{
	text-align:center;
}
#footer{
	width: 970px;
	margin: auto;
	font-size:.7em;
	color:#008C39;
	text-align:center;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #003366;
	text-decoration: none;
}
#footer a:hover {
	color: #336699;
	text-decoration: none;
}
/* for images set position left / right */
.left{ float:left; }
.right{ float:right; }

img{border:none;}

h1, h2, h3, h4 {
	margin: 10px;
	color: #008C39;
	text-align: left;
}
h1{
	font-size:1.3em;
	font-weight: bold;
	display:block;
	border-bottom:1px solid #008c39;
}
h3, h5{
	font-size:1em;
	font-weight: bold;
}
h2, h4{
	font-size:1em;
	font-weight:normal;
}
h5{
	display:block;
	color:#ffffff;
	background:#008c30;
	text-align:center;
}
.sbicontent h5{
	margin-top:-5px;
}
.content_text p {
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}
.box_in_text p{
	text-align:justify;
}
ol{
	list-style-image: url(../images/li_pic.gif);
}
ul, li{
	list-style-type:square;
	text-align:left;
}
#content a:link, #content a:visited, #content a:active {
	color: #003366;
/*	border-bottom:1px dashed #003366; */
	text-decoration: none;
}
.sbitems a:link, .sbitems a:visited, .sbitems a:active {
	color: #003366;
	text-decoration: none;
/*	border-bottom:1px dashed #003366; */
}
#content a:hover {
	color: #336699;
	text-decoration: none;
	border-bottom:1px solid #003366;
}
.sbitems a:hover {
	color: #336699;
	text-decoration: none;
	border-bottom:1px solid #003366;
}
form {
	margin: 0;
}
.norm_submit{
	border:1px solid #a5a5a5;
	background:#008c39;
	color:#F7EFAD;
	width:95%;
	cursor:pointer;
	float:left;
}
.linkbox{
	cursor:pointer;
	border:1px solid #008c39;
	background: #d5d5f5;
	color: #008C39;
	text-align:center;
	padding:1px 10px 1px 10px;
	text-decoration:none;
}
.linkbox a, .linkbox a:link, .linkbox a:hover{
	text-decoration:none;
}
.highlight {
	background: #F7EFAD;
}
iframe{
	background:transparent;
}
