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

<style type="text/css">

#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
	height: 157px;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
}
.nav {
	position:relative;
	width: 100%;
	background-image: url(../images/index2_11.jpg);
	overflow: hidden;
	background-repeat: repeat-x;
	height: 29px;
}
.content {
	position:relative;
	width: 900px;
	z-index:1;
	background-repeat: repeat-y;
	background-image: url(../images/content.jpg);
	overflow: visible;
	height: auto;
	color: #2F3B37;
	font-size: 11px;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.hr {
	color: #899B8B;
}

.links a {
	margin-left: 70px;
	color: #2F3B37;
}
.links  a:link, a:visited, a:active, a:hover {
	color: #2F3B37;
}

#content-links a {

	color: #465648;
}
#content-links  a:link, #content-links a:visited, #content-links a:active, #content-links a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.row {
	background-color: #899B8B;
	color: #000000;
}

.news {
	background-color: #899B8B;
	height: auto;
	padding: 2px;
	color: #000000; 
}

.list-copy {
	font-size: 12px;
	font-weight: bold;
}

.list-copy a {
	color: #2F3B37;
}



.footer {
	position:relative;
	width: 100%;
	z-index:1;
	background-image: url(../images/footer.jpg);
	overflow: visible;
	background-repeat: repeat-x;
	height: 90px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer-copy {
	color: #FFFFFF;
	font-size: 14px;

}
.caption {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.footer a:link, a:visited, a:active {
	color: #ffffff;
}

.footer a:hover {
	color: #899B8B;
}



</style>

