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





body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color:#CCCCCC;
	
}

h1, h2, h3, h4, h5, h6 {
	text-transform: Uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #746D12;
	
}

p, ol, ul {
	line-height: 160%;
}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #746D12;
}


th, td {
  padding: 1px;
  text-align: left;
}

/** WRAPPER */
.wrapper {
	padding: 0px;
	width: 1024px;
	position: relative;
	height: auto;
	margin:auto;
	background-color:#FFFFFF;
	
	
	
	
}

/** HEADER */

#header {
	
	width: 1024px;
	height: 170px;
	
	
	
	
	
}
/** Banner */

#banner {
	
	width: 732px;
	height: 47px;
	
	background:url(images/topcap2.jpg) no-repeat top left;
	
	
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}




/** CONTENT */

#content {
	clear: both;
	
	padding: 1em 0px;
	border-top: 3px dotted #CCCCCC;
	background-color:#FFFFFF;
}

#content h2 {
}

#left {
	float: left;
	width: 10%;
	padding-right: 4%;
}

#right {
	float: left;
	width: 80%;
	padding-left: 2%;
	border-left: 1px dashed #CCCCCC;
	
	min-height:600px;
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 2px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	font-size: small;
	color: #666666;
	
}

.floatright { 
	float: right;
	margin: 0 0 10px 10px;
	display: inline-block;
 }
 
 .floatleft { 
	float: left;
	margin: 0 0 10px 10px;
	display: inline-block;
 }
 
 /** MENU */

#menu {
	padding: 0em 0em 0em 0em;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #F47511;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #727E84;
}



#vmenu {
	margin-bottom: 30px;
	border-bottom: 4px solid #EBEBEB;
	
	
	
	
}

#vmenu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#vmenu li {
	display: inline;
}

#vmenu a {
	display: block;
	padding: 5px 0 5px 14px;
	border-top: 1px solid #EBEBEB;
	color: #E08934;
}

#vmenu a:hover, #menu .active a {
	background: #EBEEF3;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}

.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/yellow.gif) no-repeat;
white-space: nowrap;
display: block;
width: 100px;
height: 44px;
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 12px;


display: block;
float: left;
color: black;
text-decoration: none;
}



.cssnav img
{

border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 15px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
}</pre></body></html>