a:link {
	color: Black;
	text-decoration: underline;
}

a:visited {
	color: Black;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

#header {
   width: 780px;
   height: 152px;
}

body {
 color: #000000;
 background-color: MintCream;
 font: small/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin: 10px;
}

#container {
 position: relative;
 width: 780px;
}

#inset {
	text-align: justify;
	padding: 1px 8px 2px 5px;
	background-color: White;
	color: Black;
 border-left: 1px solid #FFCC33;
 border-right: 1px solid #FFCC33;
}

#inset h1 {
	font: 42px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: DarkSlateBlue;
	background-color: transparent;
	letter-spacing: 1px;
 text-align: center;
}

#inset h1.link {
	font: 2.5em "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: DarkSlateBlue;
	letter-spacing: 1px;
 text-align: center;
 width: 500px;
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
 border: 2px solid #FFCC33;
}

#inset h1.link a {
 color: White;
 text-decoration: underline;
}

#inset h1.link a:hover {
 text-decoration: none;
}

#inset h2 {
	font: medium bold "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: DarkSlateBlue;
	background-color: transparent;
 margin: 0px 0px 20px 0px;
}

#footer {
	color: Black;
	background-color: #D2DECA;
	font-size: x-small;
	width: 778px;
	text-align: right;
	clear: both;
	padding-top: 4px;
	padding-bottom: 2px;
	border-right: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
}

#footer a:link {
	color: #49508D;
	text-decoration: underline;
}

#footer a:visited {
	color: #49508D;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer a:active {
	color: #000000;
	text-decoration: underline;
}

#footer span.copyright {
	font-size: x-small;
}

p.indent {
	margin-left: 10px;
}

p.visit {
 text-align: center;
 font-size: 120%;
}

ul {
 list-style: square;
}

hr {
 background-color: #FFCC33;
 color: #FFCC33;
 border: none;
 height: 1px;
}

table#districts {
 width: 99%;
}

table#districts td {
 vertical-align: top;
 text-align: left;
 font-size: 10px;
 width: 33%;
}

