﻿body {
	background: url('images/bg-rep-lines.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	_text-align: center;
}
a img {
	border: none;
}
#shell {
	width: 975px;
	margin: 0 auto;
	border: 1px #777 solid;
	border-top: none;
	border-bottom: 6px #777 solid;
	background-color: #fff;
	_text-align: left;
}
#header {
	border-top: 6px #9d0000 solid;
}
#topnav {
	text-align: right;
	text-transform: uppercase;
	color: #777;
	font-size: 0.6em;
	line-height: 1.8em;
	padding-right: 8px;
}
#topnav a {
	text-decoration: none;
	color: #777;
}
#topnav a:hover {
	color: #9d0000;
	font-weight: bold;
}
#branding {
	background: #848484 url('images/bg-hills.jpg') no-repeat left top;
	text-align: right;
}
#main {
	background: #777;
}
#sidebar {
	width: 200px;
	float: left;
}
#sidebar form {
	background: #fff;
	margin: 8px;
	font-size: 0.7em;
	text-align: right;
}
#sidebar form h3 {
	background: #9d0000;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 4px;
	margin: 0 0 5px 0;
	text-align: left;
}
#sidebar form #AccessIDVisible{
	width: 100px;
}
#sidebar form input {
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 0.6em;
}
#nav a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 192px;
	background: #ccc;
	border-top: 1px #777 solid;
	padding-left: 8px;
	line-height: 3em;
}
#nav a:hover {
	color: #9d0000;
	font-weight: bold;
}
#content {
	width: 735px;
	min-height: 420px;
	_height: 420px;
	float: left;
	background: #fff;
	padding: 20px;
	font-size: 0.8em;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #9d0000;
	margin: 0;
	padding: 0;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #9d0000;
}
#footer {
	border-top: 1px #777 solid;
	border-bottom: 6px #9d0000 solid;
	background: #ccc url('images/legal-bugs.gif') no-repeat right center;
	height: 50px;
}
.clear {
	clear: both;
}
a.button {
	border: 1px #777 solid;
	background-color: #ccc;
	padding: 2px 6px;
	text-decoration: none;
	color: #9D0000;
}