@charset "UTF-8";
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	width: 700px;
	margin: 50px auto 10px;
	padding: 0px;
	text-align: left;
	position: relative;
}
body {
	background-color: #999966;
	margin-left: 0px;
	margin-top: 0px;
}
#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	list-style-image: none;
	width: 700px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin: 0em;
	letter-spacing: 0.125em;
}
#sidebar {
	position: absolute;
	z-index: 11;
	width: 8em;
	top: 20em;
	right: -3em;
}
#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.5em;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #CFCF97;
}
a:link {
	color: #990000;
}
a:visited {color:#993300;
}
a:hover {color:#000000;
}
#sidebar li {
	display: block;
	margin-top: 0;
	border-top: 1px solid #ffffff;
	padding-top: .5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: .75em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #003366;
}
#nav ul {
	background-color: #CFCF97;
	text-align: left;
	margin: 0;
	padding-left: 1em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	padding-bottom: 0em;
}
#main {
	padding-left: 30px;
	background-image: url(../media/footer-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 150px;
	padding-bottom: 50px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #003366;
	margin: 0px;
}
p {
	line-height: 1.6em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.bot-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
#footer {
	color: #666666;
	background-color: #CFCF97;
	text-align: center;
	font-size: x-small;
}
h4 {
	font-size: 1em;
	font-style: italic;
	color: #003366;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
th {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
h5 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 0px;
}
.terms {
	font-size: x-small;
	line-height: 1.4em;
}
.subhead {
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
}
#gallery {
	padding: 0px;
	height: 160px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.figure {
	float: left;
	width: 70px;
}
.figure img {
	background-color: #FFF;
	margin: 5px;
	padding: 4px;
	border: 1px solid #666;
}
/*IE 5 5/6 border erase bug */
* html #gallery img {
width: 100%;
}
/*IE 5 placement bug*/
* html #gallery img {
width: 100%;
}
