body {
	margin: 0;
	padding: 0;
	background-color: #C2C8CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 18px;
}
ul {
	margin-top: 0;
}
hr {
	display: none;
}
div.hrlinks {
	height: 1px;
	background-color: #083858;
	margin: 10px 0;
}
div.hrcontent {
	width: 230px;
	height: 1px;
	background-color: #083858;
	margin: 0 0 10px 0;
}

/*************/

a:link {
	color: #708A9B;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #854521;
	text-decoration: underline;
}

/*************/

#wrap {
	width: 640px;
	margin: 20px auto;
}

#splash {
	margin-top: 20px;
	width: 640px;
	height: 280px;
	background-image: url(../../img/zoutsplash01.jpg);
	background-repeat: no-repeat;
}
#logo {
	padding: 5px 0;
}

/*************/

#navlist {
    padding: 0;
    margin: 0;
    font-size: 14px;
		font-weight: bold;
		line-height: 23px;
    list-style: none;
    text-transform: uppercase;
}

#navlist li {
	padding-left: 20px;
	background: url(/img/bulletsplash.gif) no-repeat;
	background-position: 0 7px;
}

#navlist li a:link, #navlist li a:visited {
	text-decoration: none;
	color: #083858;
}
#navlist li a:hover {
	color: #7F98A8;
	text-decoration: none;
}

#footer {
	margin: 0px;
	color: #E9EBEC;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	clear: both;
	background-color: #083858;
}
#footer a:link, #footer a:visited {
	color: #E9EBEC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

span.left {
	float: left;
	padding-left: 3px;
}

span.right {
	float: right;
	padding-right: 3px;
}

#bottom_content {
	background-color: #D1D6DA;
	color: #083858;
	padding: 5px 20px 5px 20px;
	height: 40px;
	margin: 0px;
	font-size: 10px;
	clear: both;
}

