﻿
 /*   Header Layout & Colors   */
 
 
 /* Body Layout */ 
 
 	body{
	background-color: #CCFFFF; /* Header background color */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Link colors */ 
 
	a:link, 
	a:visited{border: 0px none; text-decoration: none; color: #00a500; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px}

	a:hover {color: white; border: 0px none; background-color: #DDDE01; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px} /* Hover on link background color */ 


/* Header layout */   
  
	#left-col {
	position: absolute;
	height: 66px;
	width: 87px;
	background: #CCCCFF;
	left: 0;
	top: 0;
}/* Left block background color */ 

	 
	#menu-bar {position: absolute; right: 20px; top: 0px; height: 18px;
		padding: 0 0 0 0px; text-align: right; font-size: 11px; 
		line-height: 1.6em;
	  	background: #c1c101; /* Top menu bar background */
		color: White;}       /*      & text color       */ 
	
   #cen-col {
	position: absolute;
	right: 140px;
	top: 18;
	height: 50px;
	width: auto;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	background: #CCCCFF; /* bottom column bar background */
	color: #FFFFFF;
	margin-left: 27px;
}       /*         & text color         */