html {
	height: 100%;
}
body.inner_page {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
p, ol, ul {
	font-size: 12px;
}
#main_wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.style2 {color: #000066;}

/*
#header_cell {
	height: 124px;
}
*/
#header {
	width: 994px;
	height: 124px;
	background: url(../images/header.png) no-repeat;
}

#header_links {
	position: relative;
	top: 86px;
	width: 860px;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#header_links li {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	width: 68px;
	height: 3em;
	line-height: 3em;
	float: left;
}

#header_links li.double_line {
	height: 1.5em;
	line-height: 1.5em;
}

#header_links a {
	color: #2A552C;
	text-decoration: none;
}

#header_links a:hover {
	color: blue;
}

#content_detail {
	vertical-align: top;
	padding: 10px;
	background: url(../images/bgice.jpg) repeat-y;
	background-position: top center;
}

#home_infobox {
	color: white;
	font-size: 8pt;
}

#home_infobox h2 {
	padding: 0px 0px 4px 0px;
	margin: 0px;
}

#home_infobox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#home_infobox li {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

td.gradient_left {
	width: 84px;
	background: url(../images/grad_left.png) repeat-y;
}

td.gradient_right {
	width: 84px;
	background: url(../images/grad_right.png) repeat-y;
}

#left_column {
	padding-right: 28px;
}

#centre_column {
	padding-left: 28px;
	padding-right: 28px;
}

#right_column {
	padding-left: 28px;
}

#footer_cell {
	text-align: center;
}

#footer {
	padding: 0px;
	margin: 0px;
	background: #F1F4F6;
	font-size: 7px;
	color: #666666;
	text-align: center;
}

#footer_links {
	padding: 4px 0px 4px 0px;
	margin: 0px;
	font-size: 7px;
}

#footer_links li {
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: blue;
}

h1 {
	color: #4EA865;
	font-size: 16px;
	line-height: 18px;
}

h2 {
	font-size: 14px;
	line-height: 16px;
}

div.menu_dropdown {
	position: absolute;
	background: #E4F1E7;
	border: 3px white solid;
	display: none;
	text-align: left;
}

div.menu_dropdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px 8px 0px 8px;
}

div.menu_dropdown li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

div.menu_dropdown a {
	color: #2A552C;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

div.menu_dropdown a:hover {
	color: blue;
}

table.rounded_gr a {
	color: white;
}

table.rounded_gr tr.top {
	/* needed to eliminate whitespace in FF */
	font-size: 1px;
}
table.rounded_gr td.tl {
	height: 16px;
	width: 16px;
	background: url('../images/box_gr_tl.gif') no-repeat;
}
table.rounded_gr td.t {
	height: 16px;
	background: url('../images/box_gr_t.gif') repeat-x;
}
table.rounded_gr td.tr {
	height: 16px;
	width: 22px;
	background: url('../images/box_gr_tr.gif') no-repeat;
}
table.rounded_gr td.l {
	width: 16px;
	background: url('../images/box_gr_l.gif') repeat-y;
}
table.rounded_gr td.c {
	color: white;
	background-color: #56AC6C;
}
table.rounded_gr td.r {
	width: 22px;
	background: url('../images/box_gr_r.gif') repeat-y;
}
table.rounded_gr td.bl {
	height: 22px;
	width: 16px;
	background: url('../images/box_gr_bl.gif') no-repeat;
}
table.rounded_gr td.b {
	height: 22px;
	background: url('../images/box_gr_b.gif') repeat-x;
}
table.rounded_gr td.br {
	height: 22px;
	width: 22px;
	background: url('../images/box_gr_br.gif') no-repeat;
}

/* coaches rollovers */


.tabsmenuclass a{
padding: 5px 7px;
color: #0066CC;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}


/*sub menu*/

.tabsmenucontentclass{
clear: left;
width: 98%;
height: 24px;
padding: 5px;
}

/* end of coaches rollovers */