<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;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat-y;
	background-color: #D6D6D6;
}
h1 {
	font-size: 18px;
	color: #666;
}
h2 {
	font-size: 16px;
	color: #666;
}
h3 {
	font-size: 14px;
	color: #666;
}
.Fine_Line {
	border-bottom: 1px solid #23960c;
}
a {
	color: #23960c;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #23960c;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
#Site_Wrapper {
	width: 1000px;
	min-height: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}
#Header {
	width: 1000px;
	height: 442px;
	background-image: url(../webart/website/header.jpg);
	background-repeat: no-repeat;
}
#Home_Button {
	display: block;
	width: 495px;
	height: 98px;
	position: absolute;
	margin-top: 5px;
	text-indent: -9999px;
	background-image: url(../webart/website/logo.png);
	background-repeat: no-repeat;
	outline: none;
}
#Home_Button:hover {
	background-position: 0px -98px;
}
#Body_Wrapper {
	width: 1000px;
	min-height: 700px;
	float: left;
	background-color: #FFF;
}
#Main_Content {
	width: 650px;
	min-height: 300px;
	float: left;
}
#Content {
	width: 630px;
	min-height: 300px;
	margin: auto;
}
.Non_Dec {
	text-decoration: none;
	color:#FFF;
}
.Non_Dec:hover {
	text-decoration: none;
	color:#FFF;
}
.Non_Dec:visited {
	text-decoration: none;
	color:#FFF;
}
.Right_Image {
	float: right;
	padding: 15px;
}
#Right_Sidebar {
	width: 350px;
	min-height: 300px;
	float: left;
}
#Widget {
	width: 350px;
	height: 350px;
	margin-top: 10px;
	background-image: url(../webart/website/scope_background.png);
	background-repeat: no-repeat;
}
#I_Scope {
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;

}
#Menu_Wrapper {
	position: absolute;
	width: 350px;
	height: 285px;
	margin-top: 370px;
}
#Main_Menu {
	padding: 0px;
	margin: 0px;	
	list-style: none;
}
#Main_Menu li {
	display: block;
	width: 350px;
	height: 95px;
	background-image: url(../webart/website/button.png);
	background-repeat: no-repeat;
	margin-top: -20px;
}
#Main_Menu a {
	position: absolute;
	font-size: 20px;
	margin-left: 60px;
	margin-top: 35px;
	color: #666;
}
#Main_Menu a:hover {
	color: #335481;
}
.Banner {
	padding-top: 25px;
	margin-left: 50px;
}
.Small_Banner {
	position: absolute;
	margin-top: 665px;
	margin-left: 2px;
	border: none;
}
#Footer {
	width: 1000px;
	height: 40px;
	clear:both;
	background-color: #FFF;
}
#Copy_Wrapper {
	width: 176px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
#MM_Webmedia {
	display: block;
	width: 176px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../webart/website/Copyright.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#MM_Webmedia:hover {
	background-position: -176px 0px;
}</pre></body></html>