@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/background/marble_bkgd_red.gif);
}
.style6 {font-size: 14px; }

.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 153px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 229px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #contentText {
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	color: #666666;
}
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 20px;
}  
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #navigation {
}
.login {
}
.photo {
}
.thrColFixHdr #lefttop {
}
.thrColFixHdr #leftbottom {
}
li {
	list-style-position: outside;
	margin-left: 10px;
}

#leftmiddle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
	margin-left: 23px;
	margin-right: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding-left: 8px;
	padding-top: 0px;
	top: 0px;
	vertical-align: top;
	text-decoration:none;
}
#leftmiddle a:link {
text-decoration:none;
color: #666666;
}
#leftmiddle a:visited {
color:#666666;
}
#leftmiddle a:hover {
	text-decoration:none;
	color: #CC0000;
}
.contentbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
.contentboldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
}
.bottom_navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
.address a:hover {
color:#CC0000;
}
a {
	color: #6f4092;
	text-decoration: none;
}
hover {
color:#CC0000;
text-decoration:none;
}
.greytext a:hover {
	color:#CC0000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-indent: 0px;
	background-color: #FFFFFF;
	
}
.mainheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #6f4092;
	text-align: left;
	text-indent: 0px;
}
.submainheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #6f4092;
	text-align: left;
	text-indent: 0px;
}
.contentindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-indent: 200px;
	
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-indent: 0px;
	font-style: italic;	
}
.contentitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-indent: 0px;
	font-style: italic;	
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-indent: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	letter-spacing: -.09em;
}
.content a:hover {
color:#CC0000;
}

.thrColFixHdr #righttop {
}
.thrcolFixHdr #rightbottom {
	vertical-align: top;
	top: 0px;
	background-attachment: fixed;
	background-image: url(images/stick_with_it_news_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightmiddle {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
	margin-left: 7px;
	margin-right: 21px;
	text-align: center;
	padding-left: 8px;
	padding-top: 0px;
	top: 0px;
	vertical-align: top;
	padding-right: 12px;
	line-height: 23px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
.newsheader {
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
.bluetext {
	color: #006DAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.purpletext {
	color: #6f4092;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.purpletext a:hover {
color:#CC0000;
text-decoration:none;
}
.coachesphotos {
	margin-right: 0px;
}
.greytext {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}
.greytext li {
	padding-left: 10px;
}
.iframe {
visibility:hidden;
}
.thrColFixHdr #contentPhotos {
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-left: 12px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	color: #666666;
	width: 512px;
}
.latest_news_grey {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;

	}
.latest_news_grey a:link {
	color:#6f4092;
	text-decoration:underline;
	}
.latest_news_grey a:hover {
	color:#CC0000;
	text-decoration:underline;
	}
.bold_red_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	text-decoration: none;

	}
.bold_red_news a:link {
color:#6f4092;
text-decoration:underline;
}	
.bold_red_news a:hover {
	color:#CC0000;
	}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
}.submainheader  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
	text-indent: 0px;
}
