body
{
	font-family: Verdana;
	font-size: 12px;
	background-color: white;
	color: black;
	overflow-y: scroll;
}

h1					
{ 
	color: #9c1810 ;
	font-size: x-large;
}

h2					
{ 
	color: #9c1810 ;
	font-size: x-large;
}

h3					
{ 
	color: #9c1810 ;
	font-size: medium;
}

h4					
{ 
	color: #9c1810 ;
	font-size:small;
}

a:link
{
    color: Red;
    text-decoration: none;
}

a:hover
{
    color: Red;
    text-decoration: underline;
}

a:visited
{
    color: Red;
    text-decoration: none;
}

a:active
{
    color: Red;
    text-decoration: none;
}

/* Container for all pages */
#fullPageHolder {
	background-color: White;
	width: 900px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	height: auto;
	display: block;
}

/* Sub page header container */
#subPageHeader {
	padding-top:20px;
	padding-bottom:0px;
	height: 70px;
	color: white;
	display: block;
	text-align: center;
	color: maroon;
	font-size: x-large;
    vertical-align: middle;
}

/* Highlighted bit of above text */
#subPageHeader Span
{
	color: Black;
	font-weight: bold;
}

/* Mini logo on sub pages */
#subPageHeaderLogoLeft
{
	width: 137px;
	height: 67px;
	display: block; 
	white-space: normal;  /* nowrap */
	float: left;
	vertical-align: middle;
}

/* Mini logo on sub pages */
#subPageHeaderLogoRight
{
	width: 137px;
	height: 67px;
	display: block; 
	white-space: normal;  /* nowrap */
	float: right;
	vertical-align: middle;
}

/* text above the top menu bar (Right hand side) */
#subPageHeaderContextLine
{
	height: 30px;
	color: white;
	display: block;
    vertical-align: middle;
	text-align: center;
	color: maroon;
	font-size: medium;
    border: 0;
    margin: 0;
}

/* Highlighted bit of above text */
#subPageHeaderContextLine Span
{
	color: Black;
	font-weight: bold;
}

#subPageHeaderContextLineBorderLeft
{
	width: 137px;
	height: 30px;
	display: block; 
	white-space: normal;  /* nowrap */
	float: left;
	vertical-align: middle;
}

/* Mini logo on sub pages */
#subPageHeaderContextLineBorderRight
{
	width: 137px;
	height: 30px;
	display: block; 
	white-space: normal;  /* nowrap */
	float: right;
	vertical-align: middle;
}

/* Container for all front page content */
#frontPageContent 
{
	background-color: White;
/*	padding-top:100px;  */
	padding-bottom:0px;
	height: 400px;
	color: White;
	width: 760px;
	display: block;
    margin-left: auto;
    margin-right: auto;    
}

/* Front page logo and text */
#frontPageHeader
{
	width: 230;
	float: none;

}

#frontPageHeader img
{
/*
	border:	dashed 2px maroon;
*/
}

.subPageMainText
{
	text-align:left;
	padding-top: 0px;
	height: auto;
	float: left;
	width: 900px;
	display:block;
}

.frontPageNewsHeader
{
	text-align:left;
	color: #9c1810; 
	padding-top: 0px;
	float: left;
	width: 760px;
	display:block;
	background-color: White;
}

.frontPageNewsText
{
	text-align:left;
	color: #9c1810; 
	padding-top: 0px;
	float: left;
	width: 560px;
	display:block;
	background-color: White;
}

.frontPageNewsPicture
{
	text-align:center;
	color: #9c1810; 
	padding-top: 0px;
	float: left;
	width: 200px;
	display:block;
	background-color: White;
}

/* Header menu bar container, on sub pages */
#headerNav
{
	display: block; 
	margin: 0px;
	padding: 0px;
	color: white;
	text-align: center;
	width: 900px;
	height: auto;
	white-space: normal;  /* nowrap */
	vertical-align: middle;
}

/* Header menu bar container, on sub pages */
#headerNav a span
{
	width: 84px;
	display: block;
	float:left;
	background-color: Black;
	color: white;
	text-align: center;
	height: 23px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	vertical-align: middle;
	text-decoration:none;
}

/* Header menu bar container, on sub pages */
#headerNav a:hover
{
	font-weight: bold;
}

/* Header menu bar container, on sub pages */
#headerNav a:hover span 
{
	background-color: Gray;
	color: Black;
}

/* Header menu bar container, on sub pages */
.headerNavSpacer 
{
	height: 23px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	display: block;
	float: left;
}

/* Main Page menu bar container (smaller than sub pages) */
#headerNavSmall a span
{
	width: 73px;
	display: block;
	float:left;
	background-color: Black;
	color: white;
	text-align: center;
	height: 23px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	vertical-align: middle;
	text-decoration:none;
}

/* Main Page menu bar container (smaller than sub pages) */
#headerNavSmall a:hover
{
	font-weight: bold;
}

/* Main Page menu bar container (smaller than sub pages) */
#headerNavSmall a:hover span 
{
	background-color: Gray;
	color: Black;
}

/* Main Page menu bar container (smaller than sub pages) */
#headerNavSmall
{
	display: block; 
	padding: 0px;
	color: white;
	text-align: center;
	height: auto;
	white-space: normal;  /* nowrap */
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto;    
}

/* Main Page menu bar container (smaller than sub pages) */
.headerNavSmallSpacer 
{
	height: 23px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	display: block;
	float: left;
}

/* Footer menu bar container, on sub pages */
#footerNav
{
	display: block; 
	margin: 0px;
	padding: 0px;
	color: white;
	text-align: center;
	width: 900px;
	height: 40px;
	white-space: normal;  /* nowrap */
	vertical-align: middle;
}

/* Footer menu bar container, on sub pages */
#footerNav a span
{
	width: 84px;
	display: block;
	float:left;
	background-color: Black;
	color: white;
	text-align: center;
	height: 23px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 7px;
	vertical-align: middle;
	text-decoration:none;
}

/* Footer menu bar container, on sub pages */
#footerNav a:hover
{
	font-weight: bold;
}

/* Footer menu bar container, on sub pages */
#footerNav a:hover span 
{
	background-color: Gray;
	color: Black;
}

/* Footer menu bar container, on sub pages */
.footerNavSpacer 
{
	height: 23px;
	width: 1px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	display: block;
	float: left;
}

.pendingEvent
{
    color: Black;
    font-weight: bold;
}    

.previousEvent
{
    color: gray;
}    

.cancelledEvent
{
    color: red;
    text-decoration: strikethrough;
    font-weight: bold;
}    

.bigheader
{
	text-align: center;
	background-color: Maroon;
	color: White;
	font-weight: bold;
}

.smallheader
{
	color: #9c1810 ;
	font-size:small;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.padder
{
	height: 15px;
}


#MainLogo
{
	background-image: url(images/AdultLessons.png);
	height: 236px;
	border: dashed 2px maroon;
	vertical-align: middle;
	padding-top: 60px;
}
