/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}
h1 {
	color: #2A509F;
}
h2 {
	color: #2A509F;
}
h3 {
	color: #2A509F;
}
p {
	color: #000;
}
a {
	color: #2A509F;
}
.errortext {
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	color: #006699;
	font-weight: bold;
}
.headline {
	font-weight: bold;
}
img {
	border: 0;
}
.centertext {
	text-align: center;
}
.imageborder {
	border: 1px solid #2A509F;
}
.aligntextright {
	text-align: right;
}
.imageborder {
	border: 1px solid #2A509F;
}
.imageborder {
	border: 1px solid #2A509F;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#container {
	background-color: #FFF;
}
#banner {
	background-color: #FFF;
	border-bottom: 5px solid #2A509F;
	height: 175px;
}
#banner p {
	display: inline;
}
#logo {
	float: left;
	border: 0;
}
#header_image {
	float: right;
}
#nav {
	display: none;
}
#maincontent {
	margin: 0;
	padding: 0;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	text-align: center;
}
#footer a {
	text-align: center;
}