/* This sets the color for all links to white and removes the underline  */

a.whiteLink:link

{

	color:#FFFFFF;

	text-decoration:none;

}



/*The makes the visited links retain the white color and no underline */

a.whiteLink:visited

{

  color:#FFFFFF;

  text-decoration:none;

}



/*The puts the underline and changes the font to yellow when hovering over a link*/

a.whiteLink:hover  {color:#FFCC00;

		cursor:pointer;

		text-decoration:underline;

		}



/*This sets the background color to brown, the font and font size of the side navigation bar.*/

table.navbar

{

	background-color:#996633;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;



}





/*This sets the color of the cells and the font info.  The background color of the cells (the lines between

each of the links is in the html.*/

/*th.topbar

{

	background-color:#990000;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;





}*/



/*The right table that contain different information on each page.*/

table.infoTable

{



}





/*The style for the drop down menus along the top

.menuDrop {

	color: #999999;

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	background-color: #ffffff;

	background-repeat: repeat;

	visibility: hidden;

	margin: 0;

	padding: 0;

	position: absolute;

	z-index: 1000;

	top: 60px;

	left: 0;

	width: 175px;

	height: auto;

	border-style: solid;

	border-width: 0 1px 1px;

	border-color: #003365

	}*/

	

	/*The formatting for the menu bar across the top of the page

	#menuBar 

	{*/

	

	/*color of text in top menu bar

	color: #ffffff;

	font-size: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	text-align:center;

	display: block;

	position: relative;

	top: 0px;

	left: 0px;

	right: 0px;

	width: 99%;

	padding:3px;

	overflow: hidden;

	vertical-align: middle;

	border: solid 2px #996633;*/

	/* color of top menu bar

	background-color: #990000;



	}*/



.menuHeader {

	color: #blue;

	text-decoration: none;

	white-space: nowrap;

	cursor: pointer;

	padding: 5px;

	margin: 0px;

	padding-right: 15px;

	display: inline;

	position: relative;

	border-right: 1px solid #000000;

	}



a.menuLink {

	display: block;

	padding: 2px 5px;

	border-top: 1px solid #cccccc

	}



a.menuLink:link {

	color: #000000;

	text-decoration: none

	}



a.menuLink:visited {

	color: #000000;

	text-decoration: none

	}



a.menuLink:hover {

	color: #ffffff;

	background-color: #000000;

	text-decoration: none

	}



a.menuLink:active {

	color: #ffffff;

	text-decoration: none;

	background-color: #cc0000;

	}



/*This is the for the normal blue links*/

.bodytext

{text-decoration:underline}



a.bodytext {

	font-size:18px;

	display: block;

	padding: 2px 5px;

	text-decoration:underline;

	}



a.bodytext:link {

	color: blue;

	text-decoration:underline;

	}



a.bodytext:visited {

	color: blue;

	text-decoration:underline;

	}



a.bodytext:hover {

	color: blue;

	text-decoration:underline;

	}



a.bodytext:active {

	color: blue;

	text-decoration:underline;

	}

	

	.phone

	{

	font-size:14px;

	}

	

	

	/*The heading on some of the pages*/

	.heading

	{

		font-family:Verdana, Arial, Helvetica, sans-serif;

		font-size:24px;

		font-weight:600;

		text-align:center;

		

		}

		

			/*The text on policy.html page*/

	.policy

	{

		font-family:Verdana, Arial, Helvetica, sans-serif;

		font-size:20px;

		font-weight:600;

		text-align:center;

		

		}

		

	.policyBold

	{

		font-family:Verdana, Arial, Helvetica, sans-serif;

		font-size:15px;

		font-weight:600;

		

	}

	

	.policyNormal

	{

		font-family:Verdana, Arial, Helvetica, sans-serif;

		font-size:14px;

		



		

	}

		

		

		/*The red wildlife sentence*/

		.onlywildlife

		{

		font-size:20px;

		color:#FF0000;

		text-align:center;

		font-style:italic;

		font-weight:bold;

		}

		

		

		/*other links in pages.  If this isn't used, they will be white and not appear*/

		

		.pagelinks

		{

		color:#6699FF;

		}

		

		

/*The large blue links*/		

	a.pagelinks {

	font-size:18px;

	display: block;

	padding: 2px 5px;

	text-decoration:underline;

	}



a.pagelinks:link {

	color: blue;

	}



a.pagelinks:visited {

	color: blue;

	text-decoration:underline;

	}



a.pagelinks:hover {

	color: blue;

	text-decoration:underline;

	}



a.pagelinks:active {

	color: blue;

	text-decoration:underline;

	}

	

	

/*The maroon links (small)*/	

	

a.pagelink1 {

	font-size:14px;

	text-decoration:underline;

	}



a.pagelink1:link {

	color: #990000;

	}



a.pagelink1:visited {

	color:#990000;

	text-decoration:underline;

	}



a.pagelink1:hover {

	color: #990000;

	text-decoration:underline;

	}



a.pagelink1:active {

	color: #990000;

	text-decoration:underline;

	}

	

	

/*The maroon links (large)*/	

	a.pagelink2 {

	font-size:18px;

	text-decoration:underline;

	}



a.pagelink2:link {

	color: #990000;

	}



a.pagelink2:visited {

	color:#990000;

	text-decoration:underline;

	}



a.pagelink2:hover {

	color: #990000;

	text-decoration:underline;

	}



a.pagelink2:active {

	color: #990000;

	text-decoration:underline;

	}

	

	

.greenHeading

{

	font-size:24px;

	color:#009900;

	font-style:italic;

}



.redHeading

{

font-size:18px;

color:#FF0000;

font-family:Verdana, Arial, Helvetica, sans-serif;



}

/***** ROTATING BANNER STYLES *****/
#header {
	position:relative;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:800px;
	height:171px;
}

#header-logo {
	position:absolute;
	top:10px;
	left:10px;
}

/***** rotating banner styles *****/



