/* CSS Document */

body {
	background-color:E8E8E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	text-decoration: none;
	}

#drop {
	background-color: #000066;
	width: 800px;
	height: 60px;
	text-align: left;
	display:block;
	color: #000000;
	margin: auto;
	}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align:center;
}

li {
	float: left;
	width: auto;
	background-color:#FFFFFF;
	display:block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
	background-repeat: repeat;
	position: relative;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

li ul {
	background-color: e8e8e8;
	display: none;
	position: absolute;
	left: 0px;
	top: 2em;
}

li>ul {
	top: auto;
	left: auto;
	position: absolute;
}

li:hover ul, li.over ul {
	display: block;
}

#content ul {
  list-style-image: url('img/bullet.gif')
}

table {
	margin: 0.5px;
	}

#header {
	width: 800px;
	height: 80px;
	margin: 0 auto;
	background-color:#FFFFFF;
	background-image:url(img/logo_3.gif);
	background-repeat:no-repeat;
	}

#top {
	background-color:#FFFFFF;
	width: 800px;
	height:10px;
	margin: 0 auto;
	}

#navbar {
	width: 800px;
	height: 30px;
	margin: 0 auto;
	text-align:center;
	background-color:#FFFFFF;
	}

#break {
	width: 800px;
	height: 8px;
	margin: auto;
	}

#bar {
	width: 800px;
	text-align:left;
	margin: 0 auto;
	background-color: #FFFFFF;
	}

#corner {
	margin: 0 auto;
	height: 0 px;
	background-color:#FFFFFF
	}	
#content {
	background-color:#FFFFFF;
	width: 800px;
	margin: 0 auto;
	text-align:left;
	}

#footer {
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	color:#0066FF;
	}

#img_holder {
	margin: 0 auto;
	text-align:center;
	height: 220px;
	width: 300px;
	float:left;
	}

.tl {
	background: url(img/1.gif) 0 0 no-repeat;
	margin: 0 auto;
	width: 800px;
	background-color:#FFFFFF;
	}

.tr {
	padding:10px;
	margin: 0 auto;
	}

.body_tr {
	}

.bl { 
	width: 800px;
	}
.br {
	
	} 
.efont_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	line-height: 130%;
	}
.efont_title {
	font-family:Georgia;
	font-size: 16pt;
	font-weight:bold;
	font-style: italic;
	color: #000099;
	}
.efont_foot {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	color: #000099;
	}
.tfont{
	font-family:"²Ó©úÅé";
	font-size: 12pt;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	}
.tfont_content {
	font-family:"²Ó©úÅé";
	font-size: 10pt;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	}
.tfont_title {
	font-family:"ËÎÌå";
	font-size: 16pt;
	font-weight:bold;
	color: #000099;
	}
.tfont_foot {
	font-size:9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	}

.sfont_content {
	font-size:10pt;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	}
.sfont_title {
	font-family:"ËÎÌå";
	font-size: 16pt;
	font-weight:bold;
	color: #000099;
	}
.sfont_foot {
	font-size:9pt;
	font-weight:100;
	text-decoration:none;
	text-indent:0px;
	}

#banner {
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/index.gif);
	width: 700px;
	height: 500px;
	}
	
#bread {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	width: 800px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	}

bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
 
a {
	text-decoration: none;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
	background-color: transparent;
}
#crumb{
	width:800px;
	height: 20px;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	margin:auto
}
#text{
	background-color:#FFFFFF;
	width: 590px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#box{
	background-image:url(img/news.gif);
