@charset "utf-8";
body {
	background-color: #eaeaea;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
}
.container {
	position: absolute;
	left: 50%;
	margin-left: -487px;
	z-index: 0;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	width:974px;
}
.content {
	background-image:url(images/content-background.jpg);
	background-repeat:repeat-y;
	width:974px;
	position: absolute;
	top: 435px;
}
.header {
	position: absolute;
	top: 123px;
	width:974px;
	height: 312px;

}
.login-bar {
	position: absolute;
	top:0px;
	background-image:url(images/login-bar-background.jpg);
	background-repeat:no-repeat;
	width:974px;
	height: 123px;
}
.print-email {
	position: absolute;
	top:90px;
	right:75px;
	z-index: 99;
}
.copyright {
	background-color: #eaeaea;
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #7e7e7e;
	font-size:1.1em;
	height:50px;
}
.copyright a {
	color:#7e7e7e;
}
.copyright a:hover {
	color:#d6690e;
}
.menu {
	position: absolute;
	top:435px;
	left: 660px;
	width: 236px;
}
.menu p {
	padding-left: 15px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.2em;
	line-height: 18px;
	color: #3b3b3b;
}
.menu a {
	color: #3b3b3b;
	text-decoration: none;
}
.menu a:hover {
	color:#d6690e;
}
.content p, .content li {
	margin-left: 75px;
	margin-right: 345px;
	font-size: 1.2em;
	line-height: 17px;
}
.login-bar p {
	padding-left: 75px;
	padding-top: 78px;
	font-size: 1.1em;
	color: #6b6b6b;
}
.login-bar input {
	font-size: 11px;
}
h1, h2 {
	margin-left: 75px;
	margin-right: 345px;
}
h1 {
	color: #d96b0b;
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.frame { padding: 5px; border: 1px solid #aaa; }
.highlight, a:hover {
	color: #ae4f00;
}
a {
	color: #666666;
}
.small {
	font-size: 0.9em;
}
.captions {
	font-size: 10px;
	font-style: italic;
}
.form-button {
	background-color: #d96b0b;
	color: #FFFFFF;
	font-weight:bold;
	padding:5px;
	border: none;
}

