/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/


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-color: #307b97; 
	background-image: url("images/background.gif"); 
    background-repeat: repeat-y; 
}

  
table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #7c3450; 
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover
{
	color: #4c7637; 
	font-weight: bold;
	text-decoration: none;
} 

h6
{	
	color: #7c3450; 
	text-align: left;
	font-size: 14px;
	padding: 2px;
}

h5
{	
	color: #7c3450; 
	text-align: center;
	font-size: 14px;
	padding: 2px;
}

h4
{	
	color: #7c3450; 
	text-align: left;
	font-size: 16px;
	padding: 2px;
}

h3
{	
	color: #7c3450; 
	text-align: center;
	font-size: 16px;
	padding: 2px;
}

h2
{
	color: #7c3450; 
	text-align: left;
	font-size: 18px;
	padding: 2px;
}

h1
{
	color: #7c3450; 
	text-align: center;
	font-size: 18px;
	padding: 10px;
}



.headertext
{
	color: #be2026;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	padding: 2px;
	
}

.headertextsm
{
	color: #4c7637; 
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	
}

#main1
{
	width: 900px;
	margin-left: auto ;
  	margin-right: auto ;
    text-align: center;
	background-image: url("images/mainback.gif"); 
    background-repeat: repeat-y; 
    background-position: center; 
}

  
#main
{
	background-color: #fff;	
	width: 800px; 
	margin-left: auto ;
  	margin-right: auto ;
  	text-align: left; 
}

.maincontent
{	
	background-color: #ffffff;	
	width: 780px; 
	padding-left: 10px;	
	padding-right: 10px;	
}

.header 
{
	width: 800px;
	text-align: center;
	text-decoration: none;
}

p
{
	text-align: left;
}

p.center
{
	text-align: center;
}

.center
{	
	margin-left: auto ;
  	margin-right: auto ;
}

.filler1
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.filler2
{
	padding-top: 150px;
	padding-bottom: 150px;
}

li
{
	line-height: 150%;
	text-decoration: none;
}

.menu ul 
{
	background-color: #307b97;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: none;
}

.menu li 
{
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	border: none;
}

.menu 
{
	background-color: #307b97;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	}

.menu a:link, .menu a:visited 
{
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #4c7637; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
} 

.images 
{
	border: solid 2px #666;
	padding: 3px;
	background-color: #d5d19a;
	margin: 7px;
}

.gallery
{
	font-size: 11px;
	text-align: center;
}

.gallery img
{
	border: solid 2px #666;
	padding: 3px;
	background-color: #d5d19a;
	margin: 7px;
}


.quote
{
	font-size: 10px;
	color: #be2026;
	font-style: italic;
	text-align: center;
	padding: 4px;
}

.tiny
{
	font-size: 10px;
	color: #999;
	text-align: center;
}

.tiny2
{
	font-size: 10px;
	color: #000001;
}

.box
{
	background-color: #fff;
	line-height: 150%;
	margin-left: auto;
  	margin-right: auto;
	text-align: left;
}

.box ul li
{
	line-height: 150%;
	list-style: square outside url("images/dot.gif");
	text-decoration: none;
}

.sitemeter
{
	margin: 10px;
	text-align: center;
}


.validator
{
	margin: 10px;
	text-align: center;
}

.copyright
{
	font-size: 10px;
	color: #999;
	margin: 10px;
	text-align: center;
}

.copyright a:link, .copyright a:visited 
{
		font-size: 10px;
		color: #999;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active, .copyright a:hover
{
	color: #cc3333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
} 

