body {
  color: #ffffff;
  margin: 0px;
}

td, p, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color:#23260f;
}

h1 {
	font-size: 12pt;
	color:#23260f;
	text-align: center;
}

h2 {
	font-size: 12pt;
	color:#23260f;
}

h3 {
	font-size: 9pt;
	color:#23260f;
}

a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #a0b6ba;
	text-decoration: underline;
	font-weight: bold;
}
a.menu-on {
	color:#eef1f2;
}
a.menu-off {
	color:#23260f;
}
a.menu-on:hover{
	color:#eef1f2;
	text-decoration: none;
}
a.menu-off:hover {
	color:#688590;
	text-decoration: none;
}

li {
	margin-bottom:5px;
}

.formlabel {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

.header-image {
	background-color:#a0b6ba;
	background-image: url('../../images/header-image.jpg');
	background-repeat: no-repeat;
	font-family: 'Times New Roman', Times, serif;
	color: #23260f;
	font-size:38pt;
}

.header {
	background-color:#a0b6ba;
}

.main {
	background-color:#688590;
}

.menubar {
	background-color:#a0b6ba;
	font-size: 10pt;
	color:#23260f;
}

.content {
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

img.imgleft {
	border: solid 1px #23260f;
	margin-right:10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
img.imgright {
	border: solid 1px #23260f;
	margin-left:10px;
	margin-bottom: 10px;
	float: right;
	clear: right;
}

.footer {
	background-color:#ffffff;
	text-align:right;
	font-style: italic;
	font-size: 7.5pt;
	padding-left: 10px;
	padding-right: 10px;
}