body {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#body {
	text-align: left;
	margin: 20px auto 0;
	padding: 0;
	width: 890px;
	background-color: #B1CDD9;
	position: relative;
	}

#skip {
	display: none;
}

#masthead {
	position: relative;
	background-color: #015A86;
	text-align: left;
	overflow: hidden;
	margin-bottom: 42px;
	height: 108px;
	}

#masthead a.logo {
	}

#masthead img {
	vertical-align: top;
	border-right: 2px solid white;
	}

#mainnav {
	width: 100%;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #22B25A;
	position: absolute;
	top: 108px;
	left: -2px;
	z-index: 9999;
	}

#mainnav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	}

#mainnav li {
	list-style: none;
	float: left;
	position: relative;
}

#mainnav li a {
	display: block;
	padding:  2px 10px;
	border-left: 2px solid white;
	width: 105px !important;
	height: 26px !important;
	width /*ie5*/: 127px;
	height /*ie5*/: 32px;
	text-align: center;
	color: #fff;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: normal;
	}

#mainnav li a:hover {
	background-color: #B1CDD9;
	color: #015A86;
	}

#mainnav ul li ul {
	width: 150px;
}

#mainnav ul li ul li a {
	text-align: left;
	width: auto !important;
	height: auto !important;
	font-size: 10px;
	padding: 8px 10px !important;
}

#secondarynav {
	position: absolute;
	top: 0;
	right: 0;
	}

#secondarynav ul {
	margin: 0;
	padding: 0;
	}

#secondarynav li {
	list-style: none;
	float: left;
	padding: 10px;
	font-size: 12px;
}

#secondarynav li a {
	text-decoration: none;
}

form#search {
	padding: 68px 10px 0 0;
	text-align: right;
	}

#search p label {
	color: #fff;
	width: 70px;
	line-height: 2em;
	}


a {
	color: #0f0;
	}

a:hover {
	color: #fff;
	}

#subnav a, #newsletter a {
	color: #090;
	}

#subnav a:hover, #newsletter a:hover {
	color: #00f;
	}

.leftcolumn {
	padding: 4px 8px;
	width: 158px !important;
	width /*ie5*/: 180px;
	color: #036;
}

/* ---------------------------------------------- subscribe ---------------------------------------------- */

#newsletter p {
	font-size: 11px;
	}

/* newsletter subscription box */
#subscribe label {
	width: 40px;
	line-height: 2;
}
#subscribe input.text {
	width: 100px;
}

/* ---------------------------------------------- layout ---------------------------------------------- */

#content {
	clear: both;
	float: right;
	padding: 20px 20px 60px;
	width: 670px !important;
	width /*ie5*/: 710px;
	min-height: 300px;
	background-color: #015A86;
	color: #fff;
	border-left: 2px solid #fff;
	}

.clear {
	clear: both;
	}

#subnav ul {
	margin: 10px 10px 0 18px;
	padding: 0;
	text-indent: 0;
	}

#subnav li {
	font-size: 11px;
	padding-left: 0;
	padding-bottom: 6px;
	line-height: 1.1;
	text-indent: 0;
	vertical-align: top;
	}

#subnav li a {
	line-height: 1.1;
	}

#subnav li.category a, #subnav li.thiscategory li.category a, #subnav li.thiscategory li.content a {
	font-weight: normal;
	}

#subnav li.thiscategory a {
	font-weight: bold;
	}

#subnav li.content a {
	font-weight: normal;
	}

#subnav li.thiscontent a {
	font-weight: bold;
	}

#footer {
	clear: both;
	padding: 3px 20px;
	background-color: #22B25A;
	color: #fff;
	border-top: 2px solid white;
	}

#footer p {
	margin: 0;
	font-size: 11px;
	}


.spau {
	float: right;
	font-size: 11px;
	}
.spau a {
	color: #fff;
	}
.spau a:hover {
	color: #9bdcb5;
	}

