body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #cbb891;
	margin:10px 0px; 
	padding:0px;
	margin-top: 0px;
}

#page{
	width: 760px;
	margin: 0px auto;
	background-image: url(images/innermiddle.jpg);
	background-repeat: repeat;

}

#header{
	width: 760px;
	height:95px;
	margin: 0px auto;
	background-image: url(images/innerheader4.jpg);
	background-repeat: no-repeat;
}

#spacer{
	height: 22px;
	clear: both;
}

#container{
	width: 718px;
	margin: 0px auto;
}

#nav{
	float:left;
}

#bodytext{
	float:left;
	width:418px;
	float: right;
}

#bodytext a{
	color: black;
}

#bodytext a:hover{
	color:#146e77;
}

#bodytext h4 {
	font-size: 12pt;
	margin-top: 3px;
	margin-bottom: 3px;
}
#bodytext ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
#secondarynav{
	float:right;
	width: 138px;
	background-color:#043f67;
	margin-right:1px;
}
#secondarynav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#secondarynav a
{
	display: block;
	padding: 3px;
	width: 132px;
	background-color: #043f67;
	font-weight:bold;
	color:white;
	text-decoration:none;
	text-align: right;
}

#secondarynav .current{
	background-color: #a54419;
}

#secondarynav a:hover
{
	background-color: #146e77;
	color: #fff;
	text-align: right;
}

#footer {
	width: 754px;
	margin: 0px auto;
	height:60px;
	clear: both;
	}
	
a{
	color: black;
}

a:hover{
	color:#146e77;
}

#footer { background: url("images/innerfooter.jpg") no-repeat bottom; border: none;}