/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #fece06;
		color: #000000;
		font-size: 62.5%;			
		background-image: url(images/top-background.png);
		background-position: center top;
		background-repeat: repeat-x;
		}
                         	
h1		{  
		font-family: Georgia, Times, serif;
		font-size: 2.5em;  
		color: #4e8224;
		margin: 20px 0 10px 0;
		}

h2		{
		font-family: Georgia, Times, serif;
		font-size: 2em;  
		color: #4e8224;
		margin: 25px 0 8px 0;
			
		}

h3		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.6em;  			
		}

h4		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.4em;  			
		}

		
.formTag2 {
	font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.4em; 
		text-align: right;
		vertical-align: top;
	}
		
p,ul,ol		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.2em; 
		line-height: 1.4em;
		margin: 0 0 10px 2px;		
		}
li {
	margin-bottom: 9px;
	}	

#wrapper1 {
	width: 978px; 
	margin: 0 auto; 
	background-image: url(images/content-bottom.png); 
	background-position: center top; 
	background-repeat: repeat-y;
	}
#wrapper2 {
	background-image: url(images/content-top.png); 
	background-position: center top; 
	background-repeat: no-repeat;
	}
#wrapper3 {
	width: 890px; 
	margin: 0 auto;
	}
	
#topmenu {
clear: both;
		margin: 0 auto;
		height: 31px;
		color: #626161;
		padding: 10px 5px 10px 5px;
		width: 830px;
		}
#topmenu a {
		line-height: 31px;
		font-size: 15px;
		font-family: verdana, sans-serif;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		float: right;
		padding: 0 10px 0 10px;
		}
#topmenu a:link, #topmenu a:link, #topmenu a:link {
		border: none;
		}
#topmenu a:hover {
	border-bottom: #eee solid 2px;
	border-top: #eee solid 2px;
	}
		
		
		
#topmenu img {
	float: right;
	margin: 0 5px;
	}
		
		
.bigbutton {
	display: block;
	width: 330px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	text-decoration: none;
	line-height: 30px;
	margin: 10px 0 10px 0;
	}
.bigbutton:link, .bigbutton:active, .bigbutton:visited {
	color: #005da9;
	border: #7c7c78 solid 1px;
	background-color: #f5f5e9;
	}
.bigbutton:hover {
	color: #fff;
	border: #555 solid 1px;
	background-color: #609ed3;
	}
		
#credits	{	
		font-size: 1.1em;
		font-family: verdana, sans-serif;
		text-align: center;
		padding: 10px 5px 10px 5px;		
		}
				


