@charset "utf-8";
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#banner-ad {
	float: left;
	height: auto;
	width: 960px;
}

#masthead {
	background-image: url(images/masthead.jpg);
	float: left;
	height: 230px;
	width: 960px;
}
#menubar {
	float: left;
	height: auto;
	width: 960px;
	background-color: #3A55A6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EE1D22;
}
#left-col {
	background-color: #CCCCCC;
	float: left;
	width: 300px;
	margin-left: 0px;
	height: auto;
}
#support-div {
	float: left;
	height: 260px;
	width: 270px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
#youtube {
	float: left;
	height: 325px;
	width: 270px;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}


#tv-ad-div {
	float: left;
	height: 325px;
	width: 270px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#right-col {
	background-color: #999999;
	float: left;
	height: auto;
	width: 660px;
}
#video_gallery {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 660px;
	margin: 0px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#why-running {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 600px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #0E4163;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 15px;
}
#right-article {
	background-color: #FFFFFF;
	float: left;
	height: 760px;
	width: 600px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #0E4163;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin: 15px;
	overflow: auto;
}
#news-header {
	background-color: #FFFFFF;
	float: left;
	height: 75px;
	width: 630px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #0E4163;
	overflow: auto;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

#facebook {
	background-color: #FFFFFF;
	float: left;
	height: 710px;
	width: 630px;
	overflow: auto;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}


#slideshow {
	background-color: #666666;
	float: left;
	height: 170px;
	width: 660px;
}



#disclaimer {
	clear: both;
	height: 13px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	letter-spacing: normal;
	background-image: url(images/disclaimer_gradient.jpg);
	background-repeat: repeat-x;
}
#counter {
	clear: both;
	height: 30px;
	width: auto;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	letter-spacing: normal;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0E4163;
}
.body_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
	list-style-position: inside;
	list-style-type: decimal;
}
.body_copy-numbered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
