@charset "utf-8";
/* CSS Document */
/* Overall styling */
* {padding:0px;
	margin:0px;
	}
img {border:none;
	border:0px;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
h1, h2, h3, h4, h5, h6 {
	margin:10px 0px 10px 0px;
	color:#67c900;
	}
h1 {
	font-size:1.0em;
	}
h2 {
	font-size:.9em;
	}
h3 {
	font-size:.8em;
	}
p {margin-bottom:1em;
	line-height:1.35em;
	}

blockquote {
	width:75%;
	margin:5px 0px 10px 10%;
	font-size:1.25em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	}
blockquote p {
	margin:0px;
	padding:0px;
	}
acronym {
	letter-spacing:.1em;
	}
/* Styling specific to sections */
#wrapper {
	width:900px;
	margin:auto;
	background-image:url(images2008/design/main_repeater.jpg);
	}
/* Styling for the header section ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	background-image:url(images2008/design/header.jpg);
	background-repeat:no-repeat;
	height:232px;
	text-align:right;	
	}
#header ul {
	padding:10px 0px 0px 20px;
	list-style:none;
	margin-right:27px;
	}
#header ul li{
	margin-right:15px;
	margin-bottom:4px;
	}	
#header a:link, #header a:visited, #header a:active, #footer a:link, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
	}	
#header a:hover, #footer a:hover {
	text-decoration:underline;
	}
#header a:link, #header a:visited, #header a:active {
	font-size:.8em;
	}	
#header li.here a:link , #header li.here a:visited, #header li.here a:active {
	text-decoration:underline;
	}	
/* Styling for menu */
ul.menu {
	width:205px;
	background-image:url(images2008/design/left_nav_repeater.jpg);
	background-repeat:repeat-y;	
	list-style:none;
	margin:-10px 0px 0px 0px;
	float:left;
	}
ul.menu li {
	width:196px;
	text-align:right;
	}
ul.menu li a:link, ul.menu li a:visited, ul.menu li a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-size:.75em;
	display:block;
	padding: 5px 42px 5px 0px;
	}
/* This is used as page indicator */
ul.menu li.here a:link, ul.menu li.here a:visited, ul.menu li.here a:active {
	background-image:url(images2008/design/left_nav_arrow_dark.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
ul.menu li a:hover  {
	background-image:url(images2008/design/left_nav_arrow_dark.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-position:right;
	}
/* This is the image in the final li of the menu ul */
.bottomImage {
	position:relative;
	top:5px;
	padding:0px;
	margin:0px;
	}
/* Styling for content section */
#content {
	float:right;
	width:625px;
	margin-right:45px;
	padding:15px 15px 20px 10px;
	position:relative;
	font-size:.8em;
	/* needed for IE double margin float in same direction as margin foolishness */
	display:inline;
	}
/* Used for IE warning on pdf's */
.warning {
	font-size:.9em;
	color:#CC6600;
	}
		
/*This pushes the first content headline element into the header section */
/* Change the #content h1.pageIntro and its "shadow" #content h1.shadow together */
#content h1.pageIntro, #content h1.shadow {
	position:absolute;
	font-size:1.5em;
	margin-top:0px;
	}

#content h1.pageIntro {
	color:#c90067;
	top:-20px;
	z-index:5;
	}	
#content h1.shadow {
	color:#000000;
	top:-19px;
	margin-left:1px;
	z-index:2;
	}
/* Link styling in content */
#content a:link, #content a:visited, #content a:active {
	color:#399DE9;
	text-decoration:none;
	font-size:.9em;
	}
#content a:hover {
	text-decoration:underline;
	}
/* Used in content to highlight information */
div#announcements {
	float:right;
	width:150px;
	margin:10px 10px 10px 30px;
	border:solid 2px #575928;
	text-align:center;
	padding:20px;
}
div#announcements h2{
	margin:0px 0px 10px 0px;
	padding:0px;
	}
/* special ul/dl  content styling */
#content ul, #content dl, #content ol {
	margin: 5px 0px 5px 25px;
	}
#content ul.noMarginnolistStyleNone {
	list-style:none;
	margin:0px 0px 0px 40px;
	}
#content ul.listStyleNone {
	list-style:none;
	}
#content li.inline {
	float:left;
	width:250px;
	padding:0px 8px 0px 8px;
	margin-left:20px;
	}

#content dt {
	font-weight:bold;
	}
#content dd {
	margin:5px 0px 10px 10px;
	background-color:#303318;
	padding:3px 0px 3px 0px;
	width:65%;
	font-size:.9em;
	text-indent:10px;
	border-bottom:#134AA4 solid 2px;
	border-right:#134AA4 solid 1px;
	}
#content dd a {
	margin-left:20px;
	font-size:.9em;
	}
/* Overall table items */
table {
	margin:10px 0px 10px 10px;
	border:2px #575928 solid;
	}
table td {
	border:1px #575928 solid;
	background-color:#3F3F1D;
	padding:4px 0px 4px 10px;
	}
.caption {
	background-color:#303318;
	}
/* Specific tables */
table#registration, table.coaches  {
	width:500px;
	}
table#registration td.column1, table#registration td.column2 {
	width:20%;
	}
table.coaches td.column1 {
	width:30%;
	}
table.board	{
	width:550px;
	}

/* Styling for the footer section ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* See header font styling for color and styles except size */
#footer {
	background-image:url(images2008/design/footer_bg.jpg);
	background-repeat:no-repeat;
	height:125px;
	padding-right:70px;
	position:relative;
	text-align:center;
	}
#footer ul.lowerLinks {
	list-style:none;
	width:550px;
	position:absolute;
	bottom:45px;
	right:65px;
	}
#footer ul.lowerLinks li {
	display:inline;
	padding-right:5px;
	}
#footer ul.lowerLinks li a:link, #footer ul.lowerLinks li a:visited, #footer ul.lowerLinks li a:active {
	font-size:.7em;
	color:#b5b68d;
	}
#footer ul.lowerLinks li a:hover {
	color:#ffffff;
	}
#footer p.copyright {
	position:absolute;
	bottom:5px;
	margin:0px;
	right:50px;
	font-size:.7em;
	color:#090C03;
	}
#footer p.copyright a:link, #footer p.copyright a:visited, p.copyright a:active {
	color:#090C03;
	}
#footer p.copyright a:hover {
	color:#399DE9;
	text-decoration:none;
	}