html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	background-color: #efece2;
	/*background-image: url(images/col.jpg);
	background-repeat: no-repeat;
	background-position: 0 130;*/
	}

	
#nav {
	width: 150px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	}
	
#content {
	padding: 10px;
	margin-left: 160px;
	border-left: 1px solid #063;
	}

#header {
	background-color: #fff;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	height: 125px;
	background-color: #efece2;
	background-image: url(../images/col.jpg);
	background-repeat: no-repeat;
	}
#footer {
	background-color: #efece2;
	color: #006;
	border-top: 1px solid #063;
	font-size: 11px;
	padding: 2px 10px 0 0;
	clear: both;
	margin-left: 160px;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
		font-size: 11px;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		width: 130px;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #999;
		/*border-right: 10px solid #508fc4;*/
		background-color: #063;
		color: #fff;
		text-decoration: none;
		width: 130px;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #063;
		/*border-right: 10px solid #5ba3e0;*/
		background-color: #bc8c4b;
		color: #fff;
		}

.spacer {
	clear: both;
	}
h1 {
	font-size:16px;
	font-family: TimesNR, serif;
}
h2 {
	font-size:14px;
	font-family: TimesNR, serif;
}
p {
	padding: 0;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
hr {
	color: #063;
}
.legal {
	font-size: 10px;
	text-align: center;
}

