﻿<style type="text/css">

.weird{
	}
	
#body
{
	height:100%;margin:0px;padding:0px;
	background-image:url('images/Misc/bground.jpg');
	background-position:top-right; 
	
}	



.instructor
{
	color:#666666;
	font-family:"Verdana";
	font-weight:bold;
	text-align:left;
	text-transform:capitalize
}
.clubs
{
	color:#666666;
	font-family:"Verdana";
	font-weight:bold;
	text-align:left;
	text-transform:capitalize
}
.PageHeader
{
	border: thick solid #FFFFFF;
	background: black;
	font-size: xx-large;
	color: white;
	font-weight: bold;
}

.times {
	font-size: x-small;
	color: #C0C0C0;
}
.telno {
	font-size: x-small;
	color: #808080;
}
.clubheading
{
	color: silver;
	text-transform: capitalize;
	width: 392px;
}
.day
{
	color:lime;
	text-transform:capitalize
}
#navcontainer
{
	width: 12em;
/*		border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin: 1em 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
/*	background-color: #90bade; */
	color: black;
	background-position: left center;
	background-repeat: repeat-x;
	background-attachment:scroll;
/*	border-bottom: 1px dotted #7b9bc4; */
	float:left;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}


#navcontainer li
{
				border-bottom: 1px solid white;
				margin: 2px;
				border-bottom-color: #218AFF;
				border-top-style: groove;
				border-bottom-style: solid;
				border-top-width: 2px;
				border-bottom-width: 1px;
				border-top-color: #218AFF;
				border-right-style: solid;
				border-right-width: thin;
				list-style-type: none;
				border-right-color: #218AFF;
}
#navcontainer a
{
				display: block;
				padding: 5px 5px 5px 0.5em;
				border-left: 10px solid #1958b7;
				border-right: 10px solid #508fc4;
				background-color: #218AFF;
				color: #FFFFFF;
				text-decoration: none;
				width: 100%;
				font-weight: bold;
				border-right-color: #0099FF;
				border-left-color: #0000FF;
				list-style-type: none;
				border-right-width: thin;
				border-left-width: thick;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
				border-left: 10px solid #1c64d1;
				border-right: 10px solid #5ba3e0;
				background-color: #0066FF;
				color: #FFFFFF;
				font-weight: bold;
				border-right-color: #00FFFF;
				border-left-color: #0000FF;
				border-right-width: medium;
				border-left-width: 10px;
				font-size: small;
}

</style>