﻿body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5 ,h6 {
	color: #007B66;
	font-family: "Avenir LT Std 55 Roman", "Avenir LT Std 45 Book", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
	letter-spacing: .01em;
}
h2 {
	font-size: 1.2em;
	color: #000;
	border-bottom: 2px #DFDFDF solid;
}
h3 {
	font-size: 1.1em;
}
#shell {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}
#branding {
	width: 155px;
	float: left;
	margin-bottom: 1em;
}
#topnav {
	text-align: right;
	float: right;
	font-size: .8em;
	margin: 80px 20px 0 0;
}
#headleft {
	float: left;
	width: 336px;
}
#headmain {
	float: left;
	width: 414px;
}
#tagline {
	background-color: #DFDFDF;
	text-align: right;
	margin: 0 0 5px 0;
}
#mainnav {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	float: left;
	width: 170px;
}
#login {
	margin: 20px 0 0 40px;
	float: left;
	font-size: .7em;
}
#login div {
	margin: 0 0 5px 0;
}
#login #AccessIDVisible {
	background: #DFDFDF;
	border: 1px #999 solid;
	width: 120px;
}
#content {
	clear: both;
	display: block;
	padding: 10px 0 36px 0;
	font-size: .75em;
	background: #fff url('images/oasis_legal.gif') no-repeat right bottom;
	min-height: 175px !important;
	_height: 175px;
}
#footer {
	border-top: 2px #DFDFDF solid;
	text-align: center;
	font-size: .8em;
	line-height: 2em;
	margin-top: 5px;
}
#topnav a, #footer a {
	color: #000;
	text-decoration: none;
}
#topnav a:hover, #footer a:hover {
	color: #000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.txtright {
	text-align: right;
}
.txtleft {
	text-align: left;
}
.caps {
	text-transform: uppercase;
}
a.button {
	background: #A1CEC7;
	color: #007B66;
	border: 1px #007B66 solid;
	padding: 5px 10px;
	text-decoration: none;
}
a.button:hover {
	color: #fff;
}
