/*<!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: #e5e2b3; 
	background: url("images/back.jpg"); 
	/*background-repeat: repeat-x;*/
}

table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #315105; 
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover
{
	color: #4c7637; 
	font-weight: bold;
	text-decoration: none;
} 

h1
{
	color: #315105; 
	text-align: center;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

h2
{
	color: #315105; 
	text-align: left;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

h3
{	
	color: #315105; 
	text-align: center;
	font-size: 16px;
	padding: 0px;
	margin: 0px;

}

h4
{	
	color: #315105; 
	text-align: left;
	font-size: 16px;
	padding: 0px;
	margin: 0px;

}

h5
{	
	color: #315105; 
	text-align: center;
	font-size: 14px;
	padding: 0px;
	margin: 0px;

}

h6
{	
	color: #315105; 
	text-align: left;
	font-size: 14px;
	padding: 0px;
	margin: 0px;

}

p
{
	text-align: justify;
}
  
#main
{
	width: 800px; 
	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.jpg");
background-repeat: repeat-y;
}

.backr
{
background: url("images/backr.jpg");
background-repeat: repeat-y;
}

li
{
	line-height: 150%;
	list-style: square outside url('images/arrow.gif');
	text-decoration: none;
}

.left
{
text-align: left;
}

.right
{
text-align: right;
}

.header 
{
	width: 800px;
	text-align: center;
	text-decoration: none;
}

.maincontent
{	
	width: 740px;	
	padding-left: 15px;
	padding-right: 15px;
}

.menu
{
	background-color: #fff;
	font-size: 12px;
	text-align: center;
	color: #666;
	font-weight: bold;
	padding: 2px;
	}

.menu a:link, .menu a:visited 
{
	color: #315105;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #999; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
} 


.menu2 
{
	background-color: #315105;
	font-size: 12px;
	text-align: center;
	color: #999;
	font-weight: bold;
	padding: 2px;
	}

.menu2 a:link, .menu2 a:visited 
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.menu2 a:active, .menu2 a:hover
{
	color: #d5d19a; 
	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;
}

.quote
{
	font-size: 10px;
	color: #315105;
	font-style: italic;
	text-align: center;
}

.tiny
{
	font-size: 10px;
	color: #333;
	text-align: center;
}

.tiny1
{
	font-size: 10px;
	color: #000;
	text-align: center;
}

.tiny2
{
	font-size: 10px;
	color: #000;
	text-align: left;
}

.headertext
{
	color: #315105;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	
}

.headertextsm
{
	color: #4c7637; 
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	
}

.box
{
	background-color: #e5e5e5;
	color: #315105;
	line-height: 150%;
	margin-left: auto;
  	margin-right: auto;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	width: 600px;
}


.box li
{
	line-height: 150%;
	list-style: square outside url('images/arrowred.gif');
	text-decoration: none;
}
.copyright
{
	font-size: 10px;
	color: #fff;
}

.copyright a:link, .copyright a:visited 
{
		font-size: 10px;
		color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:active, .copyright a:hover
{
	color: #cc3333;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
} 
