img
{  
	border-style: none;
	border:0;
}

input {
	background : none;
	border : none;
}

*
{
	border:0;
	margin:0;
	padding:0;
}

body{
    margin: 0;
    padding: 0;
    border:0;
	font-family: Verdana , Arial;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;  	

}



#header
{
	height:153px;
	background-image:url('/images/system/head_l.jpg');
	background-repeat:repeat-x;

}

#header_center
{
	width:952px;
	height:153px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/system/head_02.jpg');
}



#topmenu
{
	
	height:45px;
	background-color:#19813f;

}

#topmenu_center
{
	width:1100px;	
	height:45px;
	margin-left:auto;
	margin-right:auto;

	
}

#content
{
	
	background-image:url('/images/system/content_bg_l.jpg');
	background-repeat:repeat-x;
	background-color:#d0d0d8;

}

#content_header
{
	width:952px;
	height:43px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/system/content_header.jpg');
	background-color:#d0d0d8;
	background-repeat:no-repeat;
}

#content_center
{
	width:952px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/system/content.jpg');
	background-color:#d0d0d8;
	background-repeat:no-repeat;
	min-height:800px;
	height: expression(this.scrollHeight < 800? "800px" : "auto" );
}

#footer
{
	height:205px;
	background-image:url('/images/system/footer_l.jpg');
	background-repeat:repeat-x;

}

#footer_center
{
	width:952px;
	height:205px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/system/footer.jpg');
}
#footer_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
#leftmenu
{
	float:left;
	width:202px;
	padding:0 0 0 10px;
	color:#0a5625;
}

#leftmenu A
{
	color:#0a5625;
	text-decoration:none;
}



#leftmenu img
{
	padding-top:4px;
}


#content_text
{
	float:left;
	width:740px;
	
}


.clearboth
{
	clear:both;
}

.box_green_small
{
	float:left;
	width:357px;
	background-image:url('/images/system/box_green_small_bg.jpg');
	color:#585b7e;
}

.box_green_small_header
{
	background-image:url('/images/system/box_green_small_header.jpg');
	width:357px;
	height:33px;
	color:white;
	font-size:12px;
	text-ident:12px;
}

.box_green_small_footer
{
	background-image:url('/images/system/box_green_small_footer.jpg');
	width:357px;
	height:9px;
}

.box_blue_small
{
	margin-left:16px;
	float:left;
	width:357px;
	background-image:url('/images/system/box_blue_small_bg.jpg');
	color:#585b7e;
}

.box_blue_small_header
{
	background-image:url('/images/system/box_blue_small_header.jpg');
	width:357px;
	height:33px;
	color:white;
	font-size:12px;
	text-ident:12px;
}

.box_blue_small_footer
{
	background-image:url('/images/system/box_blue_small_footer.jpg');
	width:357px;
	height:9px;
}

.box_header_text
{
	padding-left:40px;
	padding-top:12px;
}

.box_content
{
	padding:4px 10px 10px 22px;
	min-height:170px;
	height: expression(this.scrollHeight < 170? "170px" : "auto" );
}


.box_blue_big
{
	float:left;
	width:730px;
	background-image:url('/images/system/box_blue_big_bg.jpg');
	color:#585b7e;
}

.box_blue_big_header
{
	background-image:url('/images/system/box_blue_big_header.jpg');
	width:730px;
	height:33px;
	color:white;
	font-size:12px;
	text-ident:12px;
}

.box_blue_big_footer
{
	background-image:url('/images/system/box_blue_big_footer.jpg');
	width:730px;
	height:9px;
}

.submenubox
{
	background-image:url('/images/system/left_submenu_bg.jpg');
	background-position:0% 0%;
	
}

.leftm
{
	display:none;
}
a:link {
	color: #585b7e;
	text-decoration: underline;
	}
a:visited {
	text-decoration: underline;
	color:#585b7e;
}
a:hover {
	text-decoration: none;
	color: #585b7e;
}
a:active {
	text-decoration: underline;
	color:#585b7e;
}