body {
	margin-left: 1em;
	margin-right: 1em;
	max-width: 7.5in;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: White;
}
h1 {
	margin-top: 1em;
	margin-bottom: .5em;
	text-align: center;
	font-weight: bold;
	font-size: large;
}
h2 {
	margin-top: .5em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font: medium;
}
h3 {
	margin-top: .5em;
	margin-bottom: 1em;
	text-align: center;
	font: small;
}
h4 {
	margin-top: .6em;
	margin-bottom: .6em;
	text-align: center;
	font: small;
	font-weight: bold;
	font-style: italic;
	list-style: ( );
}
hr {
	azimuth: center;
	margin-left: 1em;
	margin-right: 1em;
	color: Black;
	min-height: 3px;
}
p {
	text-align: justify;
	text-indent: 2em;
	margin-top: 1em;
	margin-bottom: .6em;
	margin-left: 1em;
	margin-right: 1em;
}
#sig p {
	margin-top: .6em;
	margin-bottom: .6em;
	margin-left: 1em;
	margin-right: 1em;
	text-align: justify;
	text-indent: 0em;
}
#sig p.state {
	margin-top: .6em;
	font-weight: bold;
}
ol {
	margin-left: 3em;
	margin-right: 2em;
	list-style-type: (decimal);
}
img {
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}
img {
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
}
	
A {
	color: #003366;
	text-decoration: underline;
}
A:link         {
	color: #003366;
	text-decoration: none;
}
A:visited      {
	color: #003366;
	text-decoration: none;
}
A:active       {
	color: #54622D;
}
A:hover        {
	color: #54622D;
}

.banner {
        font-family: georgia, verdana, arial, sans-serif;
        color:white;
        font-size:x-large;
        font-weight:bold;
        border-left:1px solid #FFF;
        border-right:1px solid #FFF;
        border-top:1px solid #FFF;
        background:#D2B48C;
        padding:7px;
		  text-align: center;
}
.description{
        font-family:verdana, arial, sans-serif;
        font-size:x-small;
        font-weight:bold;
}
