/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 22px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	float:left;
}
#menu{
	width: 100%;
}
#navBar{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#content{
	float: left;
	width: 660px;
	margin-right: 15px;
	margin-left: 15px;
	
}

#headlines{
    float:right;
	width: 150px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	
}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #menu styles **************/

#menu{
	padding: 5px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;

}

#menu a {
	font-size: 14px;
	padding: 0 4px 0 0;
	color: #FFFFFF;
	font-weight: bold;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	color: #006699;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-size: 12px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	font-size: 14px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	text-indent: 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 14px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
/************  #headPic  styles **************/
#headPic{
	font-family: "؟،جم_GB2312";
	font-size: 24px;
	color: #FF0000;
	padding: 5px 0px 5px 0px;
	font-style: normal;
	font-weight: bold;
	vertical-align: text-bottom;
}
#headPic img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.special_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.special_red_e {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}
.spceil_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.spceil_black_e {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.titlelink{
	clear: both;
	font-size: 14px;
	margin-left: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	margin-right: 25px;
}

.servive_title {
	font-family: "??_GB2312";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.title_dgreen {
	text-decoration:none;
	color: #006633; 
	font-size: 14px; 
	font-weight: bold;
}
.title_yellow {
	text-decoration:none;
	color: #FF6600; 
	font-size: 14px; 
	font-weight: bold;
}
.title_green {
	text-decoration:none;
	color: #009966; 
	font-size: 14px; 
	font-weight: bold;
}
.title_blue {
	text-decoration:none;
	color: #3366ff; 
	font-size: 14px; 
	font-weight: bold;
}
.title{
	text-decoration:none;
	color: #333333; 
	font-size: 14px; 
	font-weight: bold;
}

/*********** #content styles ***********/

#content{
	font-size: 14px;
	
}

#content h3{
}

#content a {
	padding: 2px 0px 2px 10px;
	font-size: 14px;
}
#content h1 {
	text-align: center;
	padding-bottom: 20px;
}
#content h4 {
	color: #FF0000;
}
#content h5{
	font-size: 14px;
	color:#FF0000;
	
}


.redText {
	font-size: 14px;
	color: #FF0000;
}
.headTextColor {
	font-size: 14px;
	color: #006699;
}
conteTable {
	margin: 1px;
	padding: 1px;
	height: 1px;
	width: 1px;
}
.table_type {
	font-family: "??";
	font-size: 14px;
	font-weight: bold;
}
.Navebar_fontsize{
	font-size: 16px;
	font-weight: bold;
}
.Navebar_color{
	color: #0000FF;
}
.content_red {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.ro_a {
	color: #ff0000; 
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}