/* This is the Style Sheet for the Website - To change the Header and footer pictures
You simply need to edit the code on lines 47 and 54. When changed SAVE this file and
press the BLUE UP ARROW- Brad */ 

.menutext, a.menutext:link, a.menutext:visited, a.menutext:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
a.menutext:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titletext, a.titletext:link, a.titletext:visited, a.titletext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table table td{
	background-color: #EEEEEE;
	/* Simply change the filename below to either summerheader.jpg, 
	fallheader.jpg, winterheader.jpg or springheader.jpg */
	background-image:  url(seasons/winterheader.jpg);
	background-repeat: no-repeat;
	}
	table table td.header{
    background-color: #EEEEEE;
	/* Simply change the filename below to either summerfooter.jpg, 
	fallfooter.jpg, winterfooter.jpg or springfooter.jpg */
	background-image:  url(seasons/winterfooter.jpg);
	background-repeat: no-repeat;
	}
table table td.menutext{
	background-color: #63A510;
	background-image: none;
	background-repeat: no-repeat;
	}
table table td td{
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	}
table table td.graybox{
    background-color: #DDDDDD;
	background-image: none;
	background-repeat: no-repeat;
	}		
	body {
	background-color: 00BAFF;
	background-image: none;
}
