@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	background-color: #CCCCCC;
}
#container {
	background-color: #FFFFFF;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border: 15px solid #ffffff;
	background-image: url(../Images/css-layers-bgcolor.gif);
}
#header {
	background-color: #000000;
	height: 220px;
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(../Images/PNWAM%20Top.jpg);
}
#navigation {
	color: ffffff;
	background-color: #999933;
	height: 50px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 10px;
}
#local-container {
	color: #000000;
	width: 720px;
	position: relative;
}
#left {
	background-color: #0A5033;
	padding: 10px;
	float: left;
	width: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
#center {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	width: 358px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.clear {
	display: block;
	clear: left;
	visibility: hidden;
}
#right {
	background-color: #0A5033;
	padding: 10px;
	float: left;
	width: 150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}
#footer {
	color: #ffffff;
	background-color: #999933;
	padding: 10px;
	height: 10px;
	width: 700px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #FFFFFF;
}
