﻿body {
	background-color: #063E3C;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 30px 0px;
}
#container {
	width: 772px;
	border: 1px solid white;
	background-color: #006763;
	margin: 0px auto;
}
label, strong {
	color: #E8B742;
}
h1 {
	background-color: #E8B742;
	margin: 0px;
	padding: 4px 10px 0px 10px;
	height: 26px;
	font-size: 1.4em;
	color: black;
}
a {
	color: #E8B742;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.container {
	
	float: left;
	width: 100%;
}
.column {
	float: left;
	position: relative;
}
.narrowTextBox
{
    width: 50px;
}
.wideTextBox
{
    width: 535px;
}
.mediumTextBox 
{
    width: 350px;
}
#header {
	padding: 5px 0px 5px 5px;
	background-image: url('../images/header-background.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
#layout {
	padding: 0px 0px 85px 0px;
	background-image: url('../images/content-background.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	z-index: 50;
}
#menuColumn {
	width: 220px;
	z-index: 100;
}
#contentColumn {
	width: 545px;
	padding: 192px 5px 5px 0px;
	background-position: left top;
	background-repeat: no-repeat;	
	z-index: 50;
}
.menu {
	padding: 0px 0px 239px 0px;
	background-image: url('../images/menu-background.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 100;
	
}
.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
.menu ul li {
	margin: 0px 0px 2px 0px;	
	position: relative;
}
.menu ul li a, .menu .actions {
	display: block;
	background-color: #E8B742;
	color: black;
	padding: 7px 5px 0px 30px;
	height: 23px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
.menu ul li a:hover {
	background-color: white;
}
.menu .actions ul {
	display: none;
	left: 100%;
	top: 0px;
	width: 180px;
	position: absolute;
	list-style: none;
	z-index: 100;
	background-color: #006763;
	padding: 0px 5px 5px 5px;
}
.menu .actions:hover ul {
	display: block;
}
#footer {
	background-image: url('../images/footer-background.gif');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #262324;
	display: inline-block;
	clear: both;
	color: white;
	text-align: right;
	padding: 15px 582px 5px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 0.85em;
}
#copyright {
	margin: 0px auto;
	width: 772px;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	padding: 3px 0px;
}
#copyright a {
	color: white;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}