body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	background-image:   url(graphics/background.gif);
	border: 0px none;
	background-repeat: repeat-x;
	margin: 5px; 
	padding: 0px;
}
	
.logo {
	height: 159px;
	width: 508px;
	position: absolute;
	top:  0px;
	background:  url(./graphics/logo.gif) no-repeat;
	z-index: auto;
}

.centerdiv {
	text-align: center;
}

.content {
	position: relative;
	left: 0px;
	top: 5px;
	width: 765px;
	z-index: auto;
	text-align: left;
	padding: 0px;
	margin: auto;
	/* set margin to Auto to center in Firefox - but then the left margin is larger */
}

.menudiv {
  width: 120px;
	position: absolute;
	top: 155px;
	left: 0px;
	z-index: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.text{
	position: relative;
	top: 115px;
	left: 125px;
	width: 635px;
	z-index: auto;
	text-align: left;
	border: thin groove #749aca;
	padding: 3px;
	margin: 0px;
}

.menu {
	margin: 0px;
	padding: 0px;
	color: #000;
	width: 130px;
	list-style: none;
}

.menu li {
	margin: 0px;
	font-size:13px;
	font-weight: bold;
	text-indent: 10pt;
	height: 30px;
	vertical-align: bottom;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.menu li a, .menu li a:visited {
	margin: 0px;
	padding: 8px 3px;
	color: #000000;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(./graphics/button.jpg);
	height: 32px;
}
.menu li a:hover {
	color: #113f67;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(./graphics/buttondown.jpg);
	height: 32px;
}

.footer a:hover {
	text-decoration: underline overline;
	color: #005b92;
}

.footer a{
	color: #005b92;
	text-decoration: none;
}

.footer
{
	z-index: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

h1 {
	color: #004f7f;
	font-size: large;
}

h2 {
	color: #004f7f;
	font-size: medium;
}

.image {
	border-style: outset;
	border-color: #749aca;
	border-width: medium;
}

a{
	color: #005b92;
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
	color: #005b92;
}

table.line {
	width: 91%;
	padding: 0px;
	margin: 0px;
	border: 0px none;

}

.LeftLineCell {
	background-image: url(./graphics/lineleftend.png);
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 4px;
}

.RightLineCell {
	background-image: url(./graphics/linerightend.png);
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 4px;
}

.MiddleLineCell {
	background-image: url(./graphics/line.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

blockquote {
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
}

li.bullet {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);
	font-size: 11px;
	margin-left: -15px;
}

em {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

td {
	font-size:13px;
}