<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Verdana, Univers;
	background-color: #ffffff;
	text-align: justify;
	text-justify: inter-word;
}

h1 {	color: #4F6179; font-size: 24px; font-weight: normal; margin: 3px 0px 25px 0px; }

h2 { color: #4F6179; font-size: 20px; font-weight: normal; margin: 40px 0px 20px 0px; }

h3 { color: #4F6179; font-size: 16px; font-weight: normal; margin: 0px 0px 0px 0px; }

a                  { color: #4F6179; }
a:visited  { color: #4F6179; }
a:hover      { color: black; }

.container {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(Media/content_bkgd_tile.jpg);
	background-repeat: repeat-y;
}

.bannerArea {
	width: 1280px;
	height: 48px;
	background-color: #4971a2;
	background-image: url(Media/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.content {
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(Media/content_bkgd.jpg);
	background-repeat: no-repeat;
}

.leftnavigation {
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	float: left;
	list-style-type: none;
}

.leftnavigation a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
	color: #364957;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #111111;
}

.contentleft {
	width: 1000px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
}

.paper {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
}

.more {
    font-size: 14px;
	float: right;
}

.rssright {
    font-size: 12px;
	float: right;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}

.imageleft {
	margin-right: 30px;
	float: left;
}

.footerArea {
	width: 1280px;height: 88px;
	background-color: #ffffff;
	background-image: url(Media/footer_bkgd.jpg);
	background-repeat: no-repeat;
	
}
</pre></body></html>