*
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #003399;
}
body
{
	background-color:#FFFFFF;
}

.b {font-weight: bold;}
.i {font-style: italic;}
.u { text-decoration: underline }

a {color: #003399; text-decoration: none;}
a.sub {color: #ffffff; margin-right: 0;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

div.header
{
	position: relative;
	left: 500px;
	height: 43px;
	padding-top: 9px;
	font-size: 36px;
	font-weight: 900;
	color: #ffffff;	
	z-index: 1;
}

/* remove this line if you want to put a text title in the blue bar
 and change the background-image of div#bluebar to bluebar.gif */
div.header span {display: none}

div#bluebar
{
	height: 43px;
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	background-image: url(images/AthleticsHome.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}


div#navpanel
{
	float: left;
	width: 165px;
	height: 100%;
	background-color: #ffcc00;
	border-right: 5px solid #003399;
	min-height: 400px;
	color: #003399;
	overflow: hidden;
}

table#navpanel
{
	width: 160px;
	color: #003399;
}

table#navpanel tr td
{
	border-bottom: 1px solid #ffffff;
	text-align: right;
	padding: 5px 10px 5px 0;
	font-weight: bold;
}
div#main
{
	min-width: 800px;
	max-width: 800px;
	width: 800px;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
}


div#top
{
	min-height: 135px;
	max-height: 135px;
	height: 135px;
}

div#logo
{
	float: left;
	background-image: url("images/WVTECHgb.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	width: 290px;
	height: 83px;
	margin-top: 40px;
}


/* This is commented out (it was intended for Financial Aid, Admissions, etc.)
I'm leaving it here in case we decide to have a similar setup on this site.
div#pic1, div#pic2, div#pic3
{
	float: right;
	width: 84px;
	height: 84px;
	margin-top: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}*/

div#pic1 
{
	background-image: url("images/AthleticsTop.jpg");
	margin-top: 0;
	height: 135px;
	width: 496px;
	float: right;
}
div#pic2 { display: none; }
div#pic3 { display: none; }

table#lowerbody
{
	margin: 0;
}

td#nav
{
	vertical-align: top;
	background-color: #ffcc00;
	width: 160px;
	border-right: 5px solid #003399;
}
td#body
{
	vertical-align: top;
	padding-top: 20px;
	padding-left: 10px;
}
h1
{
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
}
h2
{
	font-size: 1.3em;
	font-weight: bold;
}

pre, pre *
{
	font-family: 'Lucida Console', monospace;
}

tr.even
{
	background-color: #cccccc;
}

td#current
{
	background-color: #ffee99;
	color: #003399;
}

a#current
{
	color: #ffffff;
}
a.template
{
	color: #ffffff;
}