body {background-color: #E8E8E8;}		

html {
scrollbar-face-color: #484873;
scrollbar-highlight-color: #ECECEC;
scrollbar-3dlight-color: #484873;
scrollbar-darkshadow-color: #000033;
scrollbar-shadow-color: #4B4B4B;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #ECECEC;
}

#container {
	margin: 20px auto 0;
}

#main_header {
	margin: 0 auto 0;
	width:920px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#main_header_top {
	text-align:right;
	margin:5px auto;
	width:740px;
}
#main_header_top a:link {
	color: #000033;
	text-decoration: none;
}
#main_header_top a:visited {
	color: #000033;
	text-decoration: none;
}
#main_header_top a:hover {
	color: #000000;
	text-decoration: underline;
}

#main_header_middle {
	text-align:center;
}
#main_header_bottom {
	text-align:left;
	margin:5px auto;
	width:750px;
}
#main_header_bottom a:link {
	color: #540000;
	text-decoration: none;
}
#main_header_bottom a:visited {
	color: #540000;
	text-decoration: none;
}
#main_header_bottom a:hover {
	color: #660000;
	text-decoration: underline;
}
#coach_home {
	float:right;
}
#coach_home a:link {
	color: #000033;
	text-decoration: none;
}
#coach_home a:visited {
	color: #000033;
	text-decoration: none;
}
#coach_home a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	margin: 0 auto 0;
	width:920px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
}
#content h1 {
	font-size:18px;
	margin:30px 0px 2px 20px;
	color:#000066;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.submitButton {
	padding: 2px 5px;
}
.downloadButton {
	padding: 2px 5px;
}

.submitButtonSm {
	padding: 1px 3px;
	font-size: 8pt;
}
#footer {
	margin: 0 auto 0;
	width:920px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border-top: solid thin #DEDEDE;
}
#dsd_footer {
	width:280px;
	margin-top:10px;
	text-align:center;
}
#main_footer {
	margin-top:5px;
	width:920px;
	text-align:center;
}

#dsd_footer a:link {
	color: #888888;
	text-decoration: none;
}
#dsd_footer a:visited {
	color: #999999;
	text-decoration: none;
}
#dsd_footer a:hover {
	color: #444444;
	text-decoration: underline;
}

/* start menu css */
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
#catList {
	margin: 0 auto 0;
	padding:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	width:800px;
}
/* img/cat_circles.gif is 78px tall divided in three parts y=0, y=26 and y=52 */
h2.trigger {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	background: url(../img/cat_circles.gif) no-repeat;
	height: 26px;
	line-height: 26px;
	width: 220px;
	border-bottom: solid thin #C8C8C8;
	font-weight:normal;
	font-size:14px;
}
h2.trigger a {
	color: #555555;
	text-decoration: none;
}
h2.trigger a:hover {
	color: #333333;
}
h2.trigger:hover {
	background-position: 0 -26px;
}

h2.newClass {
	background-position: 0 -52px;
}
h2.newClass a{
	color: #990000;
	font-weight:bold;
}
h2.newClass a:hover {
	color: #333333;
	font-weight:bold;
}
h2.newClass:hover {
	background-position: 0 -26px;
}

.toggle_container {
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid thin #DEDEDE;
}

.toggle_container td {
	padding:5px;
	font-size:11px;
	color:#999999;
}
.toggle_container td h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:12px;
}

.toggle_container td p{
	padding: 0px 5px 10px 31px;
	font-style:italic;
}

.toggle_container td a{
	color: #000066;
}
.toggle_container td a:hover {
	color: #0033CC;
}


/* img/cat_circles.gif is 54px tall divided in three parts y=0, y=18 and y=36 */
h3.trigger {
	padding: 0 0 0 15px;
	margin: 5px 0 0px 0;
	background: url(../img/circles_subcat.gif) no-repeat;
	height: 18px;
	line-height: 18px;
	/*width: 220px;*/
	font-size: 13px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
h3.trigger a {
	color: #777777;
	text-decoration: none;
}
h3.trigger a:hover {
	color: #666666;
	text-decoration:underline;
}
h3.trigger:hover {
	background-position: 0 -18px;
}
h3.newClass {
	background-position: 0 -36px;
}
h3.newClass a{
	color: #990000;
}
h3.newClass:hover {
	background-position: 0 -18px;
	text-decoration:underline;
}

/* end menu css */
