@charset "utf-8";
/* CSS Document */


body { 
	margin-top: 0;
	margin-bottom: 0;
	font: 9pt/12pt trebuchet ms; 
	color: #7C8583; 
	margin: 0px;
	background: #c8c8c8 url(../images/bgtile.gif) repeat-x; 
}
#center {
}
#container {
	position: relative;
	width: 825px;
	height: 635px;
	top: 10px;
}
#header {
	position: relative;
	top: 0;
	height: 193px;
	width: 825px;
}
#main_content_area_red {
	background: #e6e5e5 url(../images/maincontentarea_bgtile.gif) repeat-x;
	position: relative;
	top: 0px;
	height: 447px;
	border: 2px solid #ce3f31;
	border-bottom: 0;
	border-top: 0;
}
#main_content_area_green {
	background: #e6e5e5 url(../images/maincontentarea_bgtile.gif) repeat-x;
	position: relative;
	top: 0px;
	height: 447px;
	border: 2px solid #52572e;
	border-bottom: 0;
	border-top: 0;
}
#main_content_area_blue {
	background: #e6e5e5 url(../images/maincontentarea_bgtile.gif) repeat-x;
	position: relative;
	top: 0px;
	height: 447px;
	border: 2px solid #586874;
	border-bottom: 0;
	border-top: 0;
}
.main_contentarea_text {
	font: 11px/14px arial, verdana; 
	color: #000000;
	text-align: justify; 
}
.main_contentarea_text_notjustified {
	font: 11px/14px arial, verdana; 
	color: #000000;
	text-align: left; 
}
.main_contentarea_formtext {
	font: 11px/12px arial, verdana; 
	color: #000000;
	text-align: left; 
}
.text_float_left {
	float: left;
}
.page_headline_red {
	font: 15px/23px arial, verdana; 
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #ad181e;
	text-align: left; 
}
.page_headline_green {
	font: 15px/23px arial, verdana; 
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #636a3d;
	text-align: left; 
}
.page_headline_blue {
	font: 15px/23px arial, verdana; 
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #586874;
	text-align: left; 
}
.headline_white {
	font: 15px/18px arial, verdana; 
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.headline_featuredathlete {
	font: 18px/20px arial, verdana; 
	color: #ffffff;
	font-weight: bold; 
}
.big_red_link {
	font: 12px/14px arial, verdana; 
	color: #ad181e;
	font-weight: bold;
}
a.big_red_link {
    color: #ad181e;
	text-decoration: none;
}
a:visited.big_red_link {
    color: #ad181e;
	text-decoration: none;
}
.big_red_link a:visited:hover {
    color: #ad181e;
	text-decoration: none;
}
a:hover.big_red_link  {
	color: #ad181e;
	text-decoration: underline;
}
.big_blue_link {
	font: 12px/14px arial, verdana; 
	color: #586874;
	font-weight: bold;
}
a.big_blue_link {
    color: #586874;
	text-decoration: none;
}
a:visited.big_blue_link {
    color: #586874;
	text-decoration: none;
}
.big_blue_link a:visited:hover {
    color: #586874;
	text-decoration: none;
}
a:hover.big_blue_link  {
	color: #586874;
	text-decoration: underline;
}
.bigger_blue_link {
	font: 16px/14px arial, verdana; 
	color: #586874;
	font-weight: bold;
}
a.bigger_blue_link {
    color: #586874;
	text-decoration: none;
}
a:visited.bigger_blue_link {
    color: #586874;
	text-decoration: none;
}
.bigger_blue_link a:visited:hover {
    color: #586874;
	text-decoration: none;
}
a:hover.bigger_blue_link  {
	color: #586874;
	text-decoration: underline;
}
.big_green_link {
	font: 12px/14px arial, verdana; 
	color: #636a3d;
	font-weight: bold;
}
a.big_green_link {
    color: #636a3d;
	text-decoration: none;
}
a:visited.big_green_link {
    color: #636a3d;
	text-decoration: none;
}
.big_green_link a:visited:hover {
    color: #5636a3d;
	text-decoration: none;
}
a:hover.big_green_link  {
	color: #636a3d;
	text-decoration: underline;
}
.big_white_link {
	font: 12px/14px arial, verdana; 
	color: #ffffff;
	font-weight: bold;
}
a.big_white_link {
    color: #ffffff;
	text-decoration: none;
}
a:visited.big_white_link {
    color: #ffffff;
	text-decoration: none;
}
.big_white_link a:visited:hover {
    color: #ffffff;
	text-decoration: none;
}
a:hover.big_white_link  {
	color: #ffffff;
	text-decoration: underline;
}
hr {
	border: 0;
	width: 80%;
    }
hr.hrgreen {
	color: #5636a3d;
	background-color: #5636a3d;
	height: 1px;
}
#footer_red {
	width: 825px;
	height: 12px;
	background: #c8c9c9 url(../images/footer.jpg) no-repeat;
}
#footer_green {
	width: 825px;
	height: 12px;
	background: #c8c9c9 url(../images/footer_green.jpg) no-repeat;
}
#footer_blue {
	width: 825px;
	height: 12px;
	background: #c8c9c9 url(../images/footer_blue.jpg) no-repeat;
}
.footer_text_links {
	font: 12px/14px arial, verdana; 
	color: #ffffff;
}
a.footer_text_links {
    color: #ffffff;
	text-decoration: none;
}
a:visited.footer_text_links {
    color: #ffffff;
	text-decoration: none;
}
.footer_text_links a:visited:hover {
    color: #ffffff;
	text-decoration: none;
}
a:hover.footer_text_links  {
	color: #ffffff;
	text-decoration: underline;
}