<!--
/* link styles */

	A:link {
		color:  #000099;
		}
	A:visited {
		color: #6666CC;
		}
	A:hover {
		color: #009900;
		}

	A.topnavbaron:link {
		color:  #666600;
		font-weight : bold;
		text-decoration: none;
		}
	A.topnavbaron:visited {
		color: #666600;
		font-weight : bold;
		text-decoration: none;
		}
	A.topnavbaron:hover {
		color: #00CC00;
		font-weight : bold;
		text-decoration: none;
		}

	A.topnavbaroff:link {
		color:  #009900;
		font-weight : bold;
		text-decoration: none;

		}
	A.topnavbaroff:visited {
		color: #009900;
		font-weight : bold;
		text-decoration: none;
		}
	A.topnavbaroff:hover {
		color: #00CC00;
		font-weight : bold;
		text-decoration: none;
		}

	A.footerlinkon:link {
		color:  #9999CC;
		font-weight : bold;
		}
	A.footerlinkon:visited {
		color: #9999CC;
		font-weight : bold;
		}
	A.footerlinkon:hover {
		color: #009900;
		font-weight : bold;
		}

	A.footerlinkoff:link {
		color:  #000099;
		font-weight : bold;
		}
	A.footerlinkoff:visited {
		color: #000099;
		font-weight : bold;
		}
	A.footerlinkoff:hover {
		color: #009900;
		font-weight : bold;
		}

/* Body Styles */

	Body    {
 		background-image: url(/images/water.jpg);
		background-color: #FFFFFF;
		color: #000000;
		margin: 0;
		font-family: "Comic Sans MS", "Comic Sans", Arial, Sans-serif;}

	.sand    {
 		background-image: url(/images/sand-25.jpg);
	}
.tablebody    {
		color: #000000;
		font-family: "Comic Sans MS", "Comic Sans", Arial, Sans-serif;
	}
.tableheader {
	font-size: 1.0em;
	text-decoration: none;
	text-align: center;
	/*background: #FFFFCC;*/
 	background-image: url(/images/sand-25.jpg);
	font-family: "Comic Sans MS", "Comic Sans", Arial, Sans-serif;
	}

.tableheadertd {
  	border-bottom: groove #FF3300;
	}

div#content {
	margin-left: 10%;
	margin-right: 10%;
 	background-image: url(/images/sand-25.jpg);
	}
div#content-txt {
	margin-left: 10px;
	margin-right: 10px;
 	background-image: url(/images/sand-25.jpg);
	}
.tablefooter {
	margin-left: -140px;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	font-family: "Comic Sans MS", "Comic Sans", Arial, Sans-serif;
	}

div#footer {
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	}
/* alignment of graphics */

.photocaption {font-size: .8em;}
.photoleft	{
	float: left;
	margin-right: 10px;
	}


.photo-right	{
	float: right;
	margin-left: 10px;
	}


.table-photo { margin-left:15px;
               margin-right:15px;}
/* text styles */
/*
.smaller	{
	font-size: .8em;
	}


.large	{
	font-size: 1.1em;
	text-decoration: none;
	}
*/
.large-bold	{
	font-size: 1.4em;
	text-weight: bold;
	}

.page-title {
        font-size:1.6em;
        text-weight: bold;
        color:#009900;
         }

.required {color:red;}

      -->

