﻿
/*   Main Page Header Layout & Colors   */
 
/* LINKS */

	a:link {
	color: #000000;
	text-decoration: underline;
	letter-spacing: 1px;
	text-align: center;
} 
	
	a:visited {color: blue;	text-decoration: none; letter-spacing: 1px;
		background-color: #93FF94; }

	a:hover {color: #00BD02; text-decoration: none; letter-spacing: 1px;
		background-color: #93FF94; }
		
/*   Body Layout   */

	body{padding:0;  margin: 0; } 
   
/*   Header Layout   */

	#main-hdr{
	height: 200px;
	margin: 0;
	padding: 0;
	background: #CCCCFF; /* header column background */
	color: #333333;
}    /*      & text color        */ 
 
	#image-header-col{position: absolute; left: 450px; top: 25; margin:0;
		padding:0; border: 0px;
 		background:#00a600; } /* header middle image background color */
      
	#header-menu-col{position: absolute; left: 250px; top: 155; margin:0;
		padding:0; border: 0px; padding-left: 5px; padding-right: 5px;
 		font-size: 11px; line-height: 20px;
 		background:#93FF94; } /* header menu background color */

						/*   END HEADER LAYOUT   */


/*   Main Page Layout   */

	table#main td#link {letter-spacing: 1px; font-size: 12px;
		background-color: #93FF94; } /* floating menu background color */
		
	#left-spacer-col{position: absolute; top: 200px; left: 0px; width: 85px;
		border: 0px; margin: 0; padding: 0;height: 5px;
 		background: white; } /* left spacer column background color */ 

	#center-col{
	position: absolute;
	top: 203px;
	left: 91px;
	border: 0px;
	width: 225px;
	padding: 0px;
	font-size: 12px;
	line-height: 2em;
	background: #93FF94;
	background-color: #CCCCFF;
} /* center column background color */
		
	#right-col{position: relative; top: 20px; padding: 0px; width: 685px;
		margin-left: 321px; margin-right: 90px;  font-size: 12px; 
		line-height: 1.4em;
 		background: white; } /* right column background color */
		
	#news-header {position: relative; top: 15px; margin-left: 321px;
		width: auto; margin-right: 20px; }
		
	#news-index{
	position: relative;
	top: 20px;
	width: auto;
	padding: 0px;
	margin-left: 431px;
	margin-right: 110px;
	font-size: 12px;
	line-height: 2em;
	height: auto;
	background-color: #93FF94;
	border-right: 2px outset #00a500;
	border-bottom: 2px outset #00a500;
	border-left: 2px solid #B7FFB9;
	border-top: 2px solid #B7FFB9;
	background: #CCCCFF;
} /* news index background color */

 	#news-col{position: relative; margin-top: 10px; padding: 0px; 
		width: auto; margin-left: 331px; margin-right: 10px;  
		font-size: 12px; line-height: 1.4em; } 
		
 	#news-title{position: relative; margin-top: 70px; padding: 0px; 
		width: auto; margin-left: 321px; margin-right: 10px; 
		font-weight: bold; font-size: 1.5em; color: #00a500;   
		line-height: 1.4em; text-align: center; } 
		
 	#news-title2{position: relative; top: 20px; padding: 0px; 
		width: auto; margin-left: 321px; margin-right: 10px; 
		font-weight: bold; font-size: 1.5em; color: #00a500;
		text-align: center; } 
		
	#news-link{position: relative; margin-top: 10px; padding: 0px; 
		width: auto; font-size: .9em;  
 		margin-left: 321px; margin-right: 10px; line-height: 2em;
 		background: #93FF94; border-right: 2px outset #00a500;
		border-bottom: 2px outset #00a500; border-left: 2px solid #B7FFB9;
		border-top: 2px solid #B7FFB9; } /* news links background color */

	#mid-col{position: relative; top: 10px; left: 140px; border: 0px;
		width: auto; padding: 0px; font-size: 12px; line-height: 2em;
		margin-right: 150px; }

	#info-link{background: #93FF94; color: #333333; padding: 0px;
 		font-size: 12px; line-height: 2em; margin-top: 30px; margin-left: 5px;
 		margin-right: 5px; width: inherit;
 		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		border-right: 2px outset #00a500;
		border-bottom: 2px outset #00a500; border-left: 2px solid #B7FFB9;
		border-top: 2px solid #B7FFB9;}

