@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

.header {
	display: none;
}

.contentContainer {
	width: 100%;
}

.content {
	width: 100%;
}

.content #contentLeft {
	width: 100%;
}

.content #contentMain {
	width: 100%;
}

.content #contentText {
	width: 100%;
}

.content li {
	margin-bottom: 1em;
}

.content #headline {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}

.content #contentLeftbottom {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.content #contentRight {
	display: none;
}

.content #contentRightbottom {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.news {
	width: 100%;
}

.news #header {
	display: none;
}

.news #content {
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

ul.newsItem {
	padding: 0px;
	margin: 0px;
}

ul.newsItem li {
	margin-bottom: 1em;
	padding-left: 3px;
}

.stories {
	width: 100%;
	margin-left: 8px;
	margin-right: auto;
}

.stories #header {
	display: none;
}

.stories #content {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.upcoming {
	display: none;
}

/* two different styles for creating columns */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.Accordion {
	overflow: visible !important;
}

/*Prints content in all panels */
.AccordionPanelContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

.AccordionPanelTab {
	color: #000000;
}

.screenOnly {
	display: none;
}

.CollapsiblePanelTab {
	color: #000000;
}

/*Prints content in all Collapsible Panels */
.CollapsiblePanel {
	overflow: visible !important;
}

.CollapsiblePanelPrincipal {
	overflow: visible !important;
}

.CollapsiblePanelContent {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

.CollapsiblePanelContentPrincipal {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}

.CollapsiblePanelResourcesIndent {
	.CollapsiblePanelPrincipal {
	overflow: visible !important;
}