@charset "UTF-8";
/* CSS Document */
#sitetools, #nav, #news{
	display:none;
}
body {
	background:#FFF;
}
#banner{
	background:#FFF;
}
#wrapper{
	background:#FFF;
	border-style:none;
	width:auto;
}
#main {
	border:none;
	padding: 0;
	width:auto;
}
#legal {
	padding-left: 0px;
}
* {
	color:#000000 !important;
}
h1 {
	font-size:18pt !important;
}
h2 {
	font-size:14pt !important;
	font-weight: bold !important;
}
p {
	font-size:10pt !important;
}
#logo {
	display: block;
}
a:after {
	content:attr(href);
}



