BODY,HTML {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;  
	margin: 0;  
	height: 100%;
} 
DIV#container {  
	height: 100%;  
	width: 100%;
	overflow:auto;

} 
* HTML #container {  
	height: 100%;
	overflow:auto;

} 
div#main {
	POSITION: absolute;
	left:0;
	top:0;
	width: 100%;
	overflow: auto;
	height: 81%;
	margin-bottom:106px;
	
} 

#news a, a:visited, a:active, a:link {
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
}

#welcome a, a:visited, a:active, a:link {
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	color: #000;
}
#welcome a:hover {
	color: #000;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F90819;
}
#news a:hover {
	color: #000;
	font-size: 12px;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F90819;
}
#news {
	width: 294px;
	color:#999999;
	height: 165px;
	font-size: 12px;
	border-right: 1px dotted #CCCCCC;
	text-align: right;
	top: 200px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	overflow: visible;

}
#welcome {
	width: 350px;
	color:#999999;
	height: 165px;
	font-size: 12px;
	top: 200px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	overflow: visible;
}
#bigtxt {
	font-size: 28px;
	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -200px;
	text-align:left;

}
#bigtxt a, a:visited, a:active, a:link {
	color: #000000;
	font-size: 28px;
	border-bottom: 1px dotted #CCCCCC;
}
#bigtxt a:hover {
	color: #000000;
	font-size: 28px;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F90819;
}

#submenu {
	POSITION: absolute;
	bottom: 40px;
	height: 66px;
	width: 100%;
	background-color: #CCCCCC;
	margin: 0px;
} 

#menu {  
	POSITION: absolute;
	bottom: 0px;  
	height: 40px;
	background-color:#999999;
	width: 100%;
	color:#000000;
	font-size: 28px;
} 
#menu a, a:visited, a:active, a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-size: 28px;	
	border-bottom: 0;
}
#menu a:hover {
	text-decoration: none;
	color:#000000;
	font-size: 28px;
	border-bottom: 0;
}

#header {
	width: 28%;
	position: absolute;
	left: 0px;
	border-bottom: 1px dotted #999999;
	font-size: 28px;
	text-align: right;
	color: #F90819;

}
.bull {
	font-size: 20px;
	color: #F90819;
}
.text {
	line-height: 150%;
	margin-right: 50px;
}
P {  
	PADDING: 0.5em 0px;  
	MARGIN: 0px; 
} 
.subitem {
	border: 2px solid #fff;
}
.subitem_active {
	border: 2px solid #F90819;
}
.nl {
	color:#CCCCCC;
}
