body {
	text-align: center;
	background-color:b2a460;
	background-image: url(../images/background-faux-column.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:0px;
	}

#container {
	top:0px;
	width:760px;
	height: 800;
	background-color:EEDC9C;
	z-index:0;
	margin:auto;
	text-align: left;
	background-image: url(../images/background-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#copy {
	position:relative;
	text-align:left;
	z-index: 100;
	width: 560px;
	height:auto;
	left: 0px;
	margin: 150px 10px 30px 20px;
	float:left;
	background:transparent url(../images/white-transparency50.png);
	visibility: inherit;
	}

#copyBody {
	width:549px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:10px;
	}
	
* html #copyBody {
	width:560px;
	margin-top:10px;
	margin-bottom: 0px;
	visibility: inherit;
	}
	
#navlist {
	position: relative;
	z-index: 100;
	width: 120px;
	top:150px;
	left:8px;
	float: left;
	text-align: left;
	}

#navlist-int {
	position: relative;
	width: 120px;
	z-index: 100;
	border: 1px solid #245616;
	text-align: left;
	background-image: url(../images/menu-background.gif);
	background-repeat: repeat-y;
	padding:0px;
	}
	
#navlist-int  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	}

#navlist-int  li {
	margin: 0;
	display: block;
	}
	
#navlist-int  a {
	display: block;
	padding: 2px 2px 2px 10px;
	}
	
#navlist-int  a:link, #navlist-int  a:visited {
	color: #54370d;
	text-decoration: none;
	}

/* you can combine the last two rules if you wish */

#navlist-int  a:hover {
	background-image:  url(../images/rollover.gif);
	background-repeat: repeat;
	background-position: 0% 50%;
	color: #ffe400;
	}

#navlist-int  a:active{	
	background-image:  url(../images/rollover.gif);
	background-repeat: repeat;
	background-position: 0% 50%;
	color: #ffe400;
	}
	
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-image:  url(../images/rollover.gif);
	background-repeat: repeat;
	background-position: 0% 50%;
	color: #ffe400;
	}

.style2 {color: #54370d}
.style4 {color: #54370d; font-weight: bold; }
a:link {
	color: #54370d;
	text-decoration: underline;
}
a:visited {
	color: #54370d;
	text-decoration: underline;
}
a:hover {
	color: #ffe400;
	background-color: #245616;
}
a:active {
	color: #ffe400;
	background-color: #245616;
}

a.copyright:link {
     color: #54370d;
	 text-decoration: none;
	}

a.copyright:visited {
     color: #54370d;
	 text-decoration: none;
     }

a.copyright:hover {
     color: #ffe400;
	 background-color: #245616;
	 }

a.copyright:active {
     color: #ffe400;
	 background-color: #245616;
     }
