html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-size: 12px;
	background-color: #181344; /*#52606B*/
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	height: 100%;
}

a { color: white; text-decoration: underline; }
a:link { color: white; text-decoration: underline; }
a:visited { color: white; text-decoration: underline; }
a:hover { text-decoration: none; background-color: white; color: #14112C; }
a:active { color: white; text-decoration: underline; }

a:hover.img { color: white; text-decoration: none; background-color: transparent; }

img {
	border: 0;
}

#container {
	width: 750px;
	min-height: 460px;
	margin: auto;
	border: 1px solid white;
	margin-top: 20px;
	background-color: #14112C;
	background-image: url('../content/bg.jpg');
}
#banner_cont {
	width: 570px;
	float: left;
}
#banner {
	margin: 0;
	padding: 0;
}
#start {
	width: 570px;
	float: left;
}
#news {
	width: 540px;
	float: left;
}
#footer {
	width: 740px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	color: white;
	font-size: 0.9em;
}
#content {
	float: left;
	color: white;
	margin-bottom: 20px;
}
#content2 {
	float: left;
	color: white;
	margin-bottom: 0px;
}
.layout1 h1 {
	width: 320px;
	margin: 30px;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: 2px;
}
.layout1 p {
	width: 270px;
	font-size: 0.9em;
	margin: 0 0 10px 70px;
	line-height: 1.3em;
}
.layout1 ul {
	width: 270px;
	font-size: 0.9em;
	margin: 0 0 10px 70px;
	line-height: 1.3em;
	padding: 0;
}
* html .layout1 ul {
	margin-left: 40px;
	padding-left: 30px;
}
#image {
	margin-top: 35px;
	width: 180px;
	float: right;
	text-align: center;
}
#image img {
	padding: 2px;
	margin-bottom: 10px;
}
#image img:hover {
	padding: 1px;
	margin-bottom: 10px;
	border: 1px solid white;
}
#nav {
	width: 179px;
	padding-top: 32px;
	float: right;
	min-height: 39em;
	background-image: url('../content/nav.jpg');
	background-repeat: no-repeat;
	background-position: 0 3.5em;
}
* html #nav {
	height: 460px;
}
.navigation {
	list-style-type: none;
	color: white;
	font-size: 0.9em;
	margin: 0;
	padding: 0 25px;
	width: 130px;
}
* html .navigation {
	padding: 0 23px;
}
.navigation li {
	padding: 3px;
	border-bottom: 1px solid white;
	width: 126px;
}
.navigation li a {
	text-decoration: none;
	width: 100%;
	display: block;
}
.news_head {
	float: right;
	margin-top: 10px;
	width: 160px;
}
.news_head h1 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.news_pdf {
	float: right;
	clear: right;
	width: 160px;
}
.news_pdf p {
	margin: 3px 0 1px 0;
	padding: 0;
}
.news_text {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-left: 20px;
	width: 320px;
}
.news_text h1 {
	font-size: 1.2em;
	margin: 10px;
	font-weight: normal;
}
.news_text p {
	margin-left: 20px;
}
* html .news_text p {
	padding-top: 10px;
}
.news_text img {
	margin-left: 8px;
}
* html .news_text img {
	padding-top: 10px;
}
.clear {
	clear: both;
}
.clear_right {
	clear: right;
}
.right {
	float: right;
	margin: 2px 0 5px 8px;
}
.left {
	float: left;
	margin: 2px 8px 5px 0;
}
.red {
	color: red;
}