<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 {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.titleheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.maintext{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	padding:0px 10px 10px 0px;
	}

.divsize{
	padding:0px 10px 0px 150px;
	width: 780px;
	}
	
.divbg{
	background-color:#ccc;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	width: 100%;
	margin:auto
	}
	
.divbg2{
	background-color:#ccc;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	width: 700px;
	margin:auto;
	padding:2px 20px 2px 20px;
	}
	
	
#links {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;

}
	
.para_left_img{
	float:left;
	margin-top:0px;
	height:150px;
	padding-top:0px;
	padding-left:0px;
	padding-right:10px;
}

.para_right_img{
	float:right;
	margin-top:0px;
	height:150px;
	padding-top:0px;
	padding-left:10px;
	padding-right:1px;
}

.caption { 
	margin: 0.5em 0.8em 1.5em 0;
 	float:left;
	text-align:center;
	color:#666;
	font-size: 12px;
	 } 
	 
.captionright { 
	margin: 0.5em 0.8em 1.5em 0;
 	float:right;
	text-align:center;
	color:#666;
	font-size: 12px;
	 } 
	 
.captioncenter { 
	margin: auto;
	text-align:center;
	color:#666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	 } 
	 
ul.image_gallery{
margin: 5px 0 0 0;
width:100%;
height:auto;
padding: 0 20px 0 10px;
text-align: center;
}

.image_gallery li {
	display: inline-block;
	list-style: none;
	width:auto;
	height: 170px;
	margin: 0px 12px 8px 5px;
	border: none;
	font-size:12px;
	text-align:center;
	font-family:Times "Times New Roman", Times, serif;
	color:#666;
	vertical-align:top;
	zoom: 1;
*display: inline;
}

a img{
border:none;
}

/* self clearing floats for all browsers except ie6 &amp; ie7 */
.image_gallery:after, #content:after, #sidebar:after{ 
content: "."; 
display: block; 
clear: both; 
visibility: hidden; 
}
</pre></body></html>