#banner {
	margin-top: 10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#ds_right {
	background-image: url(/images/ds_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#ds_bottom {
	background-image: url(/images/ds_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#ds_right-bottom {
	background-image:url(/images/ds_right-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#ds_left-bottom {
	background-image:url(/images/ds_left-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:0 5px 5px 0;
}
#ds_right, #ds_bottom, #ds_right-bottom, #ds_left-bottom {
  display: inline-table;
  /* \*/display:block;/**/
}
#ds_left-bottom img {
  display:block;
}
#sidebar {
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
	z-index: 100;
}
#logos {
	position: relative;
	float: left;
	left: 30px;
	top: 20px;
	margin-bottom: 20px;
	width: 100px;
	height: 200px;
}
#breadcrumb {
	position: relative;
	float: right;
	width: 587px;
	height: 20px;
	right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
#content {
	position: relative;
	float: right;
	width: 587px;
	height: 100%;
	right: 10px;
	padding: 10px;
	background-image: url(/images/logo_wpaa.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_map {
	position: relative;
	float: right;
	width: 597px;
	right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#table_regions {
	position: absolute;
	margin-top: 160px;
	margin-left: 10px;
	font-size: 10px;
}
.regions_header {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#footer {
	position: relative;
	clear: both;
	background-color: #404080;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D0D0B0;
	color: #D0D0B0;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
body {
	margin: 0px;
	background-color: #DBDBD2;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F2F2F;
	font-size:12px;
}
h2 {
	font-weight:bold;
	font-size:14px;
}
a img {
	border: none;
}
a {
	font-weight:normal;
	color: #404080;
	text-decoration: none;
}
a:link {
	color: #404080;
}
a:visited {
	color: #404080;
}
a:hover {
	color:#660000;
	text-decoration:underline;
}
a:active {
	color: #660000;
}
a.menu {
	font-weight:bold;
	text-decoration:none;
	color:#404080;
}
a.menu:link {
	color: #404080;
}
a.menu:visited {
	color: #404080;
}
a.menu:hover {
	color:#660000;
	text-decoration:none;
}
a.menu:active {
	color: #660000;
}
a.level3:link {
	color: #404080;
}
a.level3:visited {
	color: #404080;
}
a.level3:hover {
	color:#660000;
	text-decoration:none;
}
a.level3:active {
	color: #660000;
}
a.footer {
	text-decoration:none;
	font-size: 10px;
}
a.footer:link {
	color: #ffffcc;
}
a.footer:visited {
	color: #ffffcc;
}
a.footer:hover {
	color:#ffffff;
	text-decoration:underline;
}
a.footer:active {
	color: #ffffff;
}
/* Begin CSS Menu */
ul.nav, li.nav {
	margin:0;
	padding:0;
	display:block;
}		
ul.nav {
	list-style:none;
	width:150px;
	padding:2px 2px 1px;
	border:1px solid #D0D0B0;
	background:#ffffff;
}	
li.nav {
	margin-bottom: 1px;
	position:relative;
	padding:3px;
	background:#F6F6EC;
	border-right:5px solid #404080;
	z-index:9;
	border-top: 1px solid #F6F6EC;
	border-bottom: 1px solid #F6F6EC;
	border-left: 1px solid #F6F6EC;
}
li.nav:hover {
	background:#F0F0D9;
	z-index:15;
	border-right: 5px solid #660000;
	border-bottom: 1px solid #F0F0D9;
	border-left: 1px solid #F0F0D9;
}
ul.nav ul.nav {
	position:absolute;
	display:none;
	right:-140px;
	top:4px;
}
ul.nav ul.nav, li.nav:hover ul.nav ul.nav {
	display:none;
}
li.nav:hover ul.nav, li.nav:hover li.nav:hover ul.nav {
	display:block;
}
/* End CSS Menu */