@charset "utf-8";
/* CSS Document */

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: #2e3645;
	color: #2a2d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	text-align: center; 
	background-image: url(images/bk.jpg);
}

h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	padding-top: 10px;
}
.image {
	padding: 3px;
	border: 2px solid #000066;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.image2 {
	padding: 3px;
	border: 2px solid #000066;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 3px;
}

a,  a:link {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

#outerWrapper {
	background-color: #fff;
	border: 4px solid #000066;
	margin: 0 auto 0 auto;
	max-width: 1000px;
	min-width: 900px;
	text-align: left;
	width: 900px;
}
#header {
	background-color: #e5e5e5;
	background-image: url(images/header2.jpg);
	font-size: 18px;
	font-weight: bold;
	height: 202px;
	line-height: 15px;
	padding: 0px;
	width: 900px;
	background-repeat: no-repeat;
}
#ticker {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 490px;
}

#content {
	margin: 0;
	padding: 15px;
	font-size: 14px;
	line-height: 16px;
	background-image: url(images/contentbk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.news {
	line-height: 20px;
}

#footer {
	background-color: #FFFFFF;
	height: 70px;
	color: #FFFFFF;
	width: 100%;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_text {
	text-align: left;
	padding-top: 42px;
	padding-bottom: 0px;
	padding-left: 100px;
	font-weight: 400;
	font-size: 13px;
	margin-top: 0px;
}
#footer_text a:hover {
	color: #FFFFFF;
}


#navbar {
	height: 26px;
	padding-left: 20px;
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}

.listspace {
	line-height: 20px;
}

</style>
<style type="text/css" media="print">

body {
  background-color: #fff;
  background-image: none;
  border-color: #000; 
  color: #000;
}

