* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #17375e;
	font: 10pt Arial, Verdana, sans-serif;
	text-align: justify;
}

h1 {
	font-size: 14pt;
}

img {
	border: none;
}

p {
	margin: 2ex 0;
}

a {
	text-decoration: none;
	color: #0053a0;
}

a.over, a:hover {
	text-decoration: underline;
}


#content {
	background: transparent url("../images/Background Bastiaans v1.png") repeat-y center;
}

#footer {
	background: transparent url("../images/Footer Bastiaans v1.png") no-repeat bottom center;
	height: 75px;
}

#header {
	background: transparent url("../images/Header Bastiaans v6.png") no-repeat top center;
	color: #fff;
	height: 312px;
}

#footer_text {
	color: #aaa;
	width: 930px;
	margin: 10px 0 0 10px;
	padding: 5px 0;
	border-top: 1px solid #17375e;
	text-align: center;
	clear: both;
}

#footer_margin {
	float: left;
	height: 40px;
	width: 950px;
}

#main_content {
	max-width: 590px;
	width: 60%;
	margin: 20px;
	float: left;
}

#sidebar {
	max-width: 265px;
	width: 30%;
	margin: 10px 0;
	float: left;
	text-align: center;
}

.sidebar_item {
	border-bottom: 1px solid #17375e;
	margin: 0 10px 10px 10px;
	padding-bottom: 10px;
}

.wrapper {
	max-width: 950px;
	margin: 0 auto;
}

#Menu {
	text-align: left;
	margin: 3em;
	font-weight: bold;
}

p.boxheader{
	margin: 2ex 0 0;
	font-size: larger;
}

#Menu ul {
	list-style-type: none;
}

#informationheader {
	font-size: large;
	font-weight: bold;
	margin-bottom: 2ex;
	margin-top: 2ex;
}

#information {
}

.contact:first-line {
	font-weight: bold;
}

.list:first-line {
	font-weight: bold;
	font-size: larger;
}

.activitieslist {
	list-style-type: none;
	margin: 0 0 0 20px;
}

#accomplishmentslist {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
#accomplishmentslist li {
	padding: 0.5ex;
}

#statementlist {
	margin: 20px 20px;
}

#statementlist li {
	padding: 0.5ex;
}

.bannerhtml {
	text-align: left;
	border: 1px solid black;
	background-color: #ccc;
}