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


@charset "UTF-8";

#main_container{
	background-color: #faebd7;  /*fffff0;*/
	width:960px;     
	height:1850px;
	position:relative;
	margin:auto;
}

#header{
	background-color: #fffff0;
	height: 185px;
	padding: 0px;
}

#footer{
	position:absolute;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	width:100%;
	height:60px;
	text-align: center;
	background-color: #faebd7;
}

#sidebar_container{
	background-color: #faebd7;  /*fffff0*/;
	float: left;
	width: 220px;      
	height: 1510px;
	margin: 1px;
	
}

#sidebar_top{
	background-color: fffff0;	
	padding: 15px;
	width: 180px;
	height: 180px;
	margin-top: 15px;
	border: 2px solid #a68064;	
}

#sidebar_center{
	background-color: #fffff0;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	height: 260px;
	margin-top: 15px;
	border: 2px solid #a68064;	
}

#sidebar_bottom{
	background-color: #fffff0;
	padding-left: 15px;

	padding-right: 15px;
	width: 180px;
	height: 220px;
	margin-top: 15px;
	border: 2px solid #a68064;
}

#center_column_container{
	background-color: #faebd7;/
	width: 560px;    
	height: 1500px;
	margin: 1px;
	float: left;
}

#center_column_top{           /*Used for the home page only*/
	background-color: #fffff0;	
	width: 530px;     
	height: 1500px;
	padding: 15px;
	margin-top: 15px;
	float: left;	
}
#center_column_top_wide{     /*for pages other than home page to eliminate R column*/
	background-color: #fffff0;
	width: 700px;   /*698px;*/    
	height: 1400px;
	padding: 15px;
	margin-top: 15px;
	/*float: left;*/
}
#center_column_middle{         /*Used for home page*/    
	background-color: #fffff0;     /*white;*/
	width: 535px;      
	height: 690px;
	padding: 12;
	float: left;
}

#right_column{                  /*used for home page*/
	background-color: #fffff0;     /*white;*/
	height: 1030px;
	width: 160px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 100px;
	margin-top: 15px;
}

.vertical_line{
	width: 1px;	
	margin-top: 15px;
	margin-right: 10px;
	height: 280px;
	float: left;
	border: 1px inset;	
	background-color: white;  
}

body{
	color: black;	
	font-family: Verdana, Geneva, sans-serif;
	color: #5c4033;  
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} 

.iiiiiiiinverse {       /*used on L column headings*/
	color: white;
	background-color: #5c4033;
	width: 100%
}

a {
font-weight: bold;
}

a:link {
color: #660066;
text-decoration: none;
}
a:visited {
color: #663366;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: underline;
}
a:active {
color: #660066;
text-decoration: none;
}
/*
p{
color:red;
text-align:center;
}*/

table {
	border: 10px;
}
</pre></body></html>