@charset "utf-8";
/* CSS Document */

.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.header {
	height: 110px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_header.jpg);
}
.menubar {
	background-color: #CCCCCC;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/bg_menu.jpg);
}
.maincontent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: auto;
	color: #333333;
}
.flashcontent {
	height: 260px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.addressbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	line-height: 2em;
}

.newsbox {
	background-image: url(images/bg_news.jpg);
	width: 300px;
	float: left;
	height: 160px;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	border-top: 1px #3C82B6;
	border-right: 1px #3C82B6;
	border-bottom: 1px #3C82B6;
	border-left: 1px dashed #3C82B6;
}
.img_bdr {
	border: 1px solid #6A8ECA;
}

.newstext {
	margin: 0px;
	padding: 2px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 3em;
	background-image: url(images/bg_menu.jpg);
}
a:link {
	color: #0066CC;
}
h4 {
	font-size: 12px;
	color: #CC6733;
}

a:hover {
	color: #FE9900;
}
a:visited {
	color: #0066CC;
}

h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006599;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0099CB;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
}
h5 {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;	
}

.newscontent {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 180px;
	vertical-align: top;
}
h6 {
	font-size: 14pt;
	font-weight: bold;
	color: #FF6600;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding-left: 10px;
}

