<!--
body {
	font: small Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF url(img/main_bg.jpg) repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #636363;
}

#container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #006FB8;
	text-align: left;
}
#header {
	background: url(img/header.jpg) no-repeat top left; 
	height: 213px;
	padding: 0;
}

h1 {
	color: #003663;
	margin: 0;
	padding: 10px;
}

h2 {
	color: #003663;
	margin: 0;
	padding: 10px;
}

p {
	color: #636363;
	margin: 0;
	padding: 10px;
}

ul {
	position: relative;
	margin: 0;
	padding:0;
	list-style-type: none;
	display:block;
	width: auto;
	height:36px;
	font-size: medium;
	background: url("/img/bgOFF.gif") repeat-x top left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul li {
	display:block;
	float:left;
	margin:0;
	pading:0;
}

ul li a {
	display:block;
	float:left;
	color:#636363;
	text-decoration:none;
	padding: 8px 20px 0 20px;
	height:28px;
	background:transparent url("/img/bgDIVIDER.gif") no-repeat top right;
}

ul li a:hover {
	background: #FFFFFF url("/img/bgHOVER.gif") no-repeat top right;
}

ul li a.current,ul#saturday li a.current:hover {
	color:#fff;
	background: #99C4E1 url("/img/bgON.gif") no-repeat top right;
}

img {
	padding: 10px;
	margin: 10px;
	border-top: 1px solid #006FB8;
	border-left: 1px solid #006FB8;
	border-bottom: 1px solid #3697D6;
	border-right: 1px solid #3697D6;
	background: #FFFFFF;
}

#mainContent_container {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/content-bg.jpg) no-repeat top left;
}

#mainContent_container2 {
	float: left;
	width: 950px;
	margin: 0;
	padding: 0;
	background: url(img/content-bg3.gif) no-repeat bottom right;
}

#mainContent_container3 {
	border: 1px solid #006FB8;
	margin: 30px 60px 30px 60px;
	padding: 0;
	background: #FFFFFF url(img/content-bg2.jpg) no-repeat top left;
}

#footer {
	width: 950px;
	text-align: left;
	padding: 0;
	background: #FFFFFF url(img/footer.gif) repeat bottom left;
}
#footer p {
	font-size: medium;
	line-height: 36px;
	margin: 0;
	padding: 0 20px;
}

/* fieldset is put around forms */
fieldset
{
 border: solid #E6F2FB 1px;
 margin-bottom: 20px;
 padding:10px;
 font-weight:bold;
}


/* links */
a { font-weight:bold;color:#3591B7;text-decoration:none; }
a.navLink { font-weight:normal;color:#5c5c5c;text-decoration:none; }


/* forms */
input
{
 border: solid #3591B7 1px;
 background: #F7F7F7;
 color: #777;
 vertical-align:middle;
}


.fileUpload
{
padding: 2px;
width:300px;
color: #000;
}

.button
{
 border: outset #3591B7 2px;
 color: #000;
}


textarea
{
 border: solid #3591B7 1px;
 background: #F7F7F7;
 color: #777;
 vertical-align:middle;
}

-->