body {
	background:#2c9467 url(images/BGpage2.jpg) repeat-x;
}

a:link { color:#960014; text-decoration:none; }
a:visited { color:#960014; text-decoration:none; }
a:hover { color:#313B59; text-decoration:underline; }
 
.style1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	color:#744A00;
}
.style2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color:#744A00;
}
.style3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight: bold;
	color:#313b59;
}
.style4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: bold;
	color:#744A00;
}

#body {
	position:relative;
	width:800px; 
	margin-left:auto;
	margin-right:auto;	
	background:white;
	border:5px solid #744a00;		
	}
		
#header {
	position:relative;
	left:0px;
	top:0px;
	height:110px;
	background:#ffffff url(images/toplogo.jpg) no-repeat;		
	border:0px solid #744a00;	
	}	
	#header1 {
		position:absolute;
		left:100px;
		top:5px;
		border:0px solid #000;	
		}
	#header2 {
		position:absolute;
		left:250px;
		top:5px;
		width:450px;
		border:0px solid #000;	
		}		
 
#nav {
	height:30px;
	text-align:center;
	line-height: 30px;	
	background:#CCB585 url(images/BGnav.jpg) no-repeat;
	border:5px solid #744a00;
	}
	#nav a {
		padding:0px 15px 0px 15px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.1em;
		color:#960014;		
		text-decoration:none;
		}
	#nav a:hover {
		color: #313B59;
		text-decoration:underline;
		}

#content {
	position:relative;
	margin-left:30px;
	margin-right:30px;
	border:0px solid #000000;	
	}	

#footer {
	position:relative;
	height:30px;
	line-height: 30px;
	text-align:center;
	background:#ffffff url(images/BGbar.jpg) repeat-x;
}

