body 
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #f9fce9;
	font-size: 13px; 
}

ul{
	list-style: none;
	margin-left:5px;
	padding-left: 5px;
	padding-right: 5px;
}

img { border: 0px; }
td	{ font-size: 13px; }

h1,h2,h3,h4
{
	text-decoration: none; 
	color:gray; 
}

h1{	font-size:30px;}
h2{	font-size:24px;}
h3{	font-size:12px;color:#718E00}
h4{	font-size:12px;}

a.listitem, a.listitem:link, a.listitem:visited, a.listitem:active  
{

	text-decoration: none; 
	color:#525252; 
	font-size:12px;
	font-weight: normal;
}

a.listitem:hover 
{
	color:#cc9a46; 
	text-decoration: underline; 
}

a:link, a:visited, a:active 
{
	font-weight: normal; 
	color:#525252;  
	font-size:13px;
	text-decoration: none
}

a:hover 
{
	color: #cc9a46;
	text-decoration: underline;
}


.leftcolumn 
{
	width: 220px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	text-align: left;
}

.rightcolumn 
{
	width: 220px;
	float: right;
	margin-right: -1px;
	padding: 10px;
	text-align: right;
}

.centercolumn 
{
	padding: 10px;
	margin-left: 230px;
}

.imageFrame
{
	border: 0px;
	text-align: center;
}

/* End Layout and Formatting */

/* header section */
.header 
{
	color: #006;
	margin-bottom: 5px;
}


a.headermaintitle:link, a.headermaintitle:visited, a.headermaintitle:hover 
{
	font-size: 20px;
	font-weight: bold;
	color: #009EF5;
	font-style: italic;
}

a.headersubtitle:link, a.headersubtitle:visited, a.headersubtitle:hover
{
	text-decoration: none; 
	color: #006FAF; 
	font-size:12px; 
	font-style: italic;
	font-weight: normal;
}



/* end header section */


.footer 
{

	color: #006;
	border-top: 0px solid #006;
	font-size: 12px;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
}

.spacer 
{
	clear: both;
}

/* 日期文章标题 */
.datetitle
{
	height: 60px;
	background-image: url(images/content_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 2px; 
	margin-top: 0; 
	padding-left: 2px; 
	font-weight: bold; 
	font-size: 12px; 
	margin-bottom: 1px; 
	padding-bottom: 2px; 
	color: gray; 
	line-height: 14px; 
	padding-top: 12px; 
	padding-left:10px;
	border-bottom: #999 0px solid; 
	text-align: center
}
/* 左侧标题 */
.listtitle
{

	height: 30px;
	background-image: url(images/dh.gif);
	background-position: top left;
	background-repeat: no-repeat;

	padding-right: 2px; 
	margin-top: 3px; 
	padding-left: 2px; 
	font-weight: bold; 
	font-size: 12px; 
	margin-bottom: 1px; 

	color: #718E00; 
	padding-top: 10px;  
	text-align: center;
}

.list
{
	border: 1px #aaaaaa dotted;
	border-top: 0px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.postlist
{
	border: 0px #aaaaaa dotted;
	border-top: 0px;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	line-height:150%;
	font-size: 13px;
	
}

.singlepost
{
	border: 0px;
	color: black;
	border-bottom: 1px dotted #94AD3A;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height:150%;
}

a.singlepost, a.singlepost:link, a.singlepost:visited, a.singlepost:active  
{

	text-decoration: none; 
	color:#525252; 
	font-size:13px;
	font-weight: normal;
}

.itemdesc 
{

	color: #000;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
}

.posttitle
{	height:40px;
	text-align: left;
	font-weight:bold;
	font-size:14.5px;
	background-position: top left;
	background-repeat: no-repeat;
}

a.posttitle:link, a.posttitle:visited, a.posttitle:hover
{

	text-decoration: underline; 
	color:#333333; 
	font-size:14.7px;
	font-weight: bold;
}

.singleposttitle
{

	text-decoration: underline; 
	color:#333333; 
	font-size:22px;
	font-weight: bold;
}
 
a.singleposttitle:link, a.singleposttitle:visited, a.singleposttitle:hover   
{

	text-decoration: underline; 
	color:#333333; 
	font-size:14.7px;
	font-weight: bold;
}

a.itemdesc:link, a.itemdesc:active, a.itemdesc:visited
{
	text-decoration: none; 
	color:#333333; 
	font-size:12px;
	font-weight: normal;
}

a.itemdesc:hover 
{
	text-decoration: underline;
	color:#333333;
}

ul.entrylist {

	list-style: none;
	color: #000;
	font-size:12px;
	border: 0px
	border-top: 0px;
	margin-top: 0;
	margin-left:0px; /* for mozilla  */
	margin-right:0px; 
	padding-left: 0;
	padding-right: 0;
/* border: 1px #aaaaaa dotted;*/
}

li.entrylistitem { 

	padding: 5px 0px 5px 0px;
	margin: 3px 0px 3px 0px;
	text-align: left;
} 

a.entrylisttitle:link, a.entrylisttitle:visited, a.entrylisttitle:active, a.entrylisttitle:hover
{
	text-decoration: underline; 
	color: #333333; 
	font-size:13px; 
	font-weight:bold;
}
/* end header section */
ul.list {
list-style: none;
color: #000;
font-size:12px;
border: 0px #aaaaaa dotted;
border-top: 0px;
margin-top: 0;
margin-left:0px; /* for mozilla  */
margin-right:0px; 
padding-left: 0;
padding-right: 0;
/* border: 1px #aaaaaa dotted;*/

}

li.listitem { 

	padding-left: 0;
	padding-right: 0;
	margin-left: 5px;
	text-align: left;
} 




blockquote 
{
	background: #E1EBF4;
	border: 2px solid #666;
	margin: 0px 15px 10px 15px;
	padding: 5px 5px 5px 8px;
}


img 
{
	border: none;
}

div.seperator  
{
	border-top: 1px dotted #94AD3A;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	height:1px;
	width:95%;
}




.commentform
{
	text-align:left;
	font-size: 13px;
	
}

.moreinfotitle
{
	background-color:#F9FCE9;
	font-weight: bold; 
	font-size: 12px; 
	line-height: 14px; 
	margin: 0 0 0 0;
	padding:0 0 0 0;
	padding-bottom:5px;
	padding-top:5px;
	border-top: 1px dotted #94AD3A; 
	
	
}

.moreinfo
{
	border: 0;
	background-color: #fff;	
	margin: 5px 0px 15px 0px;	
}

ul.morelist 
{
	list-style: none;
	border: 0px;
	border-top: 0px;
	margin-top: 0px;
	margin-left:0px; /* for mozilla  */
	margin-right:0px; 
	padding-left: 0;
	padding-right: 0;
	/* border: 1px #aaaaaa dotted;*/
}

li.morelistitem { 
	padding-left: 0;
	padding-right: 0;
	margin-left: 0px;
	text-align: left;
	font-size: 13px;
	line-height:120%;
	margin-top: 5px;
	
	
} 


a.printlink:link, a.printlink:visited  
{

	text-decoration: none; 
	color:#333333; 
	font-weight: normal;
}

a.printlink:hover 
{
	text-decoration: underline; 
}

/* section calendar style */
.Cal
{
	border :#F9FCE9;
	width:100%;
	font-family:Arial;
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
	height:180px;
	
	 	
}

.CalTitle
{
	background-color : #F9FCE9;
	border-color:#ADF;
	color : #718E00;
	font-family:Arial;
	font-size: 13px;	
	margin-left : 0px;
	padding : 1px;
	height:100%;
	font-weight:bold;
}

.CalOtherMonthDay
{
	color:#808080;
	
}

.CalSelector
{
	
}

.CalNextPrev
{
	
}

.CalDayHeader
{
	background-color:#FFFFFF;
	font-weight:bold;
	
}

.CalSelectedDay
{
	
}

.CalWeekendDay
{
	
}

.CalTodayDay
{
	background-color:#e3e3e3;
	font-weight:bold;
}