@charset "UTF-8";
/* CSS Document */

body{ 
	background: none;
	font-size: 12pt;
	width:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#horizontalNav {
	display: none;
}

.search{
	display:none;
}

#sectionBranding{
	display:none;
}

#sideContent1 {
	display: none;
}

#footer {
	display: none;
}

#container, #contentWrapper, #mainContent, #sideContent2 {
	width:100%;
	background-color: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
	color: #666;
	float: none;
	clear: both;
}

.threeColumn #mainContent, .sideColumnRight #mainContent, .sideColumnLeft #mainContent {
	width:100%;
	float:none;
}


a:link, a:visited {
	font-weight: bold;
	color: #7F6046;
	text-decoration: underline;
}

a:link:after {
	content: " (" attr(href) ") ";
}

/*opens the accordions*/
#mainContent .accordion .more{
	display:block !important;
	margin-bottom:20px !important;
}

