﻿html, body, form { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
	background: #6C6C6C url('page_back.gif') repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
  color: #0C411D;
}
a:visited {
  color: #0C411D;
}
a:active {
  color: #969156;
}
a:hover {
	color: #969156;
  font-weight: bold;
}


#page_wrapper {
  width: 780px;
  margin: 0 auto;
  background: #FFFFFF url('back.gif') repeat-y;
}

#left_column {
	float: left;
	width: 200px;
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 600px;
	background: #0C411D url('left_head.jpg') no-repeat;
}

#right_column {
	float:right;
  width: 580px;
}

#content {
	padding: 15px;
	position: relative;  
}

#footer {
  clear: both;
  height: 150px;
  vertical-align: middle;
  text-align: center;
  padding-top: 25px;
  color: #ffffff;
  background: #969156 url('footer_back.gif') repeat-x;
}
#footer a:link, #footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
	font-weight: normal;
}
#top {
  background: #0C411D url('top_head.jpg')  no-repeat center;
  height: 80px;
  text-transform: capitalize;
	text-align: center;
  color: #FFFFFF;
}
#top links{
	padding-top: 20px;
}
#top a:link {
  color: #FFFFFF;
  text-decoration: none;
}
#top a:visited {
  color: #FDFDFD;
  text-decoration: none;
}
#top a:active {
  color: #FDFDFD;
  text-decoration: underline;
}
#top a:hover {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}
span.divider {
  margin: 0px 20px 0px 20px;
}


#nav1 {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style:none;
	background: #9A965B url('nav_back.gif') repeat-x;
	height: 35px;  
	
}
#nav1 li {
  float: left;
  width: 111px;
}
#nav1 li a {
	display: block;
	padding-top: 7px;
  text-transform: capitalize;
	font-size: 110%;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
}

#nav1 li a:hover {
	background: #9A965B url('nav_hover.gif') repeat-x;
	font-weight: bold;
}


#nav2 {
  margin: 150px 20px 30px 20px;
  padding: 0;
  font-family: Verdana;
  font-size: 110%;
	list-style:none;
}
#nav2 a:link {
  color: #FFFFFF;
  text-decoration: none;
}
#nav2 a:visited {
  color: #FDFDFD;
  text-decoration: none;
}
#nav2 a:active {
  color: #FDFDFD;
  text-decoration: underline;
}
#nav2 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

 
h1 {
  visibility: hidden;
}

ol {
}

td 
{
 vertical-align: top; 
}

.Athletics_Links 
{
  text-align: center; 
  text-transform: uppercase;
}

.Athletics_Links a:link, 
.Athletics_Links a:visited
{ 
  color: #0b411d;
  text-decoration: none; 
  font-weight: normal; 
}

.Athletics_Links a:hover,
.Athletics_Links a:active
{ 
  color: #0b411d;
  text-decoration: underline;
  font-weight: normal; 
}


































