/*
place comments here
light blue: #66CCFF
*/
body 	{
		margin-top: 10;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		background-color: #cccccc;
		font-family: arial, helvetica, sans-serif;
		font-size: small;
		background-image: url(images/water.gif)
		}
textarea
{
	background-color: white;
	font-family: Arial,Sans-Serif;
	font-size: .85em;
	font-weight: normal;
	color: black;
}
img		{
		margin-top: 5;
		margin-bottom: 5;
		margin-right: 5;
		margin-left: 5;
		}
img.middle	{
		vertical-align: middle;
		}
div.main	{
		text-align: center;
		}
table.main	{
		width: 770px;
		margin-left: auto;
		margin-right: auto;
		border-width: 3px;
		border-style: outset;
		border-color: #CCCCCC;
		background-color: #FFFFFF;
		padding: 10px;
		border-collapse: collapse;
		}
table.main td.nav {
		vertical-align: top;
		border-width: 1px 1px 1px 1px;
		padding: 0px 0px 0px 0px;
		border-style: none none none none;
		border-color: #FFFFFF;
		background-color: white;
		}
table.main td.head		{
		text-align: center;
		width: 770px;
		border-width: 1px 1px 1px 1px;
		padding: 0px 0px 0px 0px;
		border-style: none none none none;
		border-color: #FFFFFF;
		background-color: white;
		}
a		{
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: 300;
		font-style: normal;
		}
a:link  	{
		color: #0074A8;
		background-color: White;
		text-decoration: underline; 
		}
a:visited {
		color: #0074A8; 
		background-color: White;
		text-decoration: underline; 
		}
a:hover {
		color: #7C9E3F; 
		background-color: White;
		text-decoration: underline; 
		}
a:active {
		color: #7C9E3F; 
		}
p.nav		{
		padding-left: 5px;
		}
a.nav:link  {
		color: #666666;
		background-color: #FFFFFF;
		text-decoration: none; 
		}
a.nav:visited {
		color: #666666; 
		background-color: white;
		text-decoration: none; 
		}
a.nav:hover {
		color: #0000FF; 
		background-color: white;
		text-decoration: underline; 
		}
a.nav:active {
		color: #0000FF; 
		}
h1		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.75em;
		font-weight: 600;
		font-style: normal;
		text-align: center;
		color: Black;
		}
h2 
		{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: 500;
		font-style: normal;
		text-align: center;
		color: Navy;
		}
.bodyimgcenter {
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		float: none;
		}
.bodytext	{
		margin-left: 20px;
		margin-right: 20px;
		text-align: left;
		}
.errmsg 
{
		font-family: arial, helvetica, sans-serif;
		font-size: xx-small;
		color: Red;
}		
.photoGallery 
{
		font-family: arial, helvetica, sans-serif;
		font-size: 9pt;
		font-weight: 300;
		font-style: normal;
}
table.grid
{
   	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
table.grid td 
{
    padding: 3px; 
}

table#dlEvents td 
{
	border-style: none;
	margin-bottom: 10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.eventTitle 
{
		font-family: arial, helvetica, sans-serif;
		font-size: 1.25em;
		font-weight: 500;
		font-style: normal;
		text-align: left;
		color: navy;
}
.eventDesc
{
		font-family: arial, helvetica, sans-serif;
		font-size: .8em;
		font-weight: normal;
		font-style: normal;
		text-align: left;
		color: black;
}


