@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#1464ad;
	font-family: Arial;
	font-size:12px;
	color:#eaeff3;
}
a{
 	color:#96d4f3;
 	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#header{
	width:906px;
	height:102px;
	background-image:none;
}
.title{
	margin-left:2px;
	padding-top:25px;
	margin-bottom:10px;
}

#po_desc_left{
	float:left;
	width:220px;
}
#po_desc_left ul{
	margin:0;
	margin-left:40px;
	padding:0;
}
#po_desc_left li{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 50%;
	padding-left:15px;
	line-height:16px;
	color:#96d4f3;
}
#po_desc_right{
	float:left;
	width:640px;
	text-align:justify;
	line-height:16px;
}
#po_desc_right li{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 50%;
	padding-left:15px;
	line-height:16px;
}
#po_desc_right p{
margin:0;
padding:0;
padding-bottom:5px;
}
#po_desc_right h2{
font-size:16px;
padding:0px;
margin:0px;
margin-bottom:10px;
}
#content{
	margin-left:55px;
	
}
.po_box:hover{
background-image:url(../images/po_over.gif);
}
.po_box{
	cursor:pointer;
	display:inline;
	float:left;
	width:239px;
	height:242px;
	margin-right:30px;
	margin-bottom:20px;
	background-image:url(../images/po_out.gif);
}
.po_img{
	width:229px;
	padding:5px;
}
.po_txt a{
	color:#eaeff3;
	font-weight:bold;
	line-height:20px;
	letter-spacing:1px;
}
.po_txt{
	padding-left:5px;
	color:#96d4f3;
}
.horiz_dot{
	padding-top:20px;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 100%;
	background-image:url(../images/horiz_dots.gif);
	height:5px;
	width:904px;
}