/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/


body {
	scrollbar-face-color:#E8E8E8;
	scrollbar-highlight-color:#E8E8E8;
	scrollbar-3dlight-color:#E8E8E8;
	scrollbar-darkshadow-color:#E8E8E8;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #E8E8E8;
	background: url("images/back.gif");
	background-repeat: repeat-x; 
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #990000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h6
{	
	color: #336633;
	margin: 0px;
	text-align: left;
		font-size: 14px;
		margin: 0;
}
h5
{	
	color: #336633;
	margin: 0px;
	text-align: center;
		font-size: 14px;
		margin: 0;
}

h4
{	
	color: #990000;
	text-align: center;
		font-size: 14px;
		margin: 0;
}

h3
{	
	color: #990000;
	text-align: left;
		font-size: 14px;
}

h2
{
	color: #990000;
	text-align: left;
		font-size: 16px;
}

h1
{
	color: #990000;
	text-align: center;
		font-size: 18px;
}

#main
{
	width: 800px;
	background-color: #ffffff;	
	border: solid 2px #000000;
}

li
{
line-height: 150%
}

.schedule
{
	border: solid 2px #000000;
	background-color: #cccccc;	
	padding: 15px;
		text-align: center;
			font-size: 11px;
}

.schedule1
{
	border: solid 2px #000000;
	background-color: #ffec8b;	
	padding: 15px;
		text-align: center;
			font-size: 11px;
}

.schedule2
{
	border: solid 2px #000000;
	background-color: #eed5d2;	
	padding: 15px;
		text-align: center;
			font-size: 11px;
}

.schedule3
{
	border: solid 2px #000000;
	background-color: #ffdab9;	
	padding: 15px;
		text-align: center;
			font-size: 11px;
}
.quotes
{	
	text-align: left;
		font-size: 12px;
		font-style: italic;
}


.header /* change headerlogo pic here*/
{
	width: 800px;
	text-align: center;
	background-color: #000000;
	text-decoration: none;
}

.content
{
	width: 800px;
	background-color: #ffffff;
	padding: 10px 10px 10px 25px;
	border: solid 2px #000000;
	
}

.menu /*this is the menubar at the top of page */
{
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	color: #999999;
	font-weight: bold;
}

.menu a:link, .menu a:visited 
{
	color: #F5A976;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #DF7A7A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 


.images /*for images with borders*/
{
	border: solid 2px #000000;
	padding: 4px;
	background-color: #f8f8f8;
}

.leftimages /*for left aligned images with borders*/
{
	border: solid 2px #000000;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #f8f8f8;
}

.rightimages /*for right aligned images with borders*/
{
	border: solid 2px #000000;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #f8f8f8;
}

.highlight
{
border: solid 2px #93b068;
background-color: #c1d5a4;
width: 600px;
text-align: center;
	color: #000; 
	font-weight: bold;
	font-size: 16px;
}

.box
{
border: solid 2px #000000;
background-color: #cccccc;
width: 250px;
text-align: center;
}

.justify
{
	text-align: justify;
}

.products img
{
	border: solid 2px #000000;
	padding: 4px;
	background-color: #f8f8f8;
}	

.products
{
	text-align: left;
	color: #000000;
}
.tiny
{
	font-size: 10px;
	color: #000000;
}
.copyright
{
	font-size: 10px;
	color: #999;
}

.copyright a:link, .copyright a:visited 
{
		font-size: 10px;
		color: #999;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active, .copyright a:hover
{
	color: #cc3333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
} 