<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	font-size:14px;
	background:#ccc;
}
a img { border:none; }
p {
	margin:0;
}
#main_wrapper {
	width:100%;
	background:#ccc url('../images/top-bg.png');
	background-repeat:repeat-x;
}
#header {
	margin:0 auto;
	width:985px;
	height:327px;
	background: url('../images/top-bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

#center_col_top {
	margin:0 auto;
	width:840px;
	height: 45px;
	padding:90px 0 0 145px;
	color:#d88101;
	font-weight:bold;
}
#top_ribon {
	position:relative; 
	width:175px; 
	height:60px; 
	top: -55px;
	left:622px; 
	color:white
}

/* BEGIN MENU */
.menu_top {
	margin:161px auto;
	width: 897px;
	height:31px;
}

.menu_top ul{
    margin: 0; padding: 0;
    float: left;
    height:31px;
}
 
.menu_top ul li{
    display: inline;
}
 
.menu_top ul li a{
    float: left; text-decoration: none;
    color:black;
    padding:6px 0;
    width:149px;
    text-align:center;
    font-weight:bold;
 }
 
.menu_top ul li a:visited{
    color: black;
}
 
.menu_top ul li a:hover, .menu ul li .current{
    color: #fff;
    background-color:#EA7105;
}
/* END MENU */

#main_body_shadow {
	width:985px;
	margin:0 auto;
	background:url('../images/body-bg.png');
	background-repeat:repeat-y;
}
#main_body {
	margin:0 auto;
	width:897px;
	border-top:3px white solid;
	border-left:3px white solid;
	border-right:3px white solid;
	background-repeat:no-repeat;
	background-position:center top;
}

#body_copy1 {
	padding:17px;
	background:#666;
	color:white;
	position:relative; top:0;
}

#body_copy2 {
	padding:17px;
	vertical-align:top;
}
#body_footer {
	padding:2px;
	width:893px;
	height:52px;
	background:#333 url('../images/footer-bg.png');
	border-bottom:1px white solid;
}
#body_footer p {
	margin:16px;
	color:white;
	font-size:13px;
	letter-spacing:1px;
}

#body_footer a {
	color:#CC6600;
}

#body_footer a:hover {
	color:#fff;
}

#footer_shadow {
	width:985px;
	margin:0 auto;
	background:url('../images/footer-shadow.png');
	background-repeat:no-repeat;
	height:17px;
}</pre></body></html>