/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/


/*
background color: tan #80a557; 
main text color:  black #000; 
link & visited color: deep red  #671b37; 
active & hover color: sage green #9f5470; 
h1 & h2 color: deep red #671b37; 
h3 & h4 color: sage green #9f5470; 
h5 & h6 color: lighter red #e31e26; 
highlight color:  black #000; 
menu background color:  black #000; 
menu color:  tan #d5d19a; 
*/

body {
    font-family:  Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: center; /* needed for centering website*/
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #000; 
	background: url("images/back.gif"); 
	/*background-repeat: repeat-x;*/
		background-color: #80a557; 
}

  
table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #448160; 
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover
{
	color: #4c7637; 
	font-weight: bold;
	text-decoration: none;
} 

h6
{	
	color: #448160; 
	text-align: left;
	font-size: 14px;
}

h5
{	
	color: #448160; 
	text-align: center;
	font-size: 14px;
}

h4
{	
	color: #448160; 
	text-align: left;
	font-size: 16px;
}

h3
{	
	color: #448160; 
	text-align: center;
	font-size: 16px;
}

h2
{
	color: #448160; 
	text-align: left;
	font-size: 18px;
}

h1
{
	color: #448160; 
	text-align: center;
	font-size: 18px;
}

p
{
	text-align: justify;
}

hr
{
	width: 75%;
}
  
#main
{
	width: 900px; 
	background-color: #fff;	
	margin-left: auto; /* needed for centering website*/
  	margin-right: auto; /* needed for centering website*/
  	text-align: left; /* needed for left aligned text in centered website*/
}

.backl
{
background: url("images/backl.gif");
background-repeat: repeat-y;
}
.backr
{
background: url("images/backr.gif");
background-repeat: repeat-y;
}

.center
{
	text-align: center;
}

li
{
	line-height: 150%;
	list-style: square outside url('images/arrow.gif');
	text-decoration: none;
}

.left
{
text-align: left;
}

.header 
{
	width: 900px;
	text-align: center;
	text-decoration: none;
}

.maincontent
{	
	width: 900px;	
	padding-left: 15px;
	padding-right: 15px;
}

.menu 
{
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	color: #999;
	font-weight: bold;
	padding: 2px;
	}

.menu a:link, .menu a:visited 
{
	color: #8ec0a5;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #b06da0; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
} 


.menu2 
{
	background-color: #448160;
	font-size: 12px;
	text-align: center;
	color: #999;
	font-weight: bold;
	padding: 2px;
	}

.menu2 a:link, .menu2 a:visited 
{
	color: #8ec0a5;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.menu2 a:active, .menu2 a:hover
{
	color: #b06da0; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
} 


.images /*for images with borders*/
{
	border: solid 2px #666;
	padding: 3px;
	background-color: #d5d19a;
	margin: 7px;
}

.gallery
{
 font-size: 11px;
 width: 850px;
}

.highlight
{
border: solid 2px #93b068;
background-color: #c1d5a4;
width: 600px;
text-align: center;
	color: #000; 
	font-weight: bold;
	font-size: 16px;
}

.highlightsm
{
border: solid 2px #93b068;
background-color: #c1d5a4;
width: 250px;
text-align: center;
	color: #000; 
	font-weight: bold;
	font-size: 12px;
}

.highlightsmred
{
color: #ff0000; 
font-weight: bold;
font-size: 12px;
}

.gallery img
{
	border: solid 2px #666;
	padding: 2px;
	background-color: #d5d19a;
	margin: 3px;
	text-align: center;
}

.tablecenter
{
	width: 700px;
}

.tableleft
{
	width: 700px;
}

.quote
{
	font-size: 10px;
	color: #448160;
	font-style: italic;
	text-align: center;
}

.tiny
{
	font-size: 10px;
	color: #000;
	text-align: center;
}

.tiny2
{
	font-size: 10px;
	color: #999;
}


.copyright
{
	font-size: 10px;
	color: #000;
}

.copyright a:link, .copyright a:visited 
{
		font-size: 10px;
		color: #000;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active, .copyright a:hover
{
	color: #000;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
} 
