body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 1.5em;
	background-color: #CCC;
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
p {
	
}
#sidebar1 {
	
}
h1 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 42px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	line-height: 35px;
}
h2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}
h3 {
	font-style: italic;
	color: #333;
}
#sidebar1 h3 {
	color: #FFF;
	font-style: normal;
}
.twoColFixRt #header {
	margin: auto;
	width: 980px;
	background-color: #FFF;
	height: 120px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
#header-container {
	background-color: #FFF;
	width: 100%;
}
#header .logo {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}
.twoColFixRt #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	background-color: #FFF;
	color: #FFF;
	margin:0px;
	padding:0px;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#headline #slider {
	background-color: #FFF;
	height: 310px;
	width: 660px;
}
#headline #slider ul  {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	
}
#headline {
	background-color: #A28B62;
	cursor:pointer;
}
#hl-sidebar {
	background-color: #a18c5e;
	background-image: url(images/fold_hl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 265px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;	
}

#sidebar1 #event-sidebar {
	background-image: url(images/fold_event.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #00446C;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#nav ul {
	padding:0;
	list-style:none;
	position:absolute;
	white-space:nowrap;
	margin: 0;
}
#nav ul li {
	float:left;
	border-width:0 1px 0 0;
	border-style:solid;
	border-color:#e6e6e6;
	text-align:center;
}
#nav ul li a.empty {
	width:0px;
	color:#FFF;
	padding:0px;
}
#nav ul li a  {
	width:auto;
	height:25px;
	margin:1px;
	display:block;
	width:70px;
	text-decoration:none;
	color:#333;
	size:1em;
	font-size: 1.15em;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 25px;
}
#headline {
	background-color: #A28B62;
	height:280px;
}
#mainContent .fpStory-col   {
	width: 290px;
	float: left;
	padding: 10px;
}
.fpStory-col h3 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004569;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	font-style: normal;
}
#nav ul li a:hover {
	background-color:#096;
	color:#FFF;
}
.twoColFixRt #nav {
	height: 25px;
	width: 980px;
	background-color: #fff;
	margin: auto;
	text-align:left;
	
}
.twoColFixRt #nav-container {
	height: 25px;
	background-color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-top-color: #004569;
	border-right-color: #004569;
	border-bottom-color: #004569;
	border-left-color: #004569;
	border-top-style: none;
	padding-bottom: 2px;
}
#event-sidebar .header {
}
#event-sidebar .inner {
	background-image: url(images/eventbar.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 35px;
}
#event-sidebar h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #999;
}
.fpStory-col img {
	margin: 10px;
	border: 1px solid #333;
}
#event-sidebar p {
	margin: 0px;
	font-size: 92%;
}
#sidebar1 #links-sidebar {
	background-image: url(images/fold_event.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #00466F;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sidebar1 a {
	color: #FFF;
}
.jmorph .clearfix .previous, .jmorph .clearfix .next {
	display: block;
	float: left;
	background-color: #8F7B56;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	visibility: hidden;
}
.jmorph a:link, .jmorph a:visited, .jmorph .next a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.jmorph .clearfix .bandContainer .band li {
	list-style-type: none;
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.jmorph ul {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #A28B62;
}
.jmorph .clearfix .bandContainer {
	width: 500px;
	float: left;
	background-color:#A28B62;
}
.jmorph a:hover {
	text-decoration: underline;
}
.jmorph .clearfix .next {
	text-align: right;
}
.jmorph .clearfix {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link , a:visited, a, #hl-sidebar a{
	color: #00476C;
}
.fpStory-col h3 a {
	text-decoration: none;
}
.fpStory-col h3 a:hover {
	text-decoration: underline;
}
.twoColFixRt #footer {
	background-color: #FFF;
	height: 90px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #004666;
	border-right-color: #004666;
	border-bottom-color: #004666;
	border-left-color: #004666;
	margin-top: 30px;
}
.twoColFixRt #footer p {
	margin: 10px;	
}
.jmorph .clearfix .bandContainer .band {
	background-color: #BC9F75;
}
.twoColFixRt #container .content-padding {
	margin-right: 60px;
	margin-left: 60px;
}
p img {
	margin: 10px;
}
b.page-cat {
	text-transform: uppercase;
	color: #999;
	font-size: 125%;
	display: block;
	line-height: 35px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	cursor: default;
}
.hidden {
	visibility: hidden;
	display: none;
}
#nav ul .grayed a{
	color: #999;
	width: 100px;
}
#header .issue {
	float: right;
	margin-top: 95px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fpStory-col h3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin:0px;
}
#hl-iframe {
	width: 980px;
	height: 315px;
	background-color: #FFF;
}
.red {
	color: #F00;
}
acronym {
	cursor: help;
}
