<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{
	margin:0px;
	padding:0px;
	background-color: #FDEACF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-variant: small-caps;
	color: #400707;
}

p{

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #400707;
}

.bodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #400707;
}

.subTitle{
	font-family: "Times New Roman", Times, serif;
	color: #866E0F;
	font-size: 21px;
	font-weight: bold;
}

.top{
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	height: 80px;
}

.outline{
	padding: 5px;
	border: 1px solid #420808;
}

.outline_yellow{
	padding: 5px;
	border: 1px solid  #866E0F;
}

.home_list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #660000;
	list-style-position: inside;
	list-style-image: url(images/yellow_dot.jpg);
}

.home_list_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660000;
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
	font-variant: small-caps;
}

.divid_line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color:#660000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quote{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	text-align: right;
	color: #000000;
}

.list{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #400707;
	list-style-image: url(images/yellow_dot.jpg);
}

.pannel{
	border: 1px solid #660000;
	background-color: #FFFFCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 80%;
}

#banner{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 191px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.navigation{
	background-image: url(images/navi.jpg);
	background-repeat: no-repeat;
	height: 95px;	
	
}

#main_links a{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;	
	}


#main_links a:hover{
color:#660000;
}

#footer{
	background-image: url(images/bottom_line.jpg);
	background-repeat: repeat-x;
	height: 164px;
	width: 1500px;
	margin:0px auto 0px auto;
}</pre></body></html>