body			{
				margin-left: 0; 
				margin-top: 0; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				background-color: #FFFFFF;
				color: black;
			}


table.masthead	{
				width: 779px; 
				border-bottom-width: 1px;
				border-bottom-color: #445396;
				/*#445396 - color of sky in photo - not websafe -- this is blue used in banner */
				border-bottom-style: solid; 
				margin-top: 0; 
				background-color: #006400;
				/*#006400 - dark green (websafe menu bar & h1)*/
			}


.green-menu	{
				background-color: #006400; 
				/*#006400 - dark green (websafe menu bar & h1)*/
				color: #E0FFFF; 
				/*#E0FFFF - light cyan - "this page" links -->*/
				font-weight: bold; 
				font-family: Arial, Helvetica, sans-serif; 
				width: 779px; 
				text-align: center;
			}

table.green-menu td
			{
				width: 14%; 
				background-color: #006400;
				/*#006400 - dark green (websafe menu bar & h1)*/
			}


.green-menu a:link
			{
				color: #B0C4DE;
				/*#B0C4DE - light slate blue - a:link and visited in colored areas; also hr*/
				background-color: #006400;
				/*#006400 - dark green (websafe menu bar & h1)*/
				text-decoration: none;
			}

.green-menu a:visited	
			{
				color:  #B0C4DE; 
				/*#B0C4DE - light slate blue - a:link, visited in colored areas; hr*/			
				background-color: #006400;
				/*#006400 - dark green (websafe menu bar & h1)*/
				text-decoration: none;
			}
		
.green-menu a:hover, .green-menu a:active	
			{
				color:#D3D3D3;
				/*#D3D3D3 - light gray (websafe) - active and hover in colored areas*/
				background-color: #006400;
				/*#006400 - dark green (websafe menu bar & h1)*/
			}

.blue-address	{
				background-color: #445396; 
				/*#445396 - color of sky in photo - not websafe -- this is blue used in banner */
				color: white; 
				width: 779px; 
				padding-top: 8px; padding-bottom: 8px;
				font-size: .85em; 
				font-weight: normal; 
				text-align: center;
			}

.blue-address A:link	
			{
				background-color: #445396; 
				/*#445396 - color of sky in photo - not websafe -- this is blue used in banner */
				color: #B0C4DE; 
 				/*#B0C4DE - light slate blue - a:link and visited in colored areas; also hr*/
				font-size: .85em; 
				font-weight: normal; 
			}
	
.blue-address a:visited	
			{
				color:  #B0C4DE;
				/*#B0C4DE - light slate blue - a:link and visited in colored areas; also hr*/
			}
	
.blue-address a: hover, .blue-address a:active	
			{
				color:#D3D3D3;
				/*#D3D3D3 - light gray (websafe) - active and hover in colored areas*/
			}

div.main		{
				width: 778px; 
				background-color: #FFFFFF;
				line-height: 1.3em;
			}

p.endorse		{
				text-align: center;
				color: #483D8B;
				font-family: Times New Roman, serif;
				font-style: italic;
				width: 75%;
				font-weight: normal;
			}
				

div.footer			{
				width: 778px;
				background-color: #FFFFFF;
				color: #006400;
				text-align: center;
			}

div.footer p			{
				width: 778px;
				background-color: #FFFFFF;
				color: #006400;
				font-size: .8em;
				text-align: center;
				text-indent: 0em;
			}




table.pix		{
				float: left; 
				margin-left: 0;
				margin-right: 1em;
				margin-top: 1em; 
				width: 415px;
				color: #483D8B;
				/*#483D8B - dark slate blue (sky?) - websafe - a:link (white area) and h3*/
				font-size: .85em;
				margin-bottom: 1em; 
				font-weight: bold;
				text-align: center;
			}
	
p			{
				text-align: left;
				/*text-indent: 1em;*/
				margin-right: 0;   
			}

h1			{
				text-align: center;
				font-family: Georgia, serif;
				color: #006400;
				/*#006400 - dark green (websafe menu bar & h1)*/
				margin-top: .85em;
			}

hr			{
				color: #B0C4DE;
				/*#B0C4DE - light slate blue - a:link and visited in colored areas; also hr*/
				width: 75%;
				clear: both;
				text-align: center;
				margin-top: 25px;
			}

h2			{
				text-align: center;
				font-family: Georgia, serif;
				color: #483D8B;
				/*#483D8B - dark slate blue (sky?) - websafe - a:link (white area) and h2*/
			}

h3			{
				text-align: center;
				color: #006400;
				/*#006400 - dark green (websafe menu bar & h1, h3)*/
			}

ul			{
				list-style-type: none;
				padding-left: 1em;
				text-align: left;
			}

ul a			{
				font-weight: bold;
				color: #483D8B;
				/*#483D8B - dark slate blue (sky?) - websafe - a:link (white area) and h3*/
			}

li p			{
				margin-left: 1em;
				line-height: 1.3em;
			}			
	
cite			{	font-size: .85em;	}

a:link			{
				color: #483D8B;
				/*#483D8B - dark slate blue (sky?) - websafe - a:link (white area) and h3*/
			}

a:visited		{
				color: #483D8B; 
				text-decoration: none;
			}

a:hover, a:active	{
				color: #8DBC8F; 
				/*#8DBC8F - dark seagreen - active and hover in white areas*/
				text-decoration: none; 
				font-style: italic;
			}

br			{
				line-height: .75em;
			}
		
<!-- Colors
/*#006400 - dark green (websafe menu bar & h1, h3)*/
/*#483D8B - dark slate blue (sky?) - websafe - a:link (white area) and h2*/
/*#445396 - color of sky in photo - not websafe -- this is blue used in banner */
/*#D3D3D3 - light gray (websafe) - active and hover in colored areas*/
/*#E0FFFF - light cyan - "this page" links -->*/
/*#B0C4DE - light slate blue - a:link and visited in colored areas; also hr*/
/*#8DBC8F - dark seagreen - active and hover in white areas*/
/*#F5F5DC - beige - not used*/





-->
