/* customize this page for each new web site*/


/*Define style for body*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

body,p,table
{
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 14px;
 	color: #000000;	
	
}

.content
{
padding-left: 1em;
padding-right: 2em;
}

/*Define style for links */

a:link {text-decoration: underline; color: #006600;}
a:visited {text-decoration: underline; color: #006600;}
a:active {text-decoration: underline; color: #006600;}
a:hover {
	text-decoration: none;
	color: #006600;
	background-color: #006600;}




/*Define style for header(s)*/

h3 
{
	color: #F79E00;
	font-size: 16px;
	padding-top: 1em;
	font-family: "Trebuchet MS", "Times New Roman";
}
/*This is only used on the attractions page*/
.PageTitle{
	font-weight:bold;
}
