body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	background-color: #7DBDEA;
	background-image:
	url('images/bg_header_runner.jpg');
	background-repeat: repeat-x;
}

a {
	color: #0033cc;
}

hr {
color: #cccccc;
margin-top: 15px;
}

h2 {
	color: #984405;
}

#topnav {	
	background-image:
	url('images/bg_topnav_runner.jpg');
	background-repeat: repeat-x;
}

#container {		
		text-align: center;		
		margin:0 auto;
}

#header {
	height: 200px;	
}


#header_graphic {		
	height: 200px;
	background-image:
	url('images/bg_header.jpg');
	background-repeat: no-repeat;
}

.content {
	width: 1024px;
	margin:0 auto;
	background-color: #ffffff;
}

.homepage_block_grn {
	text-align: left;
	width: 446px;
	margin-top: 10px;	
	background-image:
	url('images/bg_content_green.jpg');
	background-repeat: no-repeat;
	
}

.homepage_block_orange {
	text-align: left;
	width: 446px;
	margin-top: 10px;	
	background-image:
	url('images/bg_content_orange.jpg');
	background-repeat: no-repeat;
	
}

.homepage_block_blue {
	text-align: left;
	width: 446px;
	margin-top: 10px;	
	background-image:
	url('images/bg_content_blue.jpg');
	background-repeat: no-repeat;
	
}

.homepage_block_yellow {
	text-align: left;
	width: 446px;
	margin-top: 10px;	
	background-image:
	url('images/bg_content_yellow.jpg');
	background-repeat: no-repeat;
	
}

.standard_text {
	padding: 10px;
	font-family: calibri, arial, verdana;
	line-height: 1.3em;
}

.standard_text_bold {	
	font-family: calibri, arial, verdana;	
	font-weight: bold;
}

.section_header {
	padding-bottom: 3px;
	font-size: 1.3em;
	font-weight: bold;
	color: #984405;

}

.maroon_font {
	font-size: 1em;
	font-weight: bold;
	color: #984405;
}

.event_title {
	font-size: 1.3em;
	font-weight: bold;
	color: #984405;
}


.calendar_date {
	font-size: .8em;
	margin-bottom: 5px;
	padding: 0px;
	line-height: .8em;
	font-weight: bold;
}

#player {
	width: 320px;
	margin-left: 60px;
}

.vertical_titles {
		text-align: left;
		width: 160px;
}

#calendar {
		width: 700px;
}

#contact_box {
	width: 700px;
	text-align: center;
}

#footer {
	margin-top: 10px;
	font-family: calibri, arial, verdana;
}

#copyright {
	margin-top: 10px;
	font-family: calibri, arial, verdana;
	font-size: .7em;
	color: #333333;
}


