/* CSS Document */
BODY{
	background-color: #dde2f2;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
#header{
	position: absolute;
	height: 93px;
	width: 805px;
	left: 0px;
	top: 0px;
	padding-right: 8px;
	background-color: #FFFFFF;
}

#flash{
	position: absolute;
	z-index: 2;
	height: 326px;
	width: 800px;
	left: 0px;
	top: 93px;
	padding-left: 5px;
	padding-right: 8px;
	background-color: #FFFFFF;
}

#menu{
	position: absolute;
	height: 41px;
	width: 800px;
	left: 5px;
	top: 419px;
	margin-right: 8px;
	background-color: #000000;
}

#content{
	position: absolute;
	top: 460px;
	left: 5px;
	width: 800px;
	margin-right: 8px;
	background-color: #CCCCCC;
	padding-top: 21px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}

#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 39px;
	width: 800px;
	background-color: #00529b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#interior_header{
	position: absolute;
	width: 800px;
	left: 5px;
	top: 134px;
	padding-top: 4px;
	background-color: #FFFFFF;
	background-color: #e8e8e8;
}
#interior_menu{
	position: absolute;
	height: 41px;
	width: 800px;
	left: 5px;
	top: 93px;
	margin-right: 8px;
	background-color: #000000;
}
#interior_content{
	position: absolute;
	top: 331px;
	left: 5px;
	width: 800px;
	margin-right: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
}

A:link{
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
A:visited{
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}
A:hover{
	font-style: normal;
	color: #3366FF;
	text-decoration: underline;
}

.news_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #333333;
	line-height: 22px;
}
.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
#contact_bar {
	position: absolute;
	width: 434px;
	left: 371px;
	top: 0px;
	padding-top: 0px;
	z-index: 30;
}
.increase_lineheight {
	line-height: 26px;
}
