body {
	behavior: url(/css/csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bgs.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.td_content {
	background-color: #FFFFFF;
	background-image: url(/images/right_top2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 591px;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.content {
}

.page_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
/*	color: #8F0000;*/
/*	height: 100%;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: left;
}

.search_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F7E974;
	height: 14px;
	width: 43px;
	background-color: #8f0000;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border-style: none;
	font-weight: bold;
	text-align: center;
	clear: left;
	float: right;
}
.search_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F2FAFC;
	color: #8F0000;
	height: 25px;
	width: 178px;
	background-image: url(/images/left_top_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	text-align: left;
	text-indent: 8px;
	vertical-align: bottom;
}
.top_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(/images/right_top_bg.png);
	background-repeat: no-repeat;
	background-position: left;
}
.search_wnd {
	background-image: url(/images/left_top2_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.search_tbl {
	height: 47px;
	width: 130px;
	text-align: left;
	vertical-align: sub;
	margin: 0px;
	padding: 1px 0px 0px 8px;
}

.nav_box {
	background-color: #F2FAFC;
	width: 178px;
	vertical-align: top;
	border-width: 1px 1px 0px 0px;
	border-style: solid solid none none;
	border-color: #8f0000;
	height: 100%;
}

.cntr {
	background-color: #F2FAFC;
	vertical-align: bottom;
	border-width: 0 1 0 0;
	border-style: none solid none none;
	border-color: #8f0000;
	height: 100%;
}

.main_tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F2FAFC;
	color: #8F0000;
	height: 100%;
	width: 770px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #8f0000;
}

.copyright_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 19px;
	background-color: #8f0000;
}
.search_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F2FAFC;
	color: #8F0000;
	height: 20px;
	width: 129px;
	border: 1px solid #8f0000;
	margin: 0px;
	padding: 0px;
}
.nav_cell {
	cursor: Hand;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f0000;
	font-weight: bold;
	height: 200%;
}


	/* the menu */

  .nav_cell li:hover {
		background: #F8EECE;
		margin: 3px 0px 3px 0px;
	}

  .nav_cell li{
		margin: 3px 0px 3px 0px;
	}
	

	.nav_cell ul, li {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	.nav_cell ul {
		width:178px;
		list-style:none;
		text-align: left;
		background: #F2FAFC;
	}

	.nav_cell li {
	position:relative;
	z-index:9;
	padding: 3px 0px 3px 8px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #8f0000;
	}

	.nav_cell li.folder ul {
			position:absolute;
			left:165px; /* IE */
			top:5px;
	}		
	
	.nav_cell li.folder>ul { left:165px; } /* others */

	.nav_cell ul li a {
		padding:2px 0 0 0;
		text-decoration:none;
		font-weight:bold;
		color: #8f0000;
		width:100%; /* IE */
	}

	a {
		padding:2px 0 0 0;
		text-decoration:none;
		font-weight:bold;
		color: #8f0000;
	}

	.nav_cell li>a { width:auto; } /* others */

	/* regular hovers */

	.nav_cell li.folder a:hover {
			background-color:#F8EECE;
	}

	/* hovers with specificity */
	
	.nav_cell li.folder:hover { z-index:10; }		
		
	.nav_cell ul ul, li:hover ul ul {
		display:none;
	}

	.nav_cell li:hover ul, li:hover li:hover ul {
		display:block;
 		border:1px solid #8f0000;
	}		
	/* menu end */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 5px;
	font-weight: normal;
}
.content .ls {
	margin-left: 10px;
}

.content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content p {
	padding: 3px 2px 0px 2px;
	margin: 0px;
	text-align: justify;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 10px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	padding: 0px 0px 0px 286px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 3px 0px 3px 0px;
	padding: 0px;
	font-weight: normal;
}
.content .news_date {
	width: 100%;
	background-color: #F7EAC2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8f0000;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.news_hr {
	width: 100%;
	color: #8f0000;
	margin: 0px;
	padding: 0px;
}

.right_border1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8f0000;
}

.content a {
  display: inline;
}

blockquote {
  margin-top:0;
	margin-left: 20px;
}