@charset "utf-8";
/* CSS Document */

<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #000000;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.image {
	margin: 15px;
	padding: 3px;
	border: 1px solid #000000;
}
h1 {
	color: #293D62;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #293D62;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
a,  a:link {
	color: #293D62;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: #bf1c1c;
  text-decoration: underline;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	min-width: 900px;
	text-align: left;
	width: 900px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #293D62;
	border-left-color: #293D62;
}
#mapholder {
	float: right;
	width: 425px;
	border: 1px solid #000000;
	height: 363px;
	padding: 6px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header {
	background-color: #000000;
	height: 200px;
	padding: 0px;
	margin: 0px;
	border-bottom-color: #8b675a;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentheader {
	background-color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 125px;
	line-height: 15px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #293D62;
	background-image: url(images/contentheader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	margin: 0;
	padding: 20px;
	background-image: url(images/content_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer {
	background-color: #293D62;
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/footer_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #293D62;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFF99;
}
#navbar {
	background-color: #000000;
	height: 30px;
	padding-left: 2px;
}
.ulist {
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.tble {
	line-height: 22px;
	padding: 0px;
}
.frontpage {
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}


</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}

</style>
