body 
	{
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg);
	background-repeat:repeat;
	font-family:Rockwell, Verdana, Arial, Helvetica, sans-serif;
	color:#6e5048; /* brown */
	font-size:12px;
	}
	
.container
	{
	width:800px;
	margin:auto;
	}
.content{
	position:relative;
	
	float:left;
	width:800px;
	height:550px;
}
.center-content
	{
	width:757px;
	float:left;
	background-color:#FFFFFF;
	height:100%;
	}

.left-border
	{
	min-height:100%;
	height:100%;
	float:left;
	width:19px;
	background-image:url(images/left-body-fade.jpg);
	background-repeat:repeat-y;
	}
.right-border
	{
	min-height:100%;
	height:100%;
	float:left;
	width:15px;
	background-color:none;
	background-image:url(images/right-body-fade.jpg);
	background-repeat:repeat-y;
	}

.header
	{
	height:79px;
	width:800px;
	float:left;
	}
.head-left
	{
	background-image:url(images/header-left.jpg);
	float:left;
	width:413px;
	height:79px;
	}
.head-spacer
	{
	background-color:#aab300; /*dark green*/
	background-image:url(images/header-spacer.jpg);
	background-repeat:repeat-x;
	width:353px;
	height:79px;
	text-align:right;
	float:left;
	}
	
.head-spacer div
	{
	font-size:13px;
	width:200px;
	float:right;
	text-align:center;
	margin-right:20px;
	margin-top:20px;
	
	}	
.head-right
	{
	background-image:url(images/header-right.jpg);
	width:28px;
	height:79px;
	float:left;
	}

.tagline
	{
	background-color:#6e5048; /* brown */
	width:756px;
	height:25px;
	}	
.tagline div
	{
	position:relative;
	color: #FFFFFF;
	font-size:16px;
	margin-left:76px;
	padding-top:3px;
	}
.content hr {
	border:none;
	border-top:#aab300 solid thick ; /*dark green*/
	position:relative;
	top:-5px;
	height:5px;
	width:756px;
}
.footer
	{
	background-image:url(images/footer.jpg);
	float:left;
	width:800px;
	height:95px;
	}
	
.footer div
	{
	color:#FFFFFF;
	font-size:12px;
	width:700px;
	margin:auto;
	text-align:center;
	padding-top:46px;
	}
	
.nav
	{
	
	text-align:center;
	}

.nav a
	{
	color:#aab300; /*dark green*/
	text-decoration:none;
	font-weight:bold;
	padding:5px 5px 3px 5px;
	margin:0px;
	}

.nav a:hover
	{
	color: #FFFFFF;
	background-color: #e0df00; //light green 
	}
.nav a:active
	{
	color:#FFFFFF;
	background-color:#6e5048; /* brown */
	}

.nav hr {
	border:none;
	border-top:#6e5048 solid thick ; /*dark green*/
	position:relative;
	top:-7px;
	height:5px;
	width:756px;
}
.activepage
	{
	color:#FFFFFF;
	background-color:#6e5048; /* brown */
	}
.content-body div
	{
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	
	}
