* {
margin: 0em;
padding: 0em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 1em 0em 0em 0em;
	padding: 0em;
}
.centerAll{
width: 720px;
margin-left: auto;
margin-right: auto;
}

.wolfBackground {
	background-attachment: scroll;
	background-image: url(backgroundPale.jpg);
	background-repeat: no-repeat;
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	width: 700px;
	text-align: right;
}

a:link {
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	line-height: 3em;
	padding-left: 2em;
	padding-right: 0em;
}
a:hover {
 text-decoration: none;
 background-image: url(linkArrow.png);
 background-repeat: no-repeat;
 background-position: 0.3em -3px;
}
.smaller {
	font-size: smaller;
}

a.forestLink{
padding-right: 1em;
}

a:visited, a:active {
	color: #000066;
	text-decoration: none;
	line-height: 3em;
	padding-left: 2em;
	padding-right: 0em;
}

a.forestLink:visited, a.forestLink:active
{
padding-right: 1em;
}

a.normalHeight{
line-height: normal;}

.heading
{
font-size: larger;
}

.solidBorder
{

border: 1px solid #000000;
margin: 0.5em;}

.formField
{
width: 34em;
}

input[type="submit"], input[type="reset"] 
{
width: 10em;
background-color:#EEEEFF;
border-top: 1px solid #000066;
border-left: 1px solid #000066;
border-bottom: 2px solid #000066;
border-right: 2px solid #000066;
}

input[type="submit"]:hover, input[type="reset"]:hover
{
background-color:#F3F3FF;
border-top: 2px solid #000066;
border-left: 2px solid #000066;
border-bottom: 1px solid #000066;
border-right: 1px solid #000066;
}

.formatContent
{
text-align:justify;
width: 70%;
margin-right: 0em;
margin-left: auto;}