/* CSS Document */
html, body
	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		background: #96CDA2;
	}
	
.wrapper
	{
		width: 95%;
	}
	
.header
	{
		width: 100%;
		height: 120px;
	}
	
.header img
	{
		margin-left: 390px;
		border: 0px;
	}
	
.navigation
	{
		background: #EBE7CA;
		height: 40px;
		width: 100%;
		font-family: BankGothic Light, Century Gothic, Verdana, sans-serif;
		font-size: 13pt;
		font-weight: bold;
	}
	
.navigation div
	{
		margin-left: 390px;
		line-height: 45pt;
	}
	
.navigation div a
	{
		text-decoration: none;
		color: #1F4622;
	}
	
.navigation div a:hover
	{
		color: #989268;
	}

.splashtext
	{
		background: url('../images/texturedbg.jpg') repeat;
		border-top: 3px solid #989268;
		border-bottom: 3px solid #989268;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
	
.splashtext img
	{
		position: absolute;
		top: 13px;
		_top: 33px;
	}
	
.info
	{
		margin-left: 405px;
		color: #EBE7CA;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: 15pt;
		position: relative;
		left: -15px;
	}
	
.info h1
	{
		font-family: BankGothic Light, Century Gothic, Verdana, Arial, sans-serif;
		font-size: 25pt;
		line-height: 25pt;
		color: #EBE7CA;
		margin: 15px 0px 15px 0px;
		padding: 0px;
		font-weight: normal;
	}
	
.quicklinks
	{
		background: url('../images/quicknavbg.jpg') repeat-x;
		max-height: 50px;
		width: 55%;
		border: 2px solid #AC2F1F;
		color: #252525;
		font-family: BankGothic Light, Century Gothic, sans-serif;
		float: right;
		text-align: center;
		font-weight: bold;
		position: relative;
		top: -35px;
	}
	
.quicklinks div
	{
		margin: 0 auto;
	}
	
.quicklinks table
	{
		margin-top: 0px;
		width: 100%;
		height: 95%;
	}
	
.quicklinks a
	{
		color: #252525;
		text-decoration: none;
	}
	
.quicklinks a:hover
	{
		color: #AC2F1F;
	}
	
.bodyarea
	{
		width: 100%;
	}
	
.bodyarea table
	{
		width: 100%;
	}
	
.news
	{
		background: #1F4622;
		border-right: 2px solid #EBE7CA;
		min-height: 370px;
	}
	
.newspost
	{
		padding-left: 10px;
		padding-right: 10px;
		width: 365px;
		color: #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
.newspost ul li
	{
		margin-bottom: 15px;
	}
	
.newspost h2
	{
		font-family: BankGothic Light, Century Gothic, sans-serif;
		font-size: 14pt;
		color: #E4C530;
		margin: 0px;
	}
	
.alt
	{
		color: #FFF;
	}
		
.newspost a
	{
		color: #E4C530;
		text-decoration: none;
	}
	
.newspost a:hover
	{
		color: #96CDA2;
	}
	
.bodytext
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: 15pt;
		color: #252525;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 370px;
	}
	
.bodytext h2
	{
		font-family: BankGothic Light, Century Gothic, sans-serif;
		font-size: 14pt;
		color: #1F4622;
		margin: 0px;
		padding: 0px;
	}
	
.footer
	{
		margin-top: 25px;
		width: 100%;
		border-top: 1px solid #1F4622;
		border-bottom: 1px solid #1F4622;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		line-height: 30pt;
		color: #1F4622;
		padding-left: 10px;
		max-height: 45px;
	}
	
.footer a
	{
		color: #1F4622;
		text-decoration: none;
		font-weight: bold;
	}
	
.footer a:hover
	{
		text-decoration: underline;
	}
	
.subtext
	{
		margin: 10px 0px 10px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #1F4622;
		line-height: 20px;
	}
	
.subtext img
	{
		position: relative;
		top: 7px;
	}
	
#textlink
	{
		color: #1F4622;
		text-decoration: none;
	}
	
#textlink:hover
	{
		color: #000;
	}
	
.pics 
	{  
    	height:  200px;  
		width:   385px;  
		padding: 0px;  
		margin:  0px;  
	} 
 
.pics img 
	{  
		padding: 0px;
		margin: 0px;  
		background-color: #eee;  
		width:  385px; 
		height: 200px; 
		top:  0px; 
		left: 0px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	} 
	
.pics2
	{  
    	height:  385px;  
		width:   385px;  
		padding: 0px;  
		margin:  0px;  
	} 
 
.pics2 img 
	{  
		padding: 0px;
		margin: 0px;  
		background-color: #eee;  
		width:  385px; 
		height: 385px; 
		top:  0px; 
		left: 0px;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	} 
	
h2
	{
		font-size: 12pt;
		line-height: 18pt;
	}