﻿body {
}

/* this has been added for Shadows */
table.mainTable
{
	background-color:#e0e0d4;
}

/* this has been added for Shadows */
table.mainTable td
{
	 padding-left:10px;
	 padding-right:10px;
}

p, a, ul, ol
{
	font:normal 10pt arial;
}

p
{
	margin:0px;
	margin-bottom:10px;
}

ul, ol
{
	margin-top:0px;
	margin-bottom:10px;
}

p.base
{
	font:normal 11pt times;
}



h2
{
	font:bold 12pt georgia;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:5px;
}

/* this has been added for Shadows */
h3
{
	font:normal 11pt georgia;
	text-decoration: normal;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:5px;
}

/* this has been added for Shadows */
h4
{
	font:bold 10pt arial;
	margin:0px;
	padding:0px;
	margin-top:12px;
	margin-bottom:2px;
}

/* this has been added for Shadows */
h5
{
	font:normal 10pt arial;
	text-decoration: underline;
	margin:0px;
	padding:0px;
	margin-top:10px;
	margin-bottom:5px;
}

/* this has been added for Shadows */
h6
{
	display:inline;
	font:normal 10pt arial;
	text-decoration: underline;
	margin:0px;
	padding:0px;
}

span.PageTitle
{
	font:bold 14pt 'comic sans ms';
}

.link a {
	text-decoration:none;
}
.link a:link {
	color:blue;
}
.link a:visited {
	color:blue;
}
.link a:active {
	color:blue;
}
.link a:hover {
	color:red;
}

/*************************************************/
/**** Styles for the Main Menu (top of page) *****/
/*************************************************/
table.menuMain
{
	padding:0px;
	margin:0px;
}
table.menuMain td
{
	padding:0px;
	margin:0px;
	background-color:#D6071B;
	text-align:center;
}
table.menuMain td a 
{
	color:white;
	background-color:#D6071B;
	text-decoration:none;
	font:normal 8.5pt arial;
}
table.menuMain td a:link { 
	color:white;
}
table.menuMain td a:visited {
	color:white;
}
table.menuMain td a:active {
	color:blue;
}
table.menuMain td a:hover {
	color:black;
	text-decoration:none;
}
/*************************************************/

/**************************************************/
/**** Styles for the Side Menu (side of page) *****/
/**************************************************/
table.menuSide
{
	width:120px;
	background-color:Black;
}
table.menuSide td
{
	height:22px;
	background-color:#9CC0D5;
	text-align:center; /* puts hyperlink control to the left */
	vertical-align:middle;
	padding:0px;
	margin:0px;
	padding-top:2px;
}
table.menuSide td a 
{
	color:black;
	background-color:#9CC0D5;
	text-decoration:none;
	text-align:center; /* centers text within the control */
	font:normal 8.5pt arial;
}
table.menuSide td a:link {
	color:black;
}
table.menuSide td a:visited {
	color:black;
}
table.menuSide td a:active {
	color:black;
}
table.menuSide td a:hover {
	color:white;
	text-decoration:none;
}
/**************************************************/


/****************************************/
/**** Styles for the Schedule table *****/
/****************************************/
table.Schedule
{
}
table.Schedule td
{
	margin:0px;
	padding:2px;
}
table.Schedule td a 
{
	color:blue;
	text-decoration:none;
	text-align:center; /* centers text within the control */
}
table.Schedule td a:link {
	color:blue;
}
table.Schedule td a:visited {
	color:blue;
}
table.Schedule td a:active {
	color:blue;
}
table.Schedule td a:hover {
	color:red;
}
/***************************************/