* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Tahoma, Arial, Verdana, sans-serif;
	font-size: small;
	color: #330000;
    background: #000000 url(/files/image/bgb.gif);
}

table {
	border: none;
	border-collapse: collapse;
}
td, th {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, select, button, textarea {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}


h1, h2, h3 {
	margin: 20px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	color:#333333;
}

h1 {
	font-size: 150%;
	line-height: 110%;
}
h2 {
	font-size: 135%;
	line-height: 110%;
}
h3 {
	font-size: 120%;
	line-height: 120%;
}


h4, h5, h6 {
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 90%;
	line-height: 130%;
}
h5 {
	font-size: 85%;
	line-height: 140%;
}
h6 {
	font-size: 80%;
	line-height: 140%;
}

p {
	line-height: 130%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}


a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.layout {
	width: 100%;
	font-size: 95%;
}


.content {
	padding: 0px 60px;
}


.menu-main {
	padding: 5px 0px 6px 0px;
	margin: 0px;
	text-align: center;
}
.menu-main li {
	text-align:left;
	list-style:none;
	padding: 0px;
	margin: 0px;
}
.menu-main li a{

	font-size: 16px;
	color:#000;
	text-decoration:none;
}
.menu-main li a:hover,
.menu-main li a.selected{
	text-decoration:underline;
	color:#F00;
	
}


.content-container {
	float: left;
	width: 100%;
	background:#ffffff;
}
.content-table {
	margin:0px 25px 0px 25px;
}
.content-left {
	width: 30%;
}
.content-left .placeholder{
	height:1px;
	overflow:hidden;
	width:250px;
}
.content-right {
	width: 60%;
}
.content-right .placeholder{
	height:1px;
	overflow:hidden;
}
.content-right .tcont {
	margin:10px;
}
.content-right .tcontc {
	margin:10px;
}

.content-right .tcontvbc {
	margin:10px;
}

.content-right .tcontvb {
	margin:10px;
}

.content-right .tcont td{
	padding:5px;
	border: 1px solid #010000;
}
.content-right .tcontc td{
	padding:5px;
	border: 1px solid #010000;
	text-align:center;
}
.content-right .tcontvbc td{
	padding:5px;
	border: 0px;
	text-align:center;
}

.content-right .tcontvb td{
	padding:5px;
	border: 0px;
}

.content-left-div{
	border: #cc0000 solid 0px;
	margin-right:25px;
	padding:25px;
}
.content-right-div{
	border: #cc0000 solid 0px;
	padding:25px;
}
.content-container .spacer {
	height: 1px;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
}
.news-inner dl dt {
	color:#000000;
	font-weight:bold;
}
.news-inner dl dd {
	padding-bottom:15px;
}

.menu-path {
	margin: 0px 0px;
	color:#333333;
}
.menu-path a{
	color:#333333;
}
.menu-path a:hover{
	color:#ff0000;
}
.menu-path span{
	color:#ff0000;
}


.menu-secondary {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.menu-secondary li {
	padding: 2px 0px;
	margin: 0px;
	list-style: none;
}
.menu-secondary ul {
	padding: 0px 0px 0px 1.5em;
	margin: 0px;
}
.menu-secondary a,
.menu-secondary span {
	padding: 2px 0px;
    color: #333333;
}
.menu-secondary a:hover,
.menu-secondary .selected {
	color: #ff0000;
    text-decoration:none;
}
.menu-secondary ul li.first {
	padding-top: 12px;
}
.menu-secondary ul li.last {
	padding-bottom: 12px;
}




.menu-additional {
	float: left;
	width: 100%;
	padding: 20px 0px 25px 0px;
	background:#ffffff;
}
.menu-additional li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 110%;
	font-size: 90%;
}
.menu-additional li a {
    padding: 0px 10px;
    color: #333333;
}
.menu-additional li a:hover,
.menu-additional li.first a:hover,
.menu-additional li span {
    color: #ff0000;	
}
.menu-additional li.first a,
.menu-additional li.first span {
	padding-left: 20px;
	border-left: none;
    color: #333333;
}

.content-left form {
    float: left;
}
.content-left form .input-text {
    background: #000000;
    color: #313131;
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 30px 10px 0px 0px;
    float: left;
    font-size: 90%;
}
.content-left form .input-submit {
    background: transparent;
    border: none;
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    float: left;
    padding: 0px;
    margin: 30px 0px 0px 0px;
    text-decoration: underline;
    font-size: 90%;
}
.footer {
	color: #ff0000;
	padding: 15px 80px 15px 80px;
	font-size: 90%;
}
.footer .copyrights {
	float: left;
}
.footer a{
	color:#ff0000;
}
.footer a:hover{
	color:#ff0000;
}


.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
.banners {
	margin:25px;
}
.banners table{
	width:100%;
}
.banners td.banner{
	text-align:right;
}
.main-content{
	background: url(/files/image/bgbm.jpg) repeat-x ;
	margin:25px;
	min-height:50px;
}
.main-content div{
	background: transparent url(/files/image/bgmh.jpg) no-repeat right top;
	min-height:50px;
}
.main-content div div{
	background:transparent;
	padding:25px 25px 0px 25px;
	max-height:200px;
	color:#ffffff;
	width:65%;
}
.main-content div div h1{
	margin:0px;
	padding:0px;
	font-weight: normal;
	color:#ffffff;
}
.image {
border: solid 1px;
border-color: #9A9A9A;
}
.td1 {  border: 1px solid black;
          padding: 5px;
         }
