		body {
			background-color: #EBECE4;  
			/*
			margin-left: 20%;
			margin-right: 20%;
			border: medium dotted gray;
			padding: 10px 10px 10px 10px;
			*/
			
			font: medium/1.6em Verdana, Geneva, Arial, sans-serif;
			margin: 0px;
			}
		h1, h2 {
			font-weight: normal;
			text-align:	center;
			}	
		h1 {
			color: #98F5FF;
			font-size: 170%;
			border-bottom: 2px solid black;
			}
		h2 {
			color:     #00008B;
      font-size: 130%;
			/*border-bottom: thin dotted #888888;*/
			}

		#banner {
			font-family:				Georgia, "Times New Roman", Times, serif;
			border:							solid 1px #EBECE4;
			padding:						30px;
			background:					#191970 url(logo/logo.gif) no-repeat center left;
			}
		#construction {
			font-style:					italic;
			font-family:				Georgia, "Times New Roman", Times, serif;
			border:							black solid 1px;
			background-color:		#C1CDCD;
			color:							#00008B;
			padding:						15px;
			margin:							20px;
			margin-left:				250px;
			margin-right:				250px;
			}

    #main {
      margin:             0px 0px 0px 225px;			
      }

    #footer {
      clear:              left;
      }

		#links {
			background-color:		#d6d6d6;
			border:							thin solid;
			width:							150px;
			
			padding:						0px 5px 10px 5px;
			
			margin-left:				5px;
			text-align:					center;
			line-height:				1;
			
			float:							left;
			}
		
		#links h3 {
			color: #00008B;
		}	
		
		#links h4 {
			color: #0080AA;
		}	

		.state {
			font-weight:	bold;
		}
		
		.city {
			font-style: italic;
		}
			
		#frontpicture {
			text-align:	center;
		}
		
		#links a:link	{
			color:	#0000CD;
		}
	
		#links a:visited	{
			color:	#00008B;
		}

		#links a:hover	{
			color:				#0000FF;
		}
						