/* Structure */
body {
	margin: 0;
    padding: 0;
	font-family: Arial;
    background-color: cccccc;
	background-image: url(http://www.danielhand.org/athletics/images/menubar.gif);
	text-align: center;
/* part 1 of 2 centering hack */
    }
#container{
    width: 784px;
    margin-right: auto;
    margin-left: auto;      
/* opera does not like 'margin:20px auto' */
    background: white;
    text-align:left; 
/* part 2 of 2 centering hack */
    width: 775px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 775px;
	background-color: #FFCC33;
	padding-left: 15px;
    }
html>body #container {
    width: 775px; /* ie5win fudge ends */
    }
#top {
	width: auto;
	}
#content {
	width: auto;
	background: #fee18b;
	}
#copyright {
    width: auto;
	margin-top: 0;
	padding: 5px;
	}
#imgBox {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
/* Text */

a {
	text-decoration: underline;
	font-size: 100%;
	color:#003366;;
	
	}
a:visited, a:active {
	color: black;
	outline: none;
	}
a:hover {
	color: #B71234;
	}
strong, b {
	font-weight: bold;
	}

p {
	font-size: 90%;
	line-height: 150%;
	color: black;
	padding-left: 20px;
	}
	
		
h1 {
	font-size: 175%;
	font-weight: bold;
	color: black;
	padding-left: 10px;
	}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #B71234;
	padding-left: 10px;
	padding-top: 10px;
	}

h3 {
	font-size: 150%;
	font-weight: bold;
	color: #B71234;
	padding-left: 10px;
	padding-top: 10px;
	}

h4 {
	font-size: 100%;
	font-weight: bold;
	color: black;
	padding-left: 10px;
	padding-top: 10px;
	}	
	
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #B71234;
	padding-left: 10px;
	padding-top: 10px;
	}	
/* Header font/spacing controlled by H6 */	
h6 {
	font-size: 150%;
	font-weight: bold;
	color: black;
	padding-left: 10px;
	line-height: 115%;
	}
#copyright p {
	font-size: 65%;
	line-height: 110%;
	}
#content p {
	font-size: 90%;
	line-height: 150%;
	padding-left: 20px;
	}
#navcontainer {
	width: 150px;
	}
#navcontainer ul {
	margin-left: 0;
	padding-left:20px;
	list-style-type: none;
	}
#navcontainer a
	{
	display: block;
	padding: 7px;
	width: 130px;
	font-size: 70%;
	background-color:#fee18b;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 110%;
	color: black;
	}
#navcontainer a:hover
	{
	background-color: white;
	color: #B71234;
	}
	
.bodyText {
	font:12pt Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:22px;
	margin-top:0px;
	padding-left: 20px;
	}
.coach {
	font-size: 75%;
	color:#003366;
	text-align: right;
	}