html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
}

#logo {
	height: 151px;
	width: 181px;
	overflow: hidden;
	margin-bottom: 154px;
}
#logo h1 { display: none; }
#teamshot {
	position: absolute;
	top: 119px;
	left: 76px;
}
#nav {
	position: absolute;
	top: 0;
	left: 300px;
	width: 182px;
	z-index: 20;
}
#nav, #nav li, #nav a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
}
#nav li {
	width: 84px;
}
#nav a {
	color: #999;
	display: block;
	font-weight: bolder;
	font-size: 12px;
	text-align: center;
	line-height: 1em;
	height: 36px;
	width: 48px;
	padding-right: 36px;
	overflow: hidden;
	background: url(/images/navstar.gif) top right no-repeat;
	text-decoration: none;
	font-family: 'Arial Narrow', Arial, Tahoma, Verdana, Helvetica;
}
#nav a:hover {
	color: #069;
	background-position: bottom right;
}
#nav a#nav_home { padding: 10px 36px 0 8px; height: 26px; }
#nav a#nav_roster { padding: 4px 36px 0 1px; height: 32px; }
#nav a#nav_gallery { padding: 4px 36px 0 3px; height: 32px; }
#nav a#nav_sponsors { padding: 10px 36px 0 8px; height: 26px; margin-left: 8px; }
#nav a#nav_events { padding: 10px 36px 0 8px; height: 26px; margin-left: 34px; }
#nav a#nav_contact { padding: 4px 36px 0 8px; height: 32px; margin-left: 80px; }
* html #nav a#nav_contact { margin-left: 90px; }

#scroll, #scrolloverlay, #scrollimgs {
	position: absolute;
	top: 0px;
	left: 394px;
	width: 437px;
	height: 217px;
	z-index: 10;
	overflow: hidden;
}
#scrollimgs { z-index: 14; left: 0; display: none; opacity: 0; -moz-opacity: 0; background-color: #999; }
#scrollimgs img { position: absolute; top: 0; }
#scroll a#scrolloverlay {
	left: 0;
	z-index: 16;
	background: url(/images/scrolloverlay.png) top left no-repeat;
	border: none;
	text-decoration: none;
}
* html #scroll a#scrolloverlay { background-image: url(/images/scrolloverlay.gif); }
* html>body #scroll a#scrolloverlay { background-image: url(/images/scrolloverlay.png); }

#footer { text-align: center; font-size: 90%; margin-top: 2em; }

a {
	text-decoration: none;
	color: #000066;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

td,th {
	vertical-align:top;
}

.label {
	font-weight: bold;
	text-align: right;
}
.data {
	text-align: left;
}
legend { display: none; }
fieldset { border: none; }
td.label { padding-right: 14px; }
.req { font-weight: bold; color: maroon; background: url(/images/reqstar.gif) top right no-repeat; }
.formtitle { display: none; }
#Section53 td.label, p.label.req { text-align: left; background-position: top left; padding-left: 14px;  }
.num, .date { text-align: right; }
.ctr { text-align: center; }
.adminlist {
	border: 1px solid #4a6b7b;
}
.adminlist th {
	background-color: #caebfb;
	color: #4a6b7b;
	border-bottom: 1px solid #4a6b7b;
	border-right: 1px solid #b1d1e1;
	padding: 0.25em 1em;
	font-size: 90%;
	margin: 0;
}
.adminlist .even { background-color: #b1d1e1; }
.adminlist .odd { background-color: #bbdceb; }
.adminlist td { margin: 0; padding: 0.25em 1em; border-bottom: 1px solid #7d9eae; border-right: 1px solid #7d9eae; }
.adminlist tr { margin: 0; padding: 0; }
.adminlist tr:hover { background-color: #caeb7b; }
.adminlist a { text-decoration: underline; display: block; margin: -0.25em -1em; padding: 0.25em 1em; }
.adminlist a:hover { color: inherit; background-color: #cad17b; }

@media screen {
	body {
		background: #95d7f7 url(/images/cfasback.gif) top left no-repeat;
	}
	#logo h1 {
		display: block;
	}
	#content, #footer {
		width: 675px;
		margin-left: 20px;
	}
	h1.header, h2.section {
		height: 65px;
		background-position: top left;
		background-repeat: no-repeat;
		overflow: hidden;
		text-indent: -999px;
		margin: 0;
		padding: 0;
	}
	#headerroster { background-image: url(/images/roster.gif); }
	#headerhome { background-image: url(/images/home.gif); }
	#headergallery { background-image: url(/images/gallery.gif); }
	#headersponsors { background-image: url(/images/sponsors.gif); }
	#headerevents { background-image: url(/images/events.gif); }
	#headercontact { background-image: url(/images/contact.gif); }
	#headeradmin { background-image: url(/images/admin.gif); }
	h2.section { height: 30px; }
	#sectionpages { background-image: url(/images/pages.gif); }
	#sectiondelete { background-image: url(/images/deletepage.gif); }
	#sectioncopy { background-image: url(/images/copypage.gif); }
	#sectionedit { background-image: url(/images/editpage.gif); }
}
@media print {
	.noprint { display: none; }
	#logo { margin-bottom: 0; }
	a { text-decoration: underline; }
}
