#header {
	background-image: url(images/banners/colorbanner4.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}


body {
	background-image: url('images/bkgrd2.jpg');
	background-repeat: repeat; 
	font-family: arial;
	font-size: 100%;
	font-weight: 600;
}



h1 {
	font-size: 115%; 
	font-family: arial
}

h2 {
	font-size: 150%; 
	font-family: arial;
	color: yellow;
}

h3 {
	font-size: 150%; 
	font-family: "monotype corsiva"
}

h4 {
	font-size: 125%; 
	font-family: arial;
	font-weight: bold;
}

h5 {
	font-family: arial;
	font-size: 175%;
	color: white;
}

h6{
	font-family: arial;
	font-size: 150%;
}

h7 {
	font-size: 175%; 
	font-family: arial;
	color: yellow;
}

e1 {
	font-family: arial;
	color: white;
	font-weight: bold;
}

p {
	font-family: arial;
}

/* emphasis 1 and 4 is for paragraphs on colored backgrounds */
/* emphasis 2 slight emphasis on the normal background*/
/* empahsis 3 is used to provide extra special emphasis on items */

p.e1 {
	font-family: arial;
	color: white;
	font-weight: bold;
	margin-top: 6px;
}

p.e2 {
	font-family: arial;
	color: green; 
	font-weight: bold;
}


p.e3 {
	font-family: arial;
	font-weight: bold; 
	color: rgb(255, 0, 0);
	text-align: center;
}

p.e4 {
	font-family: arial;
	font-weight: bold;
	color: yellow;
}

p.e5 {
	font-family: arial;
	font-weight: bold; 
	color: rgb(255, 0, 0);
	}

p.t1{
	font-family: arial;
	font-size: 125%;
	color: white;
	font-weight: bold;
}


p.benners{
	font-size: 300%; 
	font-family: "monotype corsiva";
	margin-bottom: -10px;
	margin-top: -10px;
}



p.benners2{
	font-size: 100%; 
	font-family: arial;
	font-weight:bold;
	margin-bottom: -10px;
	margin-top: -10px;
}
/* p.a1 used for the weekdays on the the activities page */

p.a1{
	font-size: 100%;
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -40px;
	margin-left: 60px;
}

/* link1 is used for the left side menu*/
a.link1:link {
	display: block;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-align: center;
	color: #0000ee;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 300;
	border-top: 2px solid #D1C49B;
	border-right: 2px solid #70612E;
	border-bottom: 2px solid #70612E;
	border-left: 2px solid #D1C49B;
	background-color: #ffffcc;
}

a.link1:visited {
	display: block;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-align: center;
	color: #0000ee;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 300;
	border-top: 2px solid #D1C49B;
	border-right: 2px solid #70612E;
	border-bottom: 2px solid #70612E;
	border-left: 2px solid #D1C49B;
	background-color: #ffffcc;
}	

a.link1:hover {
	background-color: #ffff33;
	border-top: 2px solid #70612E;
	border-right: 2px solid #D1C49B;
	border-bottom: 2px solid #D1C49B;
	border-left: 2px solid #70612E;
	font-size: 110%;
}



a.link1:active {
	font-size: 115%;
	color:purple;
	background: #ffff33;
	border: outset;
}

/* link2 is used for the footer menu */
a.link2:link {
	font-size: 75%; 
	color: blue; 	
	text-decoration: none; 
	font-family: arial
}

a.link2:hover {
	font-size: 75%; 
	text-decoration: underline;    
	font-style:italic; 
	background-color: pink;	 
	font-family: arial;
}

a.link2:visited {
	font-size: 75%;
	color:purple;
}

/* link3 is used with dark background in tables */
a.link3:link{
	text-decoration: Underline;
	text-align: center;
	color: white;
	font-family: Arial;
	font-size: 115%;
}

a.link3:visited{
	text-decoration: Underline;
	text-align: center;
	color: white;
	font-family: Arial;
	font-size: 115%;
	margin-bottom: 5px;
	margin-top: 5px;
}


