html {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	height:100%;
}
body {
	size: portrait;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: black;	
	background-color: #4d0003;
	overflow: auto;
	height: 100%;
}
body.formBody {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: black;	
	background-color: #FFFFFF;
	overflow: auto;
	height: 100%;
}
h3 {
	font-size: 1.33em;
	margin: 0;
	padding: 0; 
	border-bottom: 1px solid black;
}
h1, h3, h4 {
	line-height: 1em;
}
p {
	line-height: 1.5;
	/*margin: 0.5em 0 1em;*/
	margin-left: 5px;
	margin-right: 5px;		
}
p.welcome {
	padding-left: 5px;
	padding-right: 20px;
	text-indent: 20px;
	text-align:justify;
}
div#entry 
{
	margin: 0 0 0 23%;
	background-color: #FFFFFF; 
	padding: 0;
	text-align: center;	
}
#entry p {
	margin: 0 0 0;
}
div#sched {
	margin: 0 0 0 0;
	background-color: #FFFFFF; 
	padding: 0;
	text-align: center;	
}
#sched p {
	margin: 0 0 0;
}
#pageFooter {
	display: none;
}
.calendar {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #993366;
	text-decoration: underline;
	background-color: #999999;
}
.locationHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal	
	color: #0000;
	text-decoration: underline;
	text-align: left;
}
.showLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: 700;
	text-transform: inherit;
	color: #003399;
}
.hideImage{
	display: none;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: inherit;
	font-weight: 800;
	font-variant: inherit;
	text-transform: lowercase;	
}
.monthDisplay {
	color: #800000;
	font-family: arial, helvetica;
	font-size: 3.5em;
	font-style: italic;
	font-weight: bold;	
}
.style1 {
	font-size: 12px
}
.scheduleDescription p {
	display: none;
	margin-left: 15px;
	margin-right: 15px;				
	text-align: center;
}
.title {
	color: #800000;
	font-family: arial, helvetica;
	font-size: 3.75em;
	font-style: italic;
	font-weight: bold;	
}
.showForm {
	display: block;
}
.printInfo {
	display: none;
}
#directions{
	display: none;
}
#updatedOn{
	font-style: italic;
}
#pageBreak{
	page-break-before: always;
}
#showInfo{
	font-style: italic
}
#showDays{
	font-size: 1.75em;
	font-weight: bold;
}
#entry p {
	margin: 0 .75em 0;
	padding-bottom: .5em;
}
#entry h6 {
	font-size: 1.2em;
	font-weight:bold;
	text-decoration: underline;
	margin: .5em .75em .75em;
}
/*Styles for Menu*/
h4 {
	font-size: 1.5em;
	margin: 0;
	color: #FFFFFF;
	padding: 0.33em 00;	
}
/*
#nav {
	float: left;
	width: 20%;	
	margin: 0 0 0 0.5em;
	text-align: center;
	position: fixed;
	background-color: #000000;		
}
*/
#nav {
	display: none;
}
a:link {	
	color: #000;
	font-weight: bold;
	font-style: normal;	 	
}

a:visited {
	color: #000;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #000;
	font-weight: bold;
	background-color: #4d0003;	
}
/*End of Menu Styles*/