body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #560000;
	margin-top: 1.5em;
	margin-bottom: 1.0em;
	margin-left: 9%;
	margin-right: 9%;
}

h4.sectiontitle
{
	text-align: center;
	margin-top: 0px;
	color: #808080;
}

a { text-decoration: inherit; font-weight: bold; }
a:link { color: #700000 }
a:visited { color: #704040 }
a:hover { color: #B00000; text-decoration: underline; }
a:active { color: #FF0000 }
a.navbar:link { color: white }
a.navbar:visited { color: gray }
a.navbar:hover { color: #FFFF70 }
a.samecolor, a.samestyle { color: inherit; }
a.samestyle { font-weight: inherit; }

td.navbar
{
	background-color: black;
	border-width: 0px;
	text-align: center;
	color: white;
}
td.spacer
{
	background-color: inherit;
	width: 20px;
}
td.maintext
{
	padding: 10px;
	border-spacing: 20px;
	margin: 20px;
	border-width: 3px;
	border-style: solid;
	background-color: #E0E0E0;
	width: 100%;
}

p.contactinfo
{
	color: white;
	text-align: center;
}

span.maintitle
{
	font-size: 300%;
	font-weight: bold;
}
span.itemtitle
{
	font-weight: bold;
}

.center { text-align: center }

img
{
	border-width: 0px;
	border-style: none;
}

ul.links
{
	list-style: none ;
}

p.footnote
{
	color: #606060;
	font-style: italic;
	font-size: smaller;
	text-align: center;
}

.infolabel
{
	font-weight: bold ;
	margin-right: 1.0em ;
}
.required_field
{
	color: red;
}
input.editform, textarea.editform
{
	border-width: 2px ;
	border-color: black ;
	border-style: solid ;
}
textarea.editform
{
	overflow: auto ;
}
