html, body 
{
	font-family: "Trebuchet MS", helvetica, verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	height:100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
}

*     /*zeros out all default margin/padding*/
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #58a;
	text-decoration: none;
}

ul 
{
	margin-top: 0;
	list-style: disc outside;
}

img { border:none;}

li 
{
	padding-left: 5px;
	margin-left: 15px;
}


h1, h2
{
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	padding: 5px 0 8px 0;
	margin: 0 0 8px 0;
	color: #0368a5;
}

h2 
{
	padding: 0px 0 0px 0px;
	margin: 0 0 9px 0;
	color: #ff6d06;
	font-weight: lighter;
	border-bottom: dotted 1px #888888;
}

h3 
{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 0px 0;
	color: #0368a5;
}

h4 
{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #ffffff;
	color: #0368a5;
	padding: 0 0 2px 0;
	margin: 0 0 0 0;
	display: inline;
}

h5 
{
	font-size: 12px;
	font-weight: normal;
	color: #fcec9a;
}

h6
{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

.blue
{
	color: #009cff;
	font-style: italic;
	font-weight: bold;
	display: inline;
}

.clear {clear: both;}

/* Container Section */
#form1, #aspnetForm
{
	width: 982px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/containerBG.png);
	position: relative;
	min-height:100%;
	overflow:hidden;
}

/* Logo Section */

#logo {
	margin: 11px 0 0 11px;
	padding: 0 0 0 0;
	background-color: Transparent;
	background-image: url(../images/header.jpg);
	width: 960px;
	height: 103px;
}

#logo span { display: none; }

/* Nav Section */

#nav,
#nav li,
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#nav,
#nav ul { /* all lists */
	width: 960px;
	height: 27px;
	padding: 0 0 0 0px;
	margin: 0 0 0 11px;
	background-color: transparent;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
}

#nav li { /* all list items */
	float: left;
	vertical-align: middle;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0 auto;
	border-right: solid 1px #888888;
}

a.nav, a.nav:visited 
{
	font-family: Georgia, "Trebuchet MS", helvetica, verdana, sans-serif;
	text-decoration: none;
	color: #888888;
}


a.nav:hover
{
	color: #000000;
}

#navCurrent
{
}

#content, #subContent
{
	padding: 81px 0 0 0;
	margin: 0 0 0 11px;
	width: 960px;
	background-repeat: repeat-x;
}

#subContent
{
	width: 860px;
	padding: 50px;
}

/* Home Page Specific */

#main
{
	width: 635px;
	padding: 0 0 0 25px;
	margin: 0 auto;
	float: left;
}

#tagline
{
	width: 520px;
	height: 61px;
	margin: 0 0 15px 0;
	padding: 0;
	background-image: url(../images/tagline.png);
}

#tagline span {display: none;}

#main_coaches
{
	
	padding: 9px;
	margin: 77px 0 0 9px;
	float: left;
	border: solid 1px #0089ff;
}

#recommended
{
	width: 165px;
	height: 539px;
	padding: 100px 0 0 37px;
	margin: 0 0 0 98px;
	margin-top: 0px;
	float: right;
	background-image: url(../images/recommendedBG.png);
	background-repeat: no-repeat;
}

#recommended span {display: none;}

#noteboard
{
	margin-left: 100px;
	padding-top: 25px;
}