body {
	background-color: #CCC;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 770px;
	margin: 0 auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 146px;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFF;
}
#contactButton {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 315px;
	height: 40px;
	width: 75px;
}
#mainContent {
	margin: 0px;
	padding: 35px;
	height: 750px;
	width: 400px;
	float: left;
	text-align: left;
	vertical-align: top;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #0B3056;
	line-height: normal;
	word-spacing: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	color: #114579;
	letter-spacing: normal;
	border-bottom-style: inset;
	border-bottom-width: 1px;
	border-bottom-color: #114579;
}
p {
	font-size: 0.6em;
	line-height: 1.4em;
	padding-right: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#identifier {
	margin: 0px;
	padding: 0px;
	height: 100px;
	float: none;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	text-align: left;
}

#sidebar {
	background-color: #CCC;
	padding: 25px;
	width: 215px;
	float: right;
	height: 600px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #104175;
	border-bottom-color: #104073;
	right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .6em;
	line-height: normal;
}
#footer {
	background-color: #999;
	margin: 0px;
	height: 40px;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	background-image: url(images/footer.gif);
}
#mainNav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: -7px;
	width: 385px;
}
#navlist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 400px;
	font-weight: bold;
	color: #E8E8E8;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14px;
	height: 25px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0px;
}

#navlist li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	text-decoration: none;
	background-color: #CCC;
}

#navlist li a:link {
	color: #666;
}
#navlist li a:visited {
	color: #fff;
}

#navlist li a:hover
{
	color: #FFF;
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#navlist li a#current
{
	background: white;
	border-bottom: 1px solid white;
	color: #00447c;
}
