﻿@charset "utf-8";

body {
	background: none;
}

div.wrapper {
	width: 640px;
}


h1 {
	width: 640px;
	background: #00adcf;
}

#header div.header-items {display: none;}

#flashArea {
	display: none;
}

ul#gNav {display: none;}


#container {
	text-align: center;
}

#container p.topic-path {
	display: none;
}

#container p.skip {
	display: none;
}


#content {
	width: 560px;
	float: none;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#content div.section p {
	line-height: 1.7;
}

/*#content div.section div.section ul {
	display: none;
}*/

#sideNav {
	float: none;
	width: 560px;
	margin: 0 auto 20px;
	text-align: left;
}


div.topics {
	width: 560px !important;
	background-image: none; 
	padding-bottom: 0px;
}

	#sideNav > div.topics {
		width: 554px !important;
	}

div.topics dl dt {
	width: 5em;
	text-align: right;
}

div.topics dl dd {
	padding-left: 7em;
	background-repeat: repeat-x;
}


#sideNav ul.content-banners,
#sideNav ul.temp-banners {
	display: none;
}


p.rss-icon {
	display: none;
}


div#footer {
	width: 640px !important;
	background: #ebeee6;
	padding: 0;
	height: auto !important;
}

#footer .footer-inner {
	width: auto !important;	
}

div#footer ul#footerNav {
	display: none;
}

div#footer .footer-inner p.copyright {
	font-size: .75em;
	float: none;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
	background: none;
	text-indent: 0px;
}

