/* CSS Document */

body {
		background-color: #80980F;
		font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif;
		color: #FFFFBE; 
		text-align:center;
		}
a:link {
	color: #FFFFBE;
	text-decoration:underline;
	}

a:hover {	
	color: #FFFFBE;
	text-decoration:none;
	}
	
a:visited {	
	color: #FFFFBE;
	text-decoration:underline;
	}		
	
#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background: url(images/Big_bg.jpg) #80980F no-repeat;
		border: 1px solid #95B013;
		}
		
#contentleft {
		width:231px;
		padding-top:200px;
		float:left;
		background:transparent;
		}
	
	#contentcenter {
		width:339px;
		padding:0px;
		float:left;
		background:transparent;
		}
	
	#contentright {
		width:228px;
		padding-top:200px;
		float:left;
		background:transparent;
		}
	
	#contentheader {
		background: url(images/header.jpg)  transparent no-repeat;
		width: 800px;
		height:180px;
		padding:0;
		}
		
	p,h1 {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	h6 {
		font-size: 12px;
		font-weight: bold;
		}h2 {
		font-size:12px;
		padding-top:10px;
		margin:0px 10px 10px 10px;
		}		
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	/*#contentright p { font-size:10px}*/
	
#navigation {
	font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
	margin: 0;
	background-color: #5A850B;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

#navigation a{
	font-size: 9px;
	color: #FFFFBE;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 0 5px 0 0;
}

#navigation a:hover {
	background: #3C6004;
	}
	
.em {
	font-style: italic; 
	}	
