@charset "utf-8";

/* CSS Document */

body, input, select, textarea {
	font-family: "Verdana","Helvetica Neue",Arial,sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
body {
	width: 840px;
	margin: auto;
}

table, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}

div.heading, div.footing, div.pagebody, div.featurecontainer, div.textcontent {
	/* width: 100%; */
	position: relative;
}
div.heading {
	height: 72px;
	border-bottom: 1px solid #cccccc;
	margin-top: 12px;
	margin-bottom: 8px;
}
div.footing {
	height: 36px;
	margin-top: 18px;
	border-top: 1px solid #cccccc;
}
div.heading div, div.footing div {
	display: inline-block;
	position: absolute;
}
div.footing div {
	font-size: 10px;
	top: 2px;
}
div.footing div.left {
	left: 2px;
}
div.footing div.right {
	right: 2px;
}

div.toplogo {
	left: 2px;
	bottom: 4px;
}
div.topmenu {
	right: 2px;
	bottom: 10px;
	font-size: 14px;
}
div.topmenu ul {
	list-style-type: none;
	margin: 0;
}
div.topmenu li {
	padding-left: 30px;
	display: inline;
}
div.topmenu a:link    { color: #888888; text-decoration: none; }
div.topmenu a:visited { color: #888888; text-decoration: none; }
div.topmenu a:hover   { color: #00225d; text-decoration: none; }
div.topmenu a:active  { color: #00225d; text-decoration: none; }

div.homebanner {
	height: 188px;
	margin-top: 18px;
	background-image: url("../images/header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	color: #00225d;
	font-size: 26px;
	line-height: 28px;
}

.pagetitle {
	font-size: 18px;
	font-weight: 
	color: #00225d;
}

div.featurecontainer {
	margin-top: 18px;
	padding-left: 1px;
}
div.featurebutton {
	padding-left: 1px;
	display: inline-block;
}

div.pagebody {
	min-height: 500px;
}

div.textcontent {
	padding: 0 4px;
}
div.textcontent ul {
	list-style-type: disc;
	margin: 0 2em;
	padding: 0;
}

div.rightimages {
	float: right;
	margin-left: 8px;
}
div.rightimages img {
	width: 240px;
	margin: 4px 0;
}

table.contact th, table.contact td {
	padding: 4px 0;
	vertical-align: top;
}
table.contact th {
	text-align: right;
	white-space: pre;
	padding-right: 40px;
}
th.conttxt {
	font-weight: bold;
}
th.contfld {
	font-weight: normal;
}
td.contsbm {
	text-align: center;
}

table.contact ul.formerr {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	color: #cc0000;
}

.linktext {
	border-bottom: 1px dotted;
}
a:link    { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover   { color: #000000; text-decoration: none; }
a:active  { color: #000000; text-decoration: none; }
	