/* general */
body {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
form {
	padding: 0px;
	margin: 0px;
}
div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
a {
	color: #666;
}
a:visited {
	color: #999;
}
a:hover, a:active {
	color: #999;
	text-decoration: none;
}
/* page structure */
body {
	margin: 0px;
	padding: 0px;
	background: #717171 url('../images/bg-gradient.jpg') repeat-x;
	text-align: center;
}
div#container {
	margin: 0 auto;
	text-align: left;
	width: 840px;
}
div#header {
	background: url('../images/header-bg.png') no-repeat top left !important;
	background: url('../images/header-bg.gif') no-repeat top left;
	padding: 15px 20px;
}
div#headercontent {
	padding: 15px;
	position: relative;
	height: 70px;
}
div#pagebody {
	background: url('../images/body-bg.png') repeat-y top left !important;
	background: url('../images/body-bg.gif') repeat-y top left;
	padding: 15px 20px;
	float: left;
}
div#footer {
	background: url('../images/footer-bg.png') no-repeat top left !important;
	background: url('../images/footer-bg.gif') no-repeat top left;
	height: 40px;
	padding: 0px 20px 15px 20px;
	clear: left;
}
div#footercontent {
	margin: 0px 15px;
	font-size: 9px;
	color: #666;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 12px 0px;
}
/* header content */
div#header h1 {
	float: left;
	padding: 0px;
	margin: 0px;
}
div#header h1 img {
	display: block;
	border: none;
}
div#header h1 a {
	border: none;
	display: block;
	outline: none;
}
div#header ul#toplinks {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	list-style-type: none;
	text-align: right;
	color: #333;
	font-size: 10px;
}
div#header ul#toplinks li {
	float: left;
	padding: 0px 0.5em;
	border-right: 1px solid #333;
}
div#header ul#toplinks li.last {
	padding: 0px 0px 0px 0.5em;
	border-right: none;
}
div#header ul#toplinks li a, div#header ul#toplinks li a:visited {
	text-decoration: none;
	color: #333;
}
div#header ul#toplinks li a:hover, div#header ul#toplinks li a:active {
	text-decoration: underline;
}
div#header form#searchform {
	position: absolute;
	bottom: 15px;
	right: 15px;
	text-align: right;
}
div#header form#searchform input#search {
	width: 107px;
	height: 12px;
	padding: 4px 8px 3px 22px;
	border: none;
	margin: 0px;
	background: transparent url('../images/search.png') no-repeat top left;
	font-size: 10px;
	color: #666;
	line-height: 1.2;
}
/* main layout */
div#leftcol {
	padding: 0px 15px;
	width: 130px;
	float: left;
}
/* nav list styles */
.navlist {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	font-weight: bold;
}
.navlist .item {
	padding: 10px 0px;
}
.navlist a, .navlist a:visited {
	color: #333;
	text-decoration: none;
	display: block;
}
.navlist a:hover, .navlist a:active, .navlist a.active {
	text-decoration: underline;
	color: #666;
}
.subnavlist {
	margin: 0;
	padding: 0.75em 0 0 1em;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
.subnavlist .item {
	padding: 2px 0px;
}
/* end nav list styles */
div#maincontent {
	width: 450px;
	padding: 0px 14px;
	float: left;
	font-size: 13px;
	line-height: 24px;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	position: relative;
}
div#maincontent h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 24px;
	line-height: 1;
}
div#maincontent p {
	margin: 12px 0px;
}
div#rightcol {
	width: 130px;
	padding: 0px 15px;
	float: left;
}
div.text_module {
	font-size: 11px;
	line-height: 18px;
}
div.text_module h3 {
	font-size: 13px;
	line-height: 24px;
	margin: 0px;
}
div.text_module p.attribution {
	text-align: right;
}
/* search results */
div.subpagelist {
	float: left;
}
div.subpageitem {
	float: left;
	clear: left;
}
img.listimageright {
	float: right;
	width: 125px;
	border: none;
	margin: 2em 0 0 1em;
}
.heading2 {
	font-weight: bold;
	margin: 1em 0 0;
}
.listsummary {
	font-size: 11px;
	line-height: 15px;
}