@charset "UTF-8";


div.center {
	margin-top: 5%;
	margin-bottom:5%;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color:#B6C4AB;
	background-image:url(../images/body-slice.jpg);
}

#top_bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 19px;
	background-image:url(../images/bg_top.gif);
	background-repeat:no-repeat
}


#header_bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 150px;
}

#body {
	position: relative;
	top: 8px;
	left: 0px;
	background-color:#B6C4AB;
	background-image:url(../images/body-slice.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	padding: 0px 30px 0px 30px;
}

#img_left {
	background-color:#B6C4AB;
	float: left;
	padding: 0px 10px 0px 0px;
}

#img_right{
	background-color:#B6C4AB;
	float: right;
	padding: 0px 0px 20px 15px;
}

#headlines {
	position: relative;
	background-color:#CDD8CD;
	padding: 10px 10px 10px 10px;
	width: 880px;
	border:dashed;
	border-color:#B8564B;
	border-width:thin;
}


#partner-links {
	position: relative;
	background-color:#CDD8CD;
	padding: 10px 20px 10px 20px;
	width: 880px;
	border:dashed;
	border-color:#B8564B;
	border-width:thin;
}



#footer {
	position: relative;
	top: 0px;
	background-color:#B6C4AB;
	background-image:url(../images/body-slice.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	padding: 0px 30px 0px 30px;
}

#footer_bg {
	position: relative;
	top: 0px;
	background-image:url(../images/bg-bottom.jpg);
	background-repeat:no-repeat;
	height: 20px;
}

.style1 {
	font-size: 11px;
	line-height: 18px;
	
}

.style2 {color: #990000}

.style3 {font-size: 11px}

a:visited {
	text-decoration: none;
	color: #105159;
}
a:link {
	text-decoration: none;
	color: #105159;
}
a:hover {
	text-decoration: underline;
	color: #105159;
}
a:active {
	color: #105159;
}
