/* CSS Document */
#menuActuator{
	text-align:left;
	visibility: inherit;
}
.menu {
	color:#666666;
	font-size:11px;
	text-align:left;
	margin-left: -32px;
	margin-right: -5px;
	padding-left: 2px;
	background-color:#F7F7F7;
	width: 110px;
	list-style-type: none;
	}
html>body .menu{
		margin-left: 50px;
	}
.menu li {
	line-height:20px;
	margin-left: -10px;
	border:1px solid #FFFFFF;
}
html>body .menu li{
	margin-left: -5px;
	padding-left:10px;

}
.menu a:hover {
	display:block;
	background-color: #000000;
	color: #FFFFFF;
	border-color: #cccccc;
}
html>body .menu a:hover{
	margin-left:-8px;
	padding-left:8px;
}
/*------------------------------------------------------------ */		
body {
	behavior: url(csshover.htc);
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	background-color: #959595;
}

#header{
width:800px;
height:63px;
clear:both;
margin-top:20px;
}
#header_l{
	float:left;
	background-image: url(../images/header_l.png) !important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_l.png');
	background-repeat: no-repeat;
	height:49px;
	width:41px;
}
#header_m{
	float:left;
	background-image: url(../images/header_m.png) !important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_m.png');
	background-repeat: no-repeat;
	height:49px;
	width:84px;
}
#header_r{
	float:left;
	background-image: url(../images/header_r.png) !important;
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header_r.png');
	background-repeat: no-repeat;
	height:49px;
	width:51px;
}
/*#nav{
	float:left;
	width:428;
	height:49px;
	margin-top:14px;
}*/
#bottom{
	width:800px;
	background-image: url(../images/bottom.png) !important;
	background-image:none;
	background-position:top;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom.png', sizingMethod='image');
	background-repeat:no-repeat;
	height:10px;
	clear:both;
}
#footer{
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	font-size: 11px;
	color: #666666;
}
#footer a{
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
#main{
	clear:both;
	background-image: url(../images/main_bg.png) !important;
	background-image:none;



	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/main_bg.png', sizingMethod='scale');
	background-repeat:repeat-y;
	/*height:80%;
	/*min-height:350px;*/
	margin-top:-14px;
	text-align: left;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.maintext {
}
#main a{
text-decoration:underline;
}
#right{
	text-align: justify;
	padding-right: 10px;
	padding-left: 20px;
	margin-left: 20px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #EBEBEB;
	padding-bottom: 5px;
	width: 320px;
	float: right;
	list-style-position:inside;

}
#left{
	text-align: left;
	height: auto;
	min-height:350px;
	padding-right: 10px;
	margin-right: 20px;
	float:left;
	width:310px;
}
html>body #left{
	padding-left: 25px;
}
a:link, a:visited{
	color: #999999;
	text-decoration:none;
}
a:hover{
	color: #000000;
}
h1{
font-size:24px;
color:#000000;
}
h2{
	font-size: 14px;
}
h5{
	font-size: 11px;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
}
h6{
	font-size: 11px;
	font-weight: normal;
	list-style-position: inside;
}
#content{
	text-align: left;
	margin-right: 35px;
	padding-bottom: 10px;
	min-height:375px;
	margin-left: 45px;
}
html>body #content{
	margin-left: 25px;
}
.form{
background-color:#FFFFFF;
}
h3{
font-size: 12px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	list-style-position: inside;
	margin:0px;
}
td {
font-size: 11px;
}

.txt_black{color:#000000;}
.txt_gray{color:#666666;}

.clear{clear:both;}