body{
	font-family: arial,helvetica,chicago,sans-serif;
	font-size: 90%;
	background-image: url(backgrnd.jpg);
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: justify;
}
.accessaid, h1 {
	position: absolute;
	height: 0;
	overflow: hidden;
}

acronym, dfn {
	cursor: help;
	border-bottom: dashed #036 1px;
}
	
#header {
	background: #036 url(header.gif);
	height: 60px;
}
		
#navigation {
	position: absolute;
	top: 60px;
	left: 0;
	width: 134px;
	color: white;
}
		
#navigation ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
		
#navigation ul a {
	color: white;
	text-decoration: none;
	display: block;
	background: #17a;
	padding: 0 0.5em;
	margin: 0 1em 1px 1em;
}
		
#navigation a:visited {
	color: #ccc;
}

#navigation a:hover {
	background: #28b;
}
		
#content {
	background: white 134px 0 repeat-y;
	background: white repeat-y;
	xpadding: 1px 1em 2em 1em;
	padding: 1px 20px 1em 10px;
	border-left: 134px solid #069;
	border-right: 134px solid #036;
}

#spacer {
	height: 0px;
}

h2 {
	font-size: 1.5em;
	color: #036;
}
		
h3 {
	font-size: 1.25em;
	color: #036;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #036;
	margin-bottom: -1em;
}

th.main {
	font-size: 1.25em;
	color: #036;
	text-align: center;
}
th {
	font-weight: bold;
}
td {
	vertical-align: top;
}
dt {
	font-weight: bold;
}

a:link {color: #17A; text-decoration: underline;}
a:visited {color: #036; text-decoration: underline;}
a:active {color: red; text-decoration: underline;}
a:hover {color: red; text-decoration: underline;}

#headline {
	text-align: center;
	border: 2px solid red;
}

.news {
	font-weight: bold;
	color: #036;
	text-align: center;
}

.title {
	font-weight: bold;
	color: #036;
}

.header {
	font-weight: bold;
	color: white;
	background: #036;
}

#content img.main {
	width: 100px;
	height: 150px;
	padding: 1px;
	border: 1px solid #333;
	float: right;
	margin: 0 0 1em 1em;
}

#content img.sub {
	width: 120px;
	height: 150px;
	padding: 1px;
	border: 1px solid #333;
	float: right;
	margin: 4px 1em 4px 1em;
}

#content img.coach {
	width: 100px;
	height: 150px;
	padding: 1px;
	border: 1px solid #333;
	float: left;
	margin: 4px 1em 4px 1em;
}

#content img.email {
	width: 155px;
	height: 15px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#content img{
	width: 70px;
	height: 70px;
	padding: 1px;
	border: 1px solid #333;
	margin: 4px 1em 4px 1em;
}

#content img.counter{
	width: 87px;
	height: 32px;
	padding: 1px;
	border: 0px;
	margin: 0px;
}

#container {
	position: relative;
	width: 886px; /* width + border for IE 5.x */
	w\idth: 880px; /* real width */
	border: solid #036;
	border-width: 0 3px 3px 3px;
	margin: auto;
}

.hiddenpic{
	display:none;
}

