﻿/*
   Author: Keith W. Schloemp
   Date:   2/2/2010
*/
	body {margin: 0px;
	font-family:arial, helvitica, sans-serif;
	background-color: white;
	background-image:url("images/greenbar.jpg"); background-repeat:repeat-y;}
		
	h1 {border-bottom: 3px solid green;
	margin: 0px}
	
	h2, h3 {color: white;
		background-color: green;
		padding-left: 5px;
		text-align: center;
		}
		
	h3 {width: 200px}
	address {font: normal small-caps 12px sans-serif;
		color: green;
		text-align: right;
		padding-top: 5px;
		border-top: 3px solid green}

	#outer {width: 770px}
	#inner {margin-left: 225px;
		padding-left:10px}

	#links {position:fixed;
		top:90px;
		left:15px;
		text-align:center}
		
	#links a 	{text-decoration: none;
		border-bottom: black 3px solid; 
		border-left: black 1px solid; 
		padding-bottom: 5px; 
		background-color: rgb(255,215,71); 
		margin: 5px; 
		padding-left: 5px; 
		width: 180px; 
		padding-right: 5px; 
		display: block; 
		border-top: black 1px solid; 
		border-right: black 3px solid; 
		padding-top: 5px;}
		
	#links a:link {color: rgb(4,44,250);}
	#links a:visited {color: rgb(2,2,58);}
	#links a:hover {color: rgb(255,255,255);
		background-color:rgb(0,153,0);
		font-style:italic;
		font-weight:bold;
		text-decoration: underline;}
	#links a:active {color: rgb(0,0,0);	
		background-color:rgb(0,120,0);} 


