﻿body  {
	background : #B3D9E7 url('background-blue.jpg');
	
}
/*Use with headings that start with a W. Go figure!*/
.heading1 {color : navy;
	background : transparent;
	font-family : "Arial Black","Britannic Bold", Arial, Helvetica, sans-serif;
	font-size: 190%;
	}
h1  {
	color : navy;
	background : transparent;
	font-family : "Arial Black","Britannic Bold", Arial, Helvetica, sans-serif;
}

h2  {
	color : navy;
	background : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {color : navy;
	background : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
}
p  {
	color : navy;
	background : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th { color : #B3D9E7;
	background-color :navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif }
hr  {
	color : navy;
	background : transparent;
}

.footnote  {
	font-size : smaller;
	font-style : italic;
}

/* styles for navigation links*/
.links  {
	color : navy;
	background :transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	text-decoration:none;
}
/*style for hover over links*/
.highlight{
	color : navy;
	background :gold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	text-decoration:none;
	}
.here  {
	color : gray;
	background : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}



/* styles for hours open on index.html*/
.hourstable { border : thin solid #833E5F;  background-color :  #833E5F;  }

.hours  {
	color : navy;
	background : #B3D9E7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

.hours2  {
	color : #B3D9E7;
	background : #833E5F;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

/* style for Special Events box on index.html*/


/* styles for TAD Events on happenings.htm*/
.event  {
	background :  #FFCC33;
	color : navy;
	font-family : "Times New Roman", Times, serif;
	border : none;
}

table.event  {
	border : thin solid #00008B;
}

/* style for contact address on contact.htm*/
.contact  {
	color : navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;

}

/* style for highlighted paragraph*/
.parahigh  {
	background : #FFCC33;
	border : none;
}

.disclaimer { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:smaller;
		background : #FFCC33;
		border : none;
		}
.calevent {
	background-color: gold;
	font-weight: bold;
}

.pastevent{ background-color:gold;
			color: Gray;}
.results {
	background-color: #ADD8E6;
	border : thin solid #00008B;
}
.resultstitle
{
	background-color: #F0FFFF;
	border : thin ridge #00008B;
}
/*style for photo captions*/
.caption {font-size:80%;
		text-align:center;
		line-height :  150%;
		font-family:Verdana,Tahoma,Arial,sans-serif;
		}
