@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	color: #b9221a;
}
#header h1 {
	text-align: left;
	text-indent: 0px;
}
#navigation {
	display: none;
}
#leftcol {
	width: 100% !important;
}
#rightcol {
	display: none;
}
#footer {
	color: #b9221a;
}
.clear {
	clear: both;
}