<!--
body {
	background:   url(../img/bkgrnd_1.png) repeat;  
/*	background-color: #ccffff: */
}
h1 {
	font-size: 24pt;
	font-family: Copperplate Gothic Light, Verdana;
	text-align: center;
	}
p, ul, td {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	font-size: 10pt;
	font-family: Century Gothic, Verdana;
}
ul {
	list-style-type: square;
}
.content_text {
	font-size: 9pt;
	font-family: Century Gothic, Verdana;
}
.content_text_sm {
	font-size: 8pt;
	font-family: Verdana;
}
.menu {
 	font-size: 9pt;
	font-family: Verdana;
  	font-weight: bolder;   	
	color: black;	/* #6699ff */
	text-align: center;	
}
.subhead {
/*	background-color: #cccc66; */
/*	background:   url(img/subhead_1.png) repeat;  */
 	font-weight: bold;  	
	font-size: 20pt;
	font-family: Arial;
	color: #ff3300;
	font-family: Century Schoolbook;
	}
.sub2head {
 	font-weight: bold;  	
	font-size: 12pt;
	font-family: Arial;
	color: darkblue;
	font-family: Century Schoolbook;
	}
#outer {
	position: relative;
	left: 10%; 
	top: 3%; 
	width:  850px; 
 	height:  810px;   
	background-color: white;
}
#header {
	position: absolute;
	left: 0px; 
	top: 0px; 
  	height:  125px;   
	width:  850px; 
/*	margin-left: 5px;
	margin-right: 5px; */
	background:   url(../img/header_1.png) no-repeat;  
/*	border-width: 2px;
	border-color: lightgray;
	border-style: ridge;  */
}
#left {
	position: absolute;
	top: 130px;
	left: 0px;
	width:  130px;
 	background-color: white; 
	height: 500px;
/*	border-width: 2px;
	border-color: orange;
	border-style: ridge; */
 }
#left_link {
	position: absolute;
	top: 130px;
	left: 0px;
	width:  130px;
 	background-color: white; 
	height: 965px;
/*	border-width: 2px;
	border-color: orange;
	border-style: ridge; */
 }
#content {
	position: absolute;
	top: 130px;
	left: 130px;
	width:  720px;
	background-color: #ffffff;
	color: black;
	height: 500px;
/*	border-width: 2px;
	border-color: lightgray;
	border-style: ridge; */
 }
#content_link {
	position: absolute;
	top: 130px;
	left: 130px;
	width:  720px;
	background-color: #ffffff;
	color: black;
	height: 965px;
/*	border-width: 2px;
	border-color: lightgray;
	border-style: ridge; */
 }
#footer {
	position: absolute;
	top: 750px;
	left: 0px; 
	width:  100%; 
	height: 60px;
	background-color: #3366ff; 
	color: #220099;
 	font-weight: bold;  	
	font-family: Arial;
/*	border-width: 2px;
	border-color: lightgray;
	border-style: ridge; */
 }
#footer_link {
	position: absolute;
	top: 1095px;
	left: 0px; 
	width:  100%; 
	height: 60px;
	background-color: #3366ff; 
	color: #220099;
 	font-weight: bold;  	
	font-family: Arial;
/*	border-width: 2px;
	border-color: lightgray;
	border-style: ridge; */
 }

a:link {color:#220099;  text-decoration: none; }
a:visited {color:#220088; text-decoration: none; }
a:active {color:gray; text-decoration: none; }
a:hover {color:red; text-decoration: none; }

-->

