@charset "utf-8";
/* CSS Document */

html, body {
	font:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}



#page {
	width:960px;
	min-width:960px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#pageinner {
	height: 100%;
	height: auto !important;
	min-height: 100%;
	width:960px;
	min-width:960px;
}
#header {
	background: url(../images/ETRlogopicture.jpg) right no-repeat;
	height:150px;
}
#header img {
	padding: 5px;
	border:none;
}
#main {
	position:relative;
	background:url(../images/ETRimage.gif) bottom right no-repeat;
	margin-bottom: 50px;
}
#menu {
	position:relative;
	height:100%;
	float:left;
	top:0;
	left:0;
	width: 130px;
	margin:0;
	padding: 20px 0 0 0;
	font:normal 17px Arial, Helvetica, sans-serif;
	color: #a39b58;
}
.menuitem {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a36958;
}
.menuitem ul {
	padding: 1px 0 0 0;
	margin: 0;
}
.menuitem li {
	position:relative;
	list-style:none;
	text-align: right;
	border-top: 1px solid #a36958;
}
.menuitem li div {
	display: none;
}
.menuitem li:hover div {
	display: block;
	position: absolute;
	top: 0px;
	left: 130px;
	width: 130px;
}
.menuitem li > ul {
	top:auto;
	left:auto;
}
.menuitem a {
	font:normal 17px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #a39b58;
	display: block;
	width:130px;
	padding: 10px 0 10px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.menuitem a:hover {
	background: #b6b078;
	color: white;
}

.logintable	{
	font:normal 17px Arial, Helvetica, sans-serif;
	color: #756794;
}
.logintable .text {
	width: 120px;
}
.loginbutton {
	height: 25px;
	background-color: #b6b078;
	font: normal 17px Arial, Helvetica, sans-serif;
	border-style:none;
	color: #ffffff;
	width: 60px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 0 0;
}
.login input {
	border:1px solid #006600;
}
#content {
	position:relative;
	float:right;
	font: normal 17px Arial, Helvetica, sans-serif;
	color:#666666;
	width:815px;
	margin:0;
	padding-bottom:50px;
}

#content a {
color:#7C7CDE;
}

#contenttitle	{
	width:805px;
	line-height:40px;
	margin: 20px 0px 20px 0px;
	color:#FFFFFF;
	font: 20px;
	font-weight: bold;
	background:#9084aa;
	padding-left: 10px;
}

.clear	{
	clear:both;
}

#footer	{
	position:absolute;
	right: 0px;
	bottom:0px;
	width:820px;
	font:normal 17px Arial, Helvetica, sans-serif;
	color:#67947d;
	border:#FF66FF;
	text-align:center;
	padding-bottom: 7px;
}
#footer a	{
color:#67947d;
}

.title {
	font-size:18px;
}

.mustard {
color:#a39b58;
}