body {
	background-image: url(../file/img/bg_nav.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: 18px;
	margin-bottom: -5px;
}

.mainwindow {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.head {
	width: 936px;
	height: 101px;
	background-image: url(../file/img/bg_header.jpg);
}

.navigation,
.navigation a {
	margin-top: 5px;
	width: 936px;
	height: 16px;
	background-color: #609BD7;
	color: #ffffff;
	text-align: right;
}

.quicknews {
	margin-top: 10px;
}

.quicknews #news1,
.quicknews #news2 {
	position: absolute;
	width: 209px;
	height: 135px;
	padding: 0px;
	vertical-align: top;
}

.quicknews #news2 {
	left: 210px;
}

 .quicknews #news3 {
	position: absolute;
	top: 580px;
	left: 35px;
}

.quicknews #news4 {
	position: abolute;
	width: 650px;
	height: 130px;
	left: 240px;
}

.category {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FF3D39;
	color: #ffffff;
	font-size: 10px;

}

.quicknews .subheadline {
	font-size: 10px;
}

.content {
	position: absolute;
	top: 330px;
	left: 240px;
	width: 680px;
	line-height: 120%;
}


.subnavig {
	position:absolute;
	top: 395px;
	left: -27px;
	width: 209px;
	font-weight: semi-bold;
	font-size: 110%;
	line-height: 150%;
	color: #0EC20B;
	padding: 5px;
	
}
/*.subnavig div.CurrentDocument {
    background-color: #FF3D3D;
	 color:#fff;
}*/
.subnavig li{
	color: #FF3D39;
}
.footer {
	
	font-size: 85%;
	text-align: right;
}
/*a:link {
	color: #fff;
	text-decoration: non;
} */
a:visited{
	color: #000;
}
.navigation a:active {
    color: #fff;
}
.subnavig a:hover,
.subnavig a:active {
    color: #fff;
}