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

body {
	font-family: Arial, "Trebuchet MS", "Helvetica Neue", Helvetica,  sans-serif;
	background-color:#aeaeae;
	background-image: url(../bg-gray.jpg);
	background-repeat:repeat-x;
	margin: 0;
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;	
	line-height: 1.8em;
}

h1 {
	font-size: 1.5em;
	color: #737373;	
}

h2 {
	font-size: 1.2em;
	color: #737373;
	margin-bottom: 3px;
}

h2 + p {
	margin-top: 10px;	
}

h3 {
	font-size: 1em;
	color: #737373;
	margin-bottom: 3px;
}

h3 + p {
	margin-top: 2px;
	
}

li {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .9em;	
	line-height: 1.5em;
}

a {
	color: #CD0003;	
	text-decoration: none;
	border-bottom: 1px dotted #BD0003;
}

a:hover {
	color: #FF0206;	
}

ul.h-align {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.h-align li {
	display: inline-block;	
	float: left;
}

.top-mast {
	height: 75px;
	background-color:#F1F1F1;	
}

.top-mast-logo {
	float: left;
	
}

.top-mast-logo a {
	border: none;	
}

.top-mast-logo a img {
	border: none;
	outline: none;
}

.top-mast ul {
	margin: 0;
	padding: 0;	
	margin-left: 30px;
	list-style: none;
	line-height: 50px;
}

.top-mast li {
		line-height: 70px;
}

.top-mast li a {
	border-bottom: none;	
}

.top-mast li a:hover {
	border-bottom: 1px dotted #BD0003;	
}

.main-container {
	width: 1024px;
	background-color: #fff;
	margin: 0 auto 0 auto;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	margin-bottom:20px;

}

.banner-container {
	width: 1024px;
	height: 300px;
}

.nav {
	width: 100%;
	height: 50px;
	background-color: #E5E5E5;	
}

.nav a {
	display: block;
	padding: 0 20px;
	border: none;
	line-height: 50px;
	color: #4B4B4B;
}

.nav a:hover {
	background-color:#BBBBBB;
	color: #F0F0F0;	
}

.main-content {
	width: 703px;
	background-color: #fff;
	float: left;
	padding: 40px;
	border-right: 1px solid #DFDFDF;
}

.aside {
	width: 240px;
	
	display: inline-block;
}

.aside h2 {
	padding: 0 10px 10px 10px;	
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 0;
}

.aside ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.aside ul li {
	/*background-color: #DFDFDF;*/
	/*padding: 5px 5px 5px 12px;*/
	border-bottom: 1px solid #DFDFDF;
	
}

.aside ul li a {
	display: block;
	font-size: .9em;
	border-bottom: none;
	padding: 5px 5px 5px 12px;
}

.aside a:hover {
	background-color: #DFDFDF;
}

.aside ul li ul li a {
	padding-left: 30px;
	border-bottom: none;
	font-size: inherit;
}

.aside ul li ul li {
	border-bottom: none;
}

.aside ul li ul li:last-child {
	border-bottom: none;
}	


.footer {
	clear: both;
	width: 100%;
	height: 80px;
	background-color: #DFDFDF;	
}

.footer ul {
	float: left;
	margin-left: 20px;	
}

.footer li {
	padding: 5px 10px;
	font-size: .8em;
	
}

.footer li a {
	text-decoration: none;
	color: #7E7E7E;	
	line-height: 70px;
}

.footer-logo {
	float: right;
	margin-top: 5px;
 	margin-right: 10px;
}

div.divider {
	padding: 10px;
	background-color: #EBEBEB;	
}

div.divider h2 {
	margin-top: 5px;	
}


</pre></body></html>