body #header div.site, #header div.site {
	background-image: none;
	background: transparent;
}
body#front {
	background-image: url(./img/edcbg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
body #header div.sponsor, #header div.sponsor {
	background-image: none;
	background: transparent;
	width: 425px;
}
#header {
	background-image: url(./img/header.jpg);
}
h1, h2, h3 {
	font-family: Arial,sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	line-height: 125%;
}
h2 {
	margin-bottom: 4px;
}
#content {
	background-color: white;
}
#content a {
	color: #CC0066;
}
#content a:hover {
	color: #990033;
}
div#content h3 {
	font-size: 16px;
}
div.breakbar div.subtitle {
	font-size: 11px;
}
body div.b_Sidebar div.wrapper {
	padding: 25px 25px 25px;
}
a.toplink {
	float: right;
	display: block;
	margin-bottom: 25px;
}
/**
 * Clearfix
 */
div.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.cf {
	display: inline-block;
}
div#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#content {
	display: inline-block;
}
