@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: #DFDFFF;
	color: #2a2d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #6982b5;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
	color: #6982b5;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
a,  a:link {
  color: #d74f4f;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #3b62a6;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #ca0009;
  text-decoration: underline;
}
a:focus {
  color: #ca0009;
}
a:active {
  color: #262499;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	min-width: 900px;
	text-align: left;
	width: 900px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6F90C6;
	border-left-color: #6F90C6;
}
#header {
	background-color: #95ADDB;
	border-bottom: solid 1px #5a6484;
	font-size: 18px;
	font-weight: bold;
	height: 200px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftColumn1 {
	float: left;
	padding: 0px;
	width: 179px;
}
#content {
  margin: 0 0 0 195px;
  padding: 10px 10px 10px 10px;
}
.clearFloat {
  clear: left;
  display: block;
}
#footer {
	background-color: #96AEDA;
	border-top: solid 1px #8e9fd0;
	height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.image {
	padding: 4px;
	border: 1px dashed #6982B5;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#sidebarinfo {
	padding: 8px;
}

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

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

</style>
[if IE 5]>
<style type="text/css"> 
#outerWrapper #contentWrapper #leftColumn1 {
  width: 195px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]
