@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding:0px;
}
li {
	list-style-type: none;
}
body {
	margin-right: auto;
	margin-left: auto;
	width:1003px;
	font-size:12px;
}
body a{
color:#000000;
text-decoration:none;
}
body a:hover{
text-decoration:underline;
}
.nav{
height:34px;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
margin-left:4px;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}
.nav a{
color:#FFFFFF;
text-decoration:none;
}
.nav a:hover{
text-decoration:underline;
}
.nav_td{
	border-right:2px solid #FFF;
}
#main{
margin:10px 0px 0px 5px;
}
#left{
width:224px;
float:left;
}
#right{
width:770px;
float:right;
}

.left_h3{
height:22px;
background-image:url(../images/h3_bg1_03.gif);
text-indent:20px;
padding-top:7px;
font-size:14px;
color:#FFFFFF;
}
.left_dl{
width:216px;
background-color:#E6EEF9;
margin-left:4px;
padding-bottom:8px;
margin-bottom:10px;
}
.right_dl{
width:216px;
background-color:#E6EEF9;
margin-left:4px;
padding-bottom:8px;
}
.left_dl dd{
	height:17px;
	width:190px;
	margin-left:10px;
	background-image:url(../images/arrow_1.gif);
	background-repeat:no-repeat;
	background-position:10px;
	text-indent:40px;
	padding-top:8px;
	border-bottom:1px dashed #CCCCCC;
}
.right_td{
height:30px;
background-image:url(../images/h3_bg2_03.gif);
background-repeat:repeat-x;
}
.right_td_border{
	border: 1px solid #CCCCCC;
	line-height:24px;
	padding-bottom:18px;
	height:166px;
}
.right_td_border11{
	border: 1px solid #CCCCCC;
	line-height:24px;
	padding-bottom:18px;
	height:185px;
}
.table_border{
	border-bottom:1px dashed #CCCCCC;
	width:260px;
	margin-left:10px;
	margin-bottom:2px;
}
.table_border11{
	border-bottom:1px dashed #CCCCCC;
	width:340px;
	margin-left:10px;
	margin-bottom:2px;
}
.msg_border{
	border-bottom:1px dashed #CCCCCC;
	width:680px;
	margin-left:30px;
}

#foot{
clear:both;
height:60px;
background-color:#055BC8;
color:#FFFFFF;
text-align:center;
padding-top:20px;
}
#STATICMENU a
{
	color:Black;
	text-decoration:none;
	font-size:12px;
	}
#STATICMENU a:hover
{
	text-decoration:underline;
}
