
body 
{	background-color: #e6e100;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
}
p  {	font-size: 14px;	} 
h1 {	font-size: 20px;	}
h2 {	font-size: 18px;	}
a:link
	{	text-decoration: none; font-style: italic; color: green;}
a:visited

	{	text-decoration: none; color: blue;	}

a:focus {	outline:0; width:0; height:0; }

a:hover	{	text-decoration: underline;	}

a:active 
{		text-decoration: none;
		color: red;
}
#navlinks 
{
	background: silver;
}

#navlinks li 
{
	display: inline;  
	margin: 10px;  
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14 px;
	font-weight: bold;
}
#navlinks a
{
	text-decoration: none;
	color: green;
}
#masthead 
{ 	
	background: #002809;
	color: white;	
	font-family: Verdana, Arial, Helvetica; sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px; margin-bottom: 0px;  
	margin-right: 10%; margin-left: 10%;  
	padding-top: 5px; padding-right: 0px; padding-bottom: 5px; 
	padding-left: 0px;		
}
#masthead2
{	
	background-color: #ffff00; 
	margin-top: 0%; margin-right: 15%; margin-bottom: 0; margin-left: 15%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: green;
	border-color: green; border-style: solid; border-width: 3px 0px 3px;
	
}
#contacts
{
	font-family: arial, helvetica; sans-serif;
}
#maincontent
{
	
	background-color: #ffff00;
	border: 2px solid yellow;
	padding: 15px;
	margin-top: 0px; margin-right: 10%; margin-bottom: 5px; margin-left: 10%;
}

/*  content from inner pages */
#content
{
	font-family: arial, helvetica, verdana; sans-serif;
	/* font-size: 14px; */
	background-color: #ffff00;
	border: 2px solid yellow;
	padding: 15px;
	/*  padding: 20px;  */
	margin-top: -0px; margin-right: 15%; margin-bottom: 5px; margin-left: 15%;
}
#content h1 {font-size: 20px;}
#content h2 {font-size: 18px;}
#content p {font-size: 14px} 
#homefooter
{
	padding-bottom: 10px;
	margin-top: 0.5em; 
	margin-bottom: 5px;
	margin-left: 10%; 
	margin-right: 10%;
	font-family: Verdana, Arial, Helvetica, sans-serif;		 
}
#homefooter td {font-style: italic; font-size: 12px; color: green;}
#homefooter a { font-size: 12px;  }

/* This section applies to footer for all pages except home page and calendars */

.homelink { font-style: italic; }	


#footer
{	font-weight: bold;
	margin-top: 5px; margin-bottom: 5px; margin-right: 10%; margin-left: 10%;
	padding-bottom: 10px;
}
#footer a 
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px; 
	font-weight: bold; /* affects links in footer */
	color: green; /* affects links in footer */
}
/* For Activities page */

#activitydescription 
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;
	color: black;
	font-weight: normal;
}

#activityheader
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: green;
	font-weight:normal
}
