﻿body {
	margin: auto;
	height: 100%;
	background-image: url('images/bg3.jpg');
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#topane {
	background-position: top;
	width: 100%;
	height: 273px;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align: center;
	z-index: 30;
	background-image: url('images/bg5.png');
	background-repeat: no-repeat;
}
#topane #links {
	text-align: center;
	background-image: url('images/linkbg_02.png');
	background-repeat: repeat-x;
	margin: 0px;
	height: 101px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#topane #logo {
	text-align: center;
	margin: 0px;
	z-index: 30;
	height: 273px;
	width: 390px;
	top: 0px;
	position: relative;
}
#fadepane {
	background-image: url('images/fade_06.png');
	background-repeat: repeat-y;
	position: fixed;
	z-index: 10;
	width: 500px;
	height: 100%;
	top: 200px;
	right: -2px;
	margin: 0px;
}
#footer {
	background-image: url('images/footerbg_02.png');
	background-repeat: repeat-x;
	margin: 0px;
	position: fixed;
	bottom: 0px;
	z-index: 20;
	height: 73px;
	width: 100%;
}
#contentpane {
	background-image: url('images/opaquebg_04.png');
	background-repeat: repeat-x;
	margin: 230px 0px 80px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75%;
	width: 1500%;
}
#contentpane #actual {
	text-align: left;
	margin: 50px 0px 0px 10px;
	top: 0px;
	left: 0px;
	height: 60%;
	width: 1500%;
	position: absolute;
	padding-bottom: 25px;
}
#contentpane #actual #page1 {
	text-align: left;
	margin: 0px;
	top: 0px;
	left: 0px;
	height: 90%;
	width: 100%;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#topane #links #left {
	padding: 20px 10px 15px 10px;
	text-align: center;
	margin: 0px;
	height: 40px;
	width: 45%;
	position: relative;
	left: 0px;
	top: 25px;
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	list-style-type: none;
}
.menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 85%;
	overflow: hidden;
}
.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	display: inline;
}
.menu li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.menu li a:hover {
	background: url('images/opaquebg_04.png') repeat-x;
	color: #C8AE7D;
	text-decoration: underline;
}
.menu li a:visited {
	color: #000000;
	text-decoration:none;
}
#topane #links #right {
	padding: 20px 5px 15px 5px;
	text-align: center;
	margin: 0px;
	height: 40px;
	width: 50%;
	position: relative;
	left: 0px;
	top: 25px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	list-style-type: none;
	z-index: 20;
}
#contentpane #actual a {
	color: #095C4E;
	text-decoration: none;
}
#contentpane #actual a:hover {
	color: #095C4E;
	text-decoration: underline;
}
.background {
	background-image: url('images/opaquebg_04.png');
	background-repeat: repeat-x;
	position: absolute;
}

