@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFAEB;
	text-align: center;
	background-image: url(../images/black_stripe.gif);
	background-repeat: repeat-x;
	margin: 0px;
	color: 333;
	line-height: 18px;
}
h1 {
	color: #066666;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 164%;
	text-transform: uppercase;
	font-weight: normal;
}
#container {
	text-align: left;
	width: 900px;
	position: relative;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	width: 530px;
	padding-top: 66px;
	padding-bottom: 25px;
	padding-right: 10px;
}
#nav ul, #nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #066666;
	display: inline;
	list-style-type: none;
}
#nav li {
	padding-right: 12px;
}
#nav a:link {
	color: #066666;
	text-decoration: none;
}
#nav a:visited {
	color: #066666;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	text-decoration: underline;
}
#siteName {
	float: left;
	width: 350px;
	clear: left;
}
#sideBar {
	width: 350px;
}
#imageStack {
	width: 100%;
	float: left;
}
#imageStack img {
	float: left;
	padding-bottom: 1px;
}
#contact {
	color: #066666;
	float: right;
	line-height: 14px;
}
#contact a {
	color: #066666;
}
#siteInfo {
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	color: #066666;
	font-size: 9px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #066666;
	text-decoration: none;
}
#siteInfo a:link {
	color: #066666;
}
#siteInfo a:visited {
	color: #066666;
}
#siteInfo a:hover {
	color: #000000;
	text-decoration: none;
}
