@charset "UTF-8";
body {
	color: #000000;
	background-color: #EEEEEE;
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 18px;
}

a {
text-decoration:none;
color:#444444;
font-weight:600;
font-family: Helvetica, sans-serif;
}
a:hover {
color:#006699;
}

#wrapper {
	background-color: #FFFFFF;
	width: 970px;
	padding: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#content {
	width: 585px;
	margin: 0px;
	float: left;
	text-align: justify;
}

#widecontent {
	width: 970px;
	margin: 0px;
	float: left;
	text-align: justify;
}
#footer {
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	color: #000000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px;
}
.bottomlinks {
	font-size: 11px;
}
#sidebar {
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	width: 350px;
	float: right;
	padding-left: 20px;
	border-left-width: 1px;
	text-align: justify;
}
.whoweare {
	line-height: 18px;
}
#header_nav {
	padding-bottom: 20px;
	float: left;
	margin-bottom: 10px;
	width: 970px;
}
.blackbarcontent {
	background-color: #000000;
	height: 10px;
	width: 580px;
	float: none;
	clear: none;
	margin-bottom: 5px;
}
.blackbarsidebar {
	background-color: #000000;
	width: 350px;
	height: 10px;
	float: none;
	clear: none;
	margin-bottom: 5px;

}

.blackbarcontentwide {
	background-color: #000000;
	height: 10px;
	width: 970px;
	float: none;
	clear: none;
	margin-bottom: 5px;
}

.headline {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
#navigation {
	float: right;
}
#logo {
	float: left;
}
hr {
	border:0;
	border-top:1px dotted #ccc;
	color:#fff;
}
