* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #999;
}
a:hover {
text-decoration: underline;
color: #666;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
}

#header {
	background:url(images/header.jpg) no-repeat;
height: 90px;
line-height: 50px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #aaa;
}
#header h1 a { 
color: #d7d7d7;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #999;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 520px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.box_1_top{
	padding-top:10px;
}
.box_1_top strong{
	font-size:14px;
	display:block;
	color:#024397;
	margin-top:30px;
	width:460px;
	height:20%;
	background:#dedede;
	line-height:30px;
	border-left:5px solid #004990;
	padding-left:15px;
}

.box_1_top{
	padding-left:20px;
}

.box_1_top li{
	list-style:none;
	width:480px;
}


.left {
float: left;
width: 200px;
margin-top: 30px;
background: #004990;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #788BBD;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: bold;
}

.my_left_item{
	width:160px;
	padding-bottom:10px;
	background:url(images/arrow.gif) no-repeat 20px 5px;
	padding-left:40px;
}


.aditem{
	padding-left:20px;
}



#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }
