@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration:none;
		color: #787246;
}


a:visited {
	text-decoration:none;
		color: #787246;
}


a:active {
	text-decoration:none;

}


a:hover {
	text-decoration:none;
			color:#553F55;
}

li {
	line-height:1.5em;
}


#pagewrapper {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:850px;
	position:relative;
	margin: 0 auto;
}

#header {
	position:relative;
	top:20px;
	left:72px;
	background-image:url(../images/header.png);
		background-repeat:no-repeat;
		width:855px;
		height:208px;
}

#splash {
	position:relative;
	top:20px;
	left:72px;
	background-image:url(../images/header.png);
		background-repeat:no-repeat;
		width:855px;
		height:208px;
				text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color: #787246;
}

#navmenu {
		position:relative;
	top:40px;
	left:72px;
	background-image:url(../images/navmenu.png);
		background-repeat:no-repeat;
		width:855px;
		height:25px;
		z-index:20;
}

#maincontentbox {
	position:absolute;
	top:293px;
	left:72px;
	background-color:#FFF;
	width:855px;
	height:475px;
	z-index:1;
}

#subfooter {
	position:absolute;
	top:768px;
	left:500px;
		width:420px;
		height:25px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:5px;
		text-align:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color: #787246;
}

#subfooter2 {
	position:absolute;
	top:768px;
	left:72px;
		width:400px;
		height:25px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:5px;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color: #787246;
}

#footer {
		position:absolute;
	top:815px;
	left:72px;
	background-image:url(../images/navmenu.png);
		background-repeat:no-repeat;
		width:845px;
		height:25px;
		text-align:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
		color: #787246;
		padding:5px;

}
	
#content {
	padding: 15px 30px 15px 30px ;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
line-height:15px;
		color: #787246;	
	
}

#leftbox {
position: relative;
padding: 0; 
margin: 0;
left:0;
top:0;
width:275px;
height:475px;
}

#rightbox {
position: absolute;
padding: 15px 30px 15px 30px;
left: 275px;
top:0;
height: 445px;
overflow: auto;
width: 520px;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
line-height:16px;
		color: #787246;	

	
	