body {
	background-color: white;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: #284181;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#container {
	width: auto;
	Xtext-align: center;
}
#inner {
	width: 970px;
/*	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid black; */
}
#header {
	width: auto;
	height: 100px;
	background: #FFFFFF url('') no-repeat top left;
}
#goHome {
	width: 230px;
	height: 100px;
	cursor: pointer;
}
#headArticle {
	width: 700px;
	text-align: center;
}
#headLinks {
}
#headLinks a:link ,
#headLinks a:visited {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#nav {
	width: auto;
	margin: 0px;
	padding: 0px;
}
#navInner {
	margin: 0px;
	margin-left: 83px;
}
#main {
	width: auto;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background: #FFFFFF url('') no-repeat top left;
	height: 388px;
}
body> #container #inner #main {
	height: auto;
	min-height: 388px;
}
#subnav {
	float: left;
	width: 230px;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}
body> #container #inner #main #subnav {
	-moz-opacity: 0.40;
	filter: alpha(opacity=40);
}
body> #container #inner #main #subnav:hover {
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}
#subnavInner {
	margin: 14px;
	margin-right: 12px;
}
body> #container #inner #main #subnav #subnavInner {
	margin: 14px;
}
#subnavInner a:link,
#subnavInner a:visited {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 3px;
	padding: 2px;
	text-decoration: none;
	color: #94C93D;
	background-color: #FFFFFF;
}
#subnavInner a.active:link,
#subnavInner a.active:visited {
	color: white;
}
#subnavInner a:hover {
	text-decoration: underline;
}
#content {
	width: auto;
	background-color: white;
	margin-left: 230px;
	margin-right: 40px;
	height: 388px;
}
body> #container #inner #main #content {
	height: auto;
	min-height: 388px;
	border: 1px solid white;
	/* mozilla needs a border for floating correctly */
}
#contentInner {
	font-size: 12px;
	margin: 34px 48px 24px 48px;
	color: #284181;
}
#contentInner h1 {
	font-size: 16px;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	width: auto;
	border-top: 3px solid #EFF7E2;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	text-align: center;
}
#footer a:link ,
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: #B8B9BD;
	border: 1px solid #284181;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}


#map th {
	text-align: left;
	font-size: 13px;
	vertical-align: bottom;
}
#map td {
	background-color: white;
	Xwidth: 33%;
}
#map a:link , #map a:visited {
	text-decoration: none;
	display: block;
	padding: 2px;
}
#map a:hover {
	color: white;
	background-color: #B8B9BD;
}
#map .menu4 {
	margin-left: 20px;
}
#map .menu5 {
	margin-left: 40px;
}



input.F , select.f , textarea.F {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #284181;
	background-color: #EFEDE8;
	width: 400px;
}
input.S {
	color: white;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #284181;
	background-color: #284181;
}

#search span.search {
	color: white;
	background-color: #284181;
}
#search tr.odd {
	background-color: #B8B9BD;
}
#search tr.even {
	background-color: #D8D9DD;
}
#search a:link , #search a:visited {
	text-decoration: none;
	display: block;
	padding: 2px;
	font-weight: bold;
	font-size: 13px;
}


#references div.border {
/*	border: 1px solid #284181;
	margin-bottom: 20px; */
}
#references table.list {
	margin-bottom: 15px;
	border: 1px solid #284181;
}
#references th {
	text-align: left;
	border-bottom: 1px solid #284181;
}
#references td.desc {
	width: 480px;
	vertical-align: top;
}
#references td.desc div {
	width: 460px;
}
#references td.img {
	width: 120px;
	text-align: right;
	vertical-align: top;
}

#references span {
	float: left;
	margin-right: 4px;
	clear: left;
	font-weight: bold;
}
#references p {
	float: left;
	margin: 0px;
	padding: 0px;
	color: black;
}
#references a.more:link , #references a.more:visited {
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	padding: 2px;
	font-weight: bold;
	color: white;
	background-color: #284181;
}
