<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
margin: 0;
}

html, body, form#aspnetForm, div#masterDiv  {
height: 100%;
}

body 
{
	padding: 0;
	margin: 0;
	font-family: Arial, Sans-Serif;
	background: #000000 url(../images/body-bg7.jpg) repeat-x;	
}

h1, h2, h3, h4, h5 {margin-top: 0;}

img {border: 0 none;}

a {text-decoration: none;}

a:hover {text-decoration: underline;}

#wrapper
{
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -66px;
}

#header
{
	height: 100px;	
	padding: 0 20px;	
}

#header-container
{
	background: url(../images/header-bg.jpg) no-repeat;
	height: 100px;
	overflow: hidden;
}

#logo
{
	float: left;
	margin-top: 20px;
	display: inline;	
	width: auto !important;
	width: 1%;
}

#logo h1
{
	height: 0px;
	text-indent: -999px;
}

#header-address
{
	float: right;
	text-align: right;
	font-size: 11px;
	width: 300px;
	margin-top: 20px;
	color: #cccccc;
	display: inline;
}

#mainmenu
{
	display: none;
}

#content
{
	min-height: 350px;
	height: 350px;
	height: auto !important;
	font-size: 12px;
	color: #777777;
	margin-bottom: 10px;
}

.psHome
{
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 20px;	
}

.sideNav 
{
	display: none;
}

.frameNav
{
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 20px;
	text-align: justify;
	line-height: 160%;
	display: inline;
}

.wholeNav
{
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	padding: 20px;
	text-align: justify;
	line-height: 160%;
}

#footer
{
	text-align: center;
	border-top: solid 10px #111111;
	background-image: url(../images/footer-bg.jpg); 
	height: 36px;
	padding-top: 20px;
	font-size: 11px;
	color: #cccccc;
}

#masthead
{
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
}

#masthead img
{width: 100%;}

.home-3div
{
	float: left;
	width: 33%;
	display: inline;
}

.home-3div ul
{
	margin: 0;
	padding: 0;
}

.home-3div ul li
{
	list-style-type: none;
	background: url(../images/red-tri.gif) no-repeat 0px 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.home-3div a
{color: #555555;}

.home-3div a.readmore
{display: none;}

.addthis {display: none;}

.content-separator
{
	float: left; 
	width: 20px;
	display: inline;
}

.psContent h1, h2, h3, h4
{
	margin-bottom: 20px;
	color: #cb2620;
}

.psContent a, .psContent a:link, .psContent a:active, .psContent a:visited
{
	color: #333333;
}

	.psContent a:hover {color: #cb2620;}

.psContent p {margin-bottom: 10px;}

.article a, .article a:link, .article a:active, .article a:visited {color: #777777;}

	.article a:hover, .article a:link:hover, .article a:active:hover, .article a:visited:hover {color: #cb2620;}

.topline
{
	margin-bottom: 20px;
}

.breadcrumb
{
	font-size: 11px;
	float: left;
	display: inline;
}

.printpage
{
	display: none;
}

.sideBanner {
    background: none #555555;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    margin-top: 10px;
    width: 200px;
}

.push
{height: 66px;}

.signature
{
	display: block;
}

.signature a {text-decoration: none; font-weight: bold;}
.signature a:hover {text-decoration: underline;}</pre></body></html>