body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: #1a1d1e url(images/body_top_bg.jpg) repeat-x;
}

a:link, a:visited {
	color: #0279ff;
	text-decoration: none;
	font-weight:bold;
}

a:active, a:hover {
	color: #0279ff;
	text-decoration: underline;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.margin_bottom_40 {
	clear: both;
	width: 100%;
	height: 40px;
	font-size: 1px;
}

.margin_right_60 { margin-right: 60px; }

.fl { float: left; }

.headliner {
    font-family: 'Josefin Sans Std Light', serif;
    font-size: 48px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #0279ff;
	height:45px;
	background:url(images/horizontal_divider.jpg) bottom repeat-x;
}

#container {
	width: 840px;
	margin: 0 auto;
	padding: 0 10px;
}

#top_panel {
	width: 840px;
	height: 150px;
}

#top_panel #logo {
	float: left;
	width: 240px;
	height: 150px;
	background: url(images/ed_logo.png) no-repeat;
}

#content { clear: both; }

#content p {
	text-align: left;
	margin-bottom: 10px;
}

.image_wrapper {
	background: #000000;
	padding: 9px;
	margin-bottom: 10px;
}

.image_wrapper img { border: 1px solid #666; }

.image_wrapper_fl {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

.image_wrapper_fr {
	float: right;
	margin-top: 3px;
	margin-left: 20px;
}

.section_w360 { width: 360px; }

.activeField {
	background-color: #ffffff;
	border: solid 2px #0279ff;
}

.idle {
	border: solid 2px #fff;
	background-color: #cccccc;
}

/* footer */
#footer_wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer {
	clear: both;
	width: 840px;
	height: 55px;
	padding: 30px 10px 0 10px;
	text-align: center;
	margin: 0 auto;
}
