html {
	height:100%;
	SCROLLBAR-FACE-COLOR: #ebebeb;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #00398c;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #00398c;
	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;
	padding:5px 10px 5px 10px;
}
#main {
	background: #FFFFFF;
	border: solid 1px #00398c;
/*	width:98%;*/
	min-width:790px;
	height: 90%;
	margin: auto;
}
#header {
	background: #FED227;
	vertical-align: middle;
	text-align: left;
	padding: 10px 5px 5px 10px;
	width: 98%px;
	height: 80px;
	font-size:1.2em;
}
.logo{
	float:left;
	margin:-8px 0px 0px 0px;
	width:200px;
	height:100px;
	text-align:center;
}
.head_content {
	font-size:20px;
	margin:auto;
	color: #800000;
	text-align:center;
}
.head_content h2{ font-size:10pt;text-align:right; }
#after_header{
	background: #FED227;
	height:auto;
	font-size: .9em;
	padding:2px 5px 2px 5px;
	color:#800000;
}
.top_menu{
	float:left;
	width:100%;
	text-align:left;
	padding:1px;
}
.top_menu ul, .top_menu li{
	list-style:none;
	float:left;
	margin-top:0px;
}
.top_menu_def, .top_menu a {
	color:#800000;
	padding-left:10px;
	padding-right:15px;
	text-decoration:none;
}
.top_menu_curr a, .top_menu a:hover{
	background: #FED227;
	color: #000000;
	text-decoration:none;
}
.loginout{
	float:right;
	width:10%;
	text-align:right;
}
#main_content{
	padding:8px;
	width:98%;
}
#left_column{
	float:left;
	width:160px;
	margin-right:3px;
	overflow:hidden;
}
#right_column{
	float:right;
	width:160px;
	margin-left:3px;
	overflow:hidden;
}
.sbitems{
	width:100%;
	margin: 0px 0px 20px 0px;
	overflow:hidden;
}
.sbiheader {
	background-color: #C0C0C0;
	width: 98%;
	text-align:left;
	vertical-align: top;
	border:1px solid #a5a5a5;
	border-collapse:collapse;
	line-height:24px;
	text-indent:10px;
	font-weight:bold;
	color: #000000;
}
.sbmenu{
	width:98%;
	margin: 0px;
	padding:1px 0px 1px 0px;
}
.left_menu ul, .sbmenu ul, .sbmenu li, .left_menu li{
	margin:2px auto;
	text-indent:10px;
	list-style:none;
	padding:1px 0px 1px 0px;
}
.sbmenu li{
	border:1px solid #a5a5a5;
	border-collapse:collapse;
	line-height:24px;
}
.left_menu ul, .left_menu li{
/*	float:right;*/
	list-style:none;
/*	padding-left:10px;*/
	text-decoration: none;
	padding:1px 0px 1px 0px;
}
.left_menu a, .left_menu_def{
	font-weight:normal;
	color: #00398C;
	background: #ffffd5;
	display:block;
/*	text-decoration: none;    */
}
.left_menu_curr,.left_menu_def a:hover{
	font-weight:bold;
	color: #00398C;
	background: #d5d5FF;
	display:block;
	margin-left:0px;
/*	text-decoration: italic;*/
}
.sbicontent{
	background: #F5F5FF;
	width: 98%;
	text-align:center;
	vertical-align: top;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	line-height:24px;
	border-bottom:1px solid #a5a5a5;
	border-top:1px solid #a5a5a5;
	padding:5px 0px 5px 0px;
}
#content{
	border:1px solid #a5a5a5;
/*	width:624px; */
	overflow:hidden;
}
.content_header{
	background: #C0C0C0;
	border-bottom:1px solid #a5a5a5;
	height:24px;
	color: #000000;
	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 #00398c;
	border-bottom:1px solid #00398c;
}
.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: 95%;
	margin: auto;
	font-size:80%;
	color:#00398C;
	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: #00398C;
	text-align: left;
}
h1{
	font-size:1.3em;
	font-weight: bold;
	display:block;
	border-bottom:1px solid #00398c;
}
h3, h5{
	font-size:1em;
	font-weight: bold;
}
h2, h4{
	font-size:1em;
	font-weight:normal;
}
h5{
	display:block;
	color:#ffffff;
	background:#00398c;
	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:#00398c;
	color:#ffdd55;
	width:95%;
	cursor:pointer;
	float:left;
}
.linkbox{
	cursor:pointer;
	border:1px solid #008c39;
	background: #d5d5f5;
	color: #00398C;
	text-align:center;
	padding:1px 10px 1px 10px;
	text-decoration:none;
}
.linkbox a, .linkbox a:link, .linkbox a:hover{
	text-decoration:none;
}
.highlight {
	background: #C0C0C0;
}