body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, #contents {
	min-hight: 100%;
	width: 100%;
	height: 100%;
}

html>body html>body #contents {
	height: auto;
}

#practice {
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#results {
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#parent {
	padding-left: 8px;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	border-top: 1px solid #778899
	border-bottom: 1px dotted #B2BCC6;
	height 3em;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #778899
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	color: #FFFFFF;
	background-color: #FF0000;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	
}

#teamphoto img {
	margin-right: 2px;
	margin-top: 5px;
	padding: 10px 10px 15px 10px;
	border-style: double double double double;
	border-color: black black black black;
	border-width: 4px 4px 4px 4px;
	font: small Arial, Helvetica, sans-serif;
}


#navigation a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 620px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#footer {
	positon: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px dotted #AAAAAA;
	background-color: #CCCCCC;
	color: #626262;
	font-size: 70%;
}
#footer p {
	margin: 0.5em 0 1em 2em;
	padding 0;
}