@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixRtHdr #container {
	width: 907px; /* this overrides the text-align: center on the body element. */
	background-color: #07080C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
h3 {
}

.twoColFixRtHdr #header {

} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	width: 190px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #272727;
	font-size: 12px;
	color: #f5d881;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding-top: 10px;
	font-weight: normal;
}
#sidebar_all {
	float: right;
	width: 210px;
	padding-right: 10px;
}
#sidebar_mail {
	color: #FFFFFF;
	font-size: 14px;
}

#sidebar1 a {
	font-weight: bold;
	color: #ffc000;
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: underline;
}

.highlight {
	color: #ffc000;
}
.highlight a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC000;
	text-decoration: none;
}
.highlight a:hover {
	text-decoration: underline;
}



#flash_cap {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: -3px;
	padding: 0px;
}
.red_highlight {
	color: #FF0000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.red_highlight a {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

input {
	background-color: #FFFFFF;
}
.submit {
	background-color: #CCCCCC;
}


#coaches {
	float: right;
	width: 265px;
	padding-left: 10px;
}

#info_links {
	margin: 10px;
	width: 375px;
}
.content {
}
.subf_thumb {
	display: inline;
	margin-right: 10px;
	width: 80px;
	float: left;
}
.subf_desc {
	float: left;
	width: 250px;
	margin: 0px;
	font-size: 12px;
	line-height: normal;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#subfeature_box {
	float: left;
	width: 350px;
	margin-left: 10px;
}
.subf_desc a {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #0000FF;
	text-transform: none;
	text-decoration: none;
}
.subf_desc a:hover {
	text-decoration: underline;
}


.subfeature {
	width: 350px;
	font-size: 11px;
	float: left;
}
.float {
	float: left;
}
.content {
	padding: 5px;
	float: right;
	font-size: 11px;
	width: 150px;
}


.twoColFixRtHdr #mainContent {
	background-color: #ebebeb;
	padding-left: 10px;
	text-align: left;
	width: 670px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	font-size: 14px;
	color: #333333;
} 
.twoColFixRtHdr #container_shad #container #mainContent p {
	line-height: 1.5em;
}

hr {
	width: 95%;
	text-align: center;
}

#ren_content {
	padding-left: 275px;
}


#mainContent a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
#mainContent a:hover {
	text-decoration: underline;
}


#mainContent li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent p {
	padding-right: 10px;
	padding-left: 10px;
}


.twoColFixRtHdr #footer {
	background-color: #07080C;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	clear: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
} 
#footer li.last {
	border-right-width: 0px;
	border-right-style: none;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer ul {
	display: inline;
	text-align: right;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 5px;
}
#footer {
}


.twoColFixRtHdr #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;
}
h2 {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1em;
}

.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;
}


input.submit { 
background:#FFFFFF; 
} 


#container_shad {
	background-image: url(../images/container_shadow.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 918px;
}

.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif
	;
	font-weight: lighter;
	font-size: 20px;
	line-height: normal;
	font-style: normal;
}

 div.hr {
	height: 16px;
	background-attachment: scroll;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
}
div.hr hr {
	display: none;
	padding: 0px;
	margin: 0px;
}
#navbar {

}
.smaller {
	width: 6em;
}
