/*archive_box setting*/

#archive_box{
	display:block;
	position: relative;
	float:right;
	margin: 0;
	padding: 0;
	background: #fff;
	border: solid 2px #003a5d;
	border-radius: 10px;
	box-shadow: 0 5px 5px -1px #ccc;
	behavior: url(/newweb/css/PIE.htc);
}

#archiveTop {
	display:block;
	padding: 10px;
	margin: 0;
	width:200px;
	text-align: center;
	border-radius: 6px 6px 0 0;
	background: #003a5d;
	background: linear-gradient(#005db9, #003a5d);
	-pie-background: linear-gradient(#005db9, #003a5d);
	behavior: url(/newweb/java/slidestest/css/PIE.htc);
}

#archiveTop p {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-shadow: 1px 1px 1px #000;
}

#archiveBtm {
	display:block;
	width: 200px;
	padding: 0 10px;
	margin: 0;
}

#archiveBtmContent {
	width: 200px;
	padding: 0;
	margin: 0;
}

#expand, #expand ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#expand li{
  margin:0 0 0 	0px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
  list-style-image:none;

}

#expand li a{
	font-weight:bold;
	color:#039;
}

#expand li ul{
	color:#0099FF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:0px;
}

#expand li li{
	list-style:none;
	background:no-repeat url(/newweb/jpg/list-item.png);
}

#expand li li a{
	list-style:circle;
	color:#003399;
	font-size:11px;
}

#expand li a:hover{
	color:#003399;
	font-weight:bold;
}

#expand .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

.subscribe{
	margin: 0 0 10px;
	padding: 0;
	float: left;
}

.subscribe a{
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.subscribe img{
	margin: 0;
	padding: 0;
	float: left;
}

.subscribe p{
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 0;
	padding: 0;
}

/*News_content*/

.NewsTitle{
	font-size: 18px;
	font-weight: bold;
	color: #039;
	width: 750px;
	margin: 0;
	padding: 0;
}

.note{
	margin: 20px 0;
	padding: 0;
	float: left;
	height: 48px;
	width: 750px;
}

.note img{
	margin:0;
	padding:0;
	float: left;
}

.note a{
	color: #FF0000;
	font-weight: bold;
	float: left;
}

.note_date{
	color: #0099FF;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 15px 5px 0;
	float: left;
}

.text{
	padding: 0;
	width: 750px;
	margin: 10px 0;
}

.more{
	color: #0099FF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.text p img{
	margin:5px;

}