body
{
	background-image: url(images/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #7D131F;
	margin: 0px;
}

body, p, textarea, input, select, option, td, span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr, h1, h2
{
	color: #7D131F;
}

h1 {font-size: 17px;}
h2 {font-size: 14px;}
h3
{
	font-size: 14px;
	margin: 0px;
}

a:link, a:visited {color: #7D131F;}
a:hover, a:active {color: #F0A11E;}

a.edit_item:link, a.edit_item:visited {color: #FF0000;}
a.edit_item:hover, a.edit_item:active {color: #FF6060;}

.page
{
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}

.content
{
	text-align: left;
	padding: 0px 10px;
}

td.topNavCell
{
	width: 123px;
	text-align: center;
	font-size: 14px;
	color: #7D131F;
	background-color: #F2BD65;
	border: 1px solid #7D131F;
}

td.topNavCellOn
{
	color: #F2BD65;
	background-color: #7D131F;
}

td.bottomNavCell
{
	width: 123px;
	text-align: center;
	color: #7D131F;
	background-color: #FFFFFF;
	border: 1px solid #7D131F;
}

td.bottomNavCellOn
{
	color: #F0A11E;
}

td.dropSpacer
{
	width: 125px;
}

a.topNav
{
	text-decoration: none;
	display: block;
}

a.topNav:link, a.topNav:visited
{
	color: #7D131F;
	background-color: #F2BD65;
}

a.topNav:hover, a.topNav:active
{
	color: #F2BD65;
	background-color: #B63C4A;
}

a.bottomNav
{
	text-decoration: none;
}

a.history
{
	text-decoration: none;
}

div.local
{
	position: relative;
	top: 66px;
	z-index: 5;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 15px;
}

a.localLink
{
	text-decoration: none;
}

div.caption
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.copyright
{
	font-size: 10px;
}

ul {margin-top: 0px;}

li {margin-top: 5px;}

.formFormat
{
	text-align: left;
	padding: 0px 0px 5px 0px;
}

.labelFormat
{
	text-align: left;
	padding: 0px 15px 5px 0px;
}
