/*
-----------------------------------------------
File:	site.css
Responsibility: 	Generic stylesheet used to apply CSS rules
					that apply across pages
Author:	Greg Franklin
Company: Unison 
Date: 12/09/2006
Change Log:						
----------------------------------------------- */

/* Tag styles */
a{
	color: #737373;
}

a:link, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.active {
	color:#FF0000;	
}
a.readmore:link, a.readmore:visited{
	color:#FF0000;
	text-decoration:underline;
}
a.readmore:hover, a.readmore:active {
	color:#FF0000;
	text-decoration:none;
}
a.readLink {
	font-size: 12px;
	line-height:15px;
	color: #FF0000;
	font-weight: bold;
}
a.readLink:link, a.readLink:visited {
	text-decoration: none;
}
a.readLink:hover{
	text-decoration:underline;
}

a.searchresults {
	color:#ff0000;
}
a.searchresults:link, a.searchresults:visited, a.searchresults:hover{
	color:#ff0000;
}

a.unsublink:link, a.unsublink:visited {
	display: block;
	color: #595959;
	margin: 8px 0 0 0;
}

body { 
	background-color: #fff;
	font-family: arial, helvetica, geneva, verdana, sans-serif;
	font-size: 11px;
	line-height:14px;
	margin:0;
	padding:0;
}

img {
	border: 0px;
}
/*
img.rightnav-logo {
	margin-bottom: 8px;
}
*/
#rightnav-links {
	margin-top:8px;
}
form.miniform {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
	display: inline;
}
form.miniform2 {
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
}
input.miniform-text {
	width: 155px;
	float: left;
	border: 1px solid silver;
	margin: 0 2px 0 0;
	padding-right: 0;
	display: block;
}
input.miniform-submit {
	width:26px;
	height:17px;
	margin: 1px 0 1px 0;
	padding: 0;
	float: left;
	border: none;
}
label.miniform-label2 {
	display: block;
	margin: 5px 15px 0 0;
	color: #666666;
}
label.miniform-required {
	display: block;
	margin: 5px 15px 0 0;
	color: #cc0000;
}

h1 {
	font-size: 15px;
	line-height:18px;
	color:#FE0000;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 13px;
	line-height:16px;
	font-weight:normal;
	color:#FE0000;
	clear:left;
	/*
	clear:both;
	*/
}

h3 {
	color:#FE0000;
	font-size: 12px;
	line-height:15px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
}

h4 {
	color:#333;
	font-size: 12px;
	line-height:15px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 9px;
}

td {
	font-size: 11px;
}
input, select, textarea {
	border: 1px solid #333;
	font-family: arial, helvetica, geneva, verdana, sans-serif;
}
input.search {
	border: 1px solid #333;
	font-family: arial, helvetica, geneva, verdana, sans-serif;
	font-size: 11px;
	height:17px;
}
input:image.search {
	border:none;
}

label {
	font-family: arial, helvetica, geneva, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
label.miniform-label {
	display: block;
	margin: 5px 33px 0 0;
	color: #666666;
}

p.footer-links {
	font-weight: bold;
	font-size: 11px;
}



/* Class styles */
.bold {
	font-weight: bold;
}

/* calendar */
table.cal {
	width:172px;
	margin-right:9px;
}
.cal a:link {
	color:#fff;
}
.cal a:visited {
	color:#fff;
}
.cal a:hover {
	color:#A3000E;
	text-decoration:none;
}
.cal td {
	background-color:#999999;
	color:#fff;
	margin:0;
	margin-right:1px;
	margin-bottom:1px;
	padding:4px 6px 4px 6px;
	font-size:9px;
	font-weight:normal;
}
.cal td.active:hover {
	background-color:#A3000E;
}
.cal td.active {
	background-color:#E1D9D7;
	padding:0;
}
.cal td.active a {
	padding:4px 6px 4px 6px;
}
.cal td.active a:link, .cal td.active a:visited {
	color:#A3000E;
	text-decoration:none;
}
.cal td.active a:hover {
	background-color:#A3000E;
	color:#ffffff;
	text-decoration:underline;
}
.cal td.inactive {
	background-color:#666666;
}
.cal td.nav {
	font-size:10px;
	background-color:#fff;
	color:#716042;
}
.cal td.nav .activemonth{
	font-weight:bold;
	color:#333;
}

.cal td.nav a:link, .cal td.nav a:visited {
	color:#716042;
	text-decoration:none;
}
.cal td.nav a:hover {
	color:#333;
	text-decoration:underline;
}
.cal td.normal {
	background-color:#999999;
}
.cal td.today {
	background-color:#A6000D;
}
.clear10px {
	height: 10px;
	clear: both;
}

div>.clear1px{
    height: 10px;
    clear: both;	
}
.clear {
	clear: both;
}
/* end calendar */
.divider {
	padding:0;
	margin:-2px 0px 0px 0px;
	z-index:1;
}
div#container2006>div.divider {
	padding:0;
	margin:0;
}
.eventsNavigate a{
	color:#A6000D;
	font-weight:bold;
}
.eventsNavigate a:link, .eventsNavigate a:visited {
	text-decoration:none;
}
.eventsNavigate a:hover {
	text-decoration:underline;
}
.eventsNavigate a.active {
	color:#ff0000;
}
.graytext {
	color:#666666;
}
p.historyContent{
	color:#000;
	font-size: 14px;
	line-height:16px;
	/*
	font-weight:bold;
	*/
}
.homepageNewsContents {
	color: #333;
	padding: 20px 20px 30px 20px;
	height:155px;
}
/* 
IE didn't like the original setting, so I changed the above for IE, and everything else sees this directive here:
*/
div#homepageNewsContainer>div.homepageNewsContents {
	min-height:160px;
	height:auto;
}
.homepageNewsContents .rightImg {
	float: right;
	border: 0;
	margin: 10px 0 20px 20px;
}
.homepageNewsContents .leftImg {
	float: left;
	border: 0;
	margin: 10px 20px 20px 0;
}
.homepageNewsContents h1 {
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height:17px;
	font-weight: bold;
	color: #333;
}
.homepageNewsContents h2 {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.homepageNewsContents .newsDate {
	font-size: 10px;
}
.hp-contact {
	width: 544px;
	float: left;
}
.hp-contact img.smallseal  {
	float: left;
	padding: 10px;
}
.hp-contact .contact1 {
	width: 214px;
	float: left;
	padding: 10px;
}
.hp-contact .contact2 {
	width: 220px;
	float: left;
	padding: 10px;
}
.hp-contact p {
	margin: 0 0 6px 0;
}
.hp-contact a:link, .hp-contact a:visited {
	color: black;
}
.hp-events {
	float:left;
	width:440px;
	min-height:251px;
	padding:0;
	margin:10px 0px 4px 10px;
}
div#container2006>div>div>div.hp-events{
	margin:4px 0px 4px 20px;
}

.hp-events .content{
	padding:10px 20px 10px 0px;
	margin:0;
}
.hp-events .cal {
	background-color:#fff;
	padding:3px 7px 3px 7px;
	float:left;
	width:200px;
}
.hp-events .detail {
	display:inline;
	float:right;
	width:210px;
}
.hp-news, .hp-feature1 {
	float:left;
	width: 550px;
	margin: 0 20px 0 0;
	padding: 0;
}
div#container2006>div>div>div.hp-news, div#container2006>div>div>div.hp-feature1{
	margin:11px 0px 11px 20px;
}
.hp-news .content, .hp-feature1 .content{
	padding:0px 10px 0px 0px;
	margin:0;
}
.hp-news .content p{
	padding:0px 0px 10px 0px;
	margin:0;
}
.hp-news .nav{
	clear:both;
	height:30px;
	padding:0;
	margin:0px 0px 11px 0px;
}
.hp-news .nav .navitem{
	float:left;
	display:inline;
}
.hp-newsletter {
	width: 190px;
	float: right;
	margin: 10px 0 0 0;
	line-height:16px;
}
.hp-newsletter h1 {
	color:#A6000D;
}
.hp-newsletter h1 a{
	color:#A6000D;
}
.hp-newsletter a:link, .hp-newsletter a:visited {
	text-decoration:none;
}
.hp-newsletter a:hover{
	text-decoration:underline;
}
/* homepage sponsors */
.hp-sponsors {
	width:755px;
	height:108px;
	background-color:#fff;
	color: #666666;
}
.hp-sponsors img {
	padding: 0 3px 0 3px;
}
.hp-sponsors .left {
	width:360px;
	height:108px;
	float:left;
}
.hp-sponsors .right {
	width:360px;
	height:108px;
	float:right;
}
.hp-welcome, .hp-feature2 {
	display:inline;
	float:right;
	width:300px;
	padding:0;
	margin:11px 13px 11px 10px;
	/*
	margin:11px 20px 11px 18px;
	*/
}
div#container2006>div>div>div.hp-welcome, div#container2006>div>div>div.hp-feature2 {
	/* IE can't read this selector, so it blows off this rule, but Opera, Mozilla, etc. can read it. */
	/* 
	width:299px;
	 */
	width:309px;
}
div#container2006>div.newslettercontainer>div>div>div.hp-welcome, div#container2006>div.newslettercontainer>div>div>div.hp-feature2 {
	/* IE can't read this selector, so it blows off this rule, but Opera, Mozilla, etc. can read it. */
	/* 
	width:299px;
	 */
	width:309px;
}
.hp-welcome .content, .hp-feature2 .content{
	padding:0px 20px 10px 0px;
	margin:0;
}
.hugetext {
	font-size:1.8em;
}
.imagewithcaptionleft {
	color:#666;
	font-size:10px;
	line-height:13px;
	text-align:left;
	float: left;
	margin: 0px 10px 10px 0px;
	clear:left;
}
.imagewithcaptionright {
	color:#666;
	font-size:10px;
	line-height:13px;
	text-align:right;
	float: right;
	margin: 0px 0px 10px 10px;
	clear:right;
}
.imageFloatLeft {
	float: left;
	margin: 0px 20px 10px 0px !important;
	margin: 0px 20px 20px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 10px 20px !important;
	margin: 0px 0px 20px 20px;
}

 .img-sponsor {
	margin-bottom:13px;
 }
.importantEventPageContents {
	color: #333;
	padding: 20px 20px 30px 20px !important;
	padding: 20px 20px 40px 20px;
}

.importantEventPageContents img.first{
	margin-top:-29px;
}

.importantEventPageContents ul li {
	font-size:14px;
	line-height:16px;
}
.newsletter-article {
	/*
	if it didnt have padding it would be 
	width:550px;
	height:192px;
	*/
	width:502px;
/*
	height:138px;
*/
	color:#333;
	background-color:#EDEDED;
	padding:22px 24px 18px 24px;
	margin-bottom: 2px;
}


.newsletter-article h1 {
	font-size: 14px;
	color:#333;
}
.newsletter-col-left {
	width:550px;
	float:left;
}
.newsletter-col-left .newsletter-archivenav {
	padding:10px;
	color:#990000;
	font-weight:bold;
}
.newsletter-col-left .newsletter-archivenav ul {
	display:inline;
	margin:0 0 0 10px;
	padding:0;
}
.newsletter-col-left .newsletter-archivenav ul li {
	list-style-type:none;
	display:inline;
	margin:0 6px 0 0;
	padding:0;
	color:#fe0000;	
}
.newsletter-col-left .newsletter-archivenav ul li a{
	font-weight:normal;
	color:#fe0000;	
}
.newsletter-col-left .newsletter-archivenav ul li a:link, .newsletter-col-left .newsletter-archivenav ul li a:visited{
	text-decoration:none;
}
.newsletter-col-left .newsletter-archivenav ul li a:hover{
	text-decoration:underline;
}

.newsletter-col-right {
	width:208px;
	display:inline;
	float:right;
}

.newsletter-heading {
	margin:10px 24px 10px 24px;
}
.newsletter-heading h1 {
	font-size:12px;
	font-weight:bold;
	color:#FE0000;
}
.newsletter-links a {
	color:#000000;
	text-decoration:underline;
	font-size: 9px;
}
.newsletter-links a:link, .newsletter-links a:visited {
	text-decoration:underline;
}
.newsletter-links a:hover {
	text-decoration:none;
}

.newsletter-links li {
	display:block;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	margin:0;
}
.newsletter-links ul, .newsletter-events ul{
	list-style-type:none;
	padding:0;
	margin:0;
	/*
	margin:11px 20px 11px 18px;
	*/
}

.newsletter-rightcontent {
	font-size: 10px;
	color:#333;
	width:185px;
	height:auto;
	color:#333;
	background-color:#FFFFFF;
	padding:22px 0px 0px 12px;
}

.newsletter-rightcontent h1 {
	font-family: arial, helvetica, geneva, verdana, sans-serif;
	font-size: 14px;
	color:#990000;
}
.newsletter-container {
	width:758px;
	padding:0;
	margin:0;
	clear:both;
}
.newsletterarchive {
	float:left;
	width:680px;
	height:auto;
	background-color:#fff;
	padding:4px 0px 4px 20px;
}



.newsletterarchive a {
	color:#000000;
}
.newsletterarchive a:link, .newsletterarchive a:visited {
	text-decoration:none;
}
.newsletterarchive a:hover {
	text-decoration:underline;
}
.newsletterarchive ul {
	padding:10px 0px 0px 0px;
	margin:0;
}
.newsletterarchive li {
	display:inline;
	list-style-type:none;
	padding:0px 7px 0px 0px;
	margin:0;
}
.newsletterunsub {
	float:right;
	display:inline;
	width:81px;
	padding:14px 10px 4px 0px;
	margin:0;
}
.newslettercontainer {
	padding:0;
	margin:0;
}
.newslettercontainer ul {
	list-style-type:none;
}
.newsletterphotoleft {
	margin:0;
	padding:0px 10px 10px 0px;
	float:left;
}
.newsletterphotoright {
	margin:0;
	padding:0px 0px 10px 10px;
	float:right;
}
.newstabs {
	width:550px;
	clear:both;
	margin: 0;
	padding: 0;
	border: 0;
}
.newstab {
	float: left;
}


.required {
	color:#cc0000;
}
.right-divider {
	text-align: right; 
	margin: 0 0 4px 0;
}
.searchresultsnav {
	border:1px #A09581 solid;
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	width:100%;
	height:20px;
}
.searchresultsprev {
	float:left;
	padding:0px 0px 0px 10px;
	margin:0;
	height:20px;
}
.searchresultsnext {
	display:inline;
	float:right;
	padding:0px 10px 0px 0px;
	margin:0;
	height:20px;
}
.searchpage {
	border-top:1px #A09581 solid;
	border-bottom:1px #A09581 solid;
	width:100%;
}
.searchpage td{
	padding:4px 4px 4px 4px;
	margin:0;
}
.searchpage .header {
	font-weight:bold;
	text-align:left;
}
.searchpage .searchRanking{
	width:20px;
	vertical-align:top;
}
.searchpage .searchScoring{
	width:20px;
	vertical-align:top;
}
.searchresultsnav a{
	color:#FF0000;
}
.sec-down {
	background-image:url(/view/images/hp_bg_row1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/*
	used to be exactly height needed for linear gradient bg color
	min-height:230px;
	*/
	min-height:190px;
}
.sec-news {
	padding:23px 50px 30px 50px;
	margin:0;	
}
.sec-news .nav{
	clear:both;
	height:23px;
	padding:0;
	margin:0px 0px 15px 0px;
}
.sec-news .nav .navitem{
	float:left;
	display:inline;
}
.section-nav {
	font-weight: bold;
	color: #9C0B17;
	margin: 0 20px 0 20px;
}
.section-nav a:link, .section-nav a:visited {
	color: #9C0B17;
	text-decoration: none;
}
.section-nav a:hover, .section-nav a:visited:hover {
	color: #9C0B17;
	text-decoration: underline;
}
.section-nav a.active:link, .section-nav a.active:visited {
	color: red;
	text-decoration: none;
}
.subpage-search {
	clear:both;
	width: 190px;
	padding: 0 0 0 565px;
	height: 45px;
	overflow: visible;
}

.yearstabs {
	width:550px;
	clear:both;
	margin: 0;
	margin-bottom:-3px;
	padding: 0;
	border: 0;
}
div#container2006>div#historypageContent>div#yearstabs {
	margin-bottom:0;
	margin-top:6px;
}
.yearstab {
	float: left;
	margin-bottom:-3px;
}
div#container2006>div#historypageContent>div#yearstabs>div#yeartab {
	margin-bottom:0;
}
/* ID Styles */
#cal-container {
	float: right;
}
#cal-container h1 {
	color:#A6000D;
}

#cal-container h1 a {
	color:#A6000D;
}
#cal-container h1 a:link, #cal-container h1 a:visited {
	text-decoration: none;
}
#cal-container h1 a:hover{
	text-decoration: underline;
}
#cal-container a:link, #cal-container a:visited {
	text-decoration: none;
}
#cal-container a:hover{
	text-decoration: underline;
}
#cal-container a.active:link, #cal-container a.active:visited {
	text-decoration: none;
}

#container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;	
}
#container2006 {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	padding:0;	
}
#footer {
	clear:both;
	width:755px;
	font-size: 10px;
	color:#b0b0b0;
	padding:0;
	margin: 15px 0px 0px 10px;
}
#footer li {
	display:inline;
	list-style-type:none;
}
#footer a {
	color: #b0b0b0;
}
#footer #copyright a:link, #footer #copyright a:visited {
	text-decoration:none;
}
#footer #copyright a:hover {
	text-decoration:underline;
}
#footer #footernav a:link, #footer #footernav a:visited  {
	text-decoration:none;
}
#footer #footernav a:hover {
	text-decoration:underline;
}
#footer a.active {
	color:#737373;
}
#footer #credit {
	position:relative;
	display:inline;
	float:right;
	width:71px;
	margin: 0;
	padding: 0px 10px 0px 10px;
}
#footer #footernav {
	font-weight: bold;
	clear:left;
	color: #b0b0b0;	
	padding: 0px 0px 30px 0px;
	margin:0;
}
#footer #copyright {
	clear:left;
	padding: 0px 0px 4px 0px;
	margin:0;
}

#header-container {
	width: 550px;
	float: left;
}
#header-container  #top-nav1 {
	width: 550px;
	height: 20px;
	background-color: #FF0000;
	padding:0;
	margin:0;
	margin-bottom:-3px;
	white-space:nowrap;
}
div#container2006>div#header-container>div#top-nav1{
	margin-bottom:0;
}

#header span {
	display: none;
}


#historypageContent {
	width: 550px;
	float: left;
	margin:0;
	padding:0;
}

#historypageNewsContainer {
	clear:both;
	background-color: #EfEfEf;
/*
	height: 235px;
*/
	height:auto;
	padding-bottom:20px;
}

div#historypageNewsContainer {
	min-height:160px;
	height:auto;
}

div#historypageNewsContainer >div#tabEventContents1 a:focus,div#historypageNewsContainer >div#tabEventContents2 a:focus,div#historypageNewsContainer >div#tabEventContents3 a:focus,div#historypageNewsContainer >div#tabEventContents4 a:focus{
	color:#000;
    font-weight:bold;
}
/* homepage tabbed news */
#homepageContent {
	width: 550px;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
#homepageNewsContainer {
	clear:both;
	background-color: #E4E4E4;
	height: 205px;
}

#hp-flash1 {
	width: 550px;
	float: left;
	margin: 0 7px 0 0;
}
#hp-flash2 {
	float: left;
	margin: 0 20px 0 0;
}

#nav {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 9px 0px;
	padding:0;
	white-space: nowrap;
	z-index:0;

}
div#container2006>div#headermain>div#bottom>ul#nav{
	/* IE can't read this selector, so it blows off this rule, but Opera, Mozilla, etc. can read it. */
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#nav ul {
	padding:0;
	margin:0;
}
#nav li {
	display: inline;
	list-style-type: none;
	margin: -2px -2px 0px 0px;
}

#nav a { 
	background-color: #c7c7c7;
	padding: 5px 7px 7px 7px; 
}
div#container2006>div#headermain>div#bottom>ul#nav>li>a {
	/* IE can't read this selector, so it blows off this rule, but Opera, Mozilla, etc. can read it. */
	padding: 5px 7px 5px 7px;
	overflow:hidden;
}
#nav a.active {
	background-color: #999999;
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	background-color: #999999;
	color: #fff;
	text-decoration: none;
}

/* for news landing page */
#newsHomeNav {
	width: 550px;
	float: left;
	margin: -10px 0 0 0;
	padding: 0;
}

#redHeader {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#requiredField {
	color: #ff0000;
}
/* right nav */
#rightnav {
	width: 195px;
	float: right;
	margin: 0;
}
#rightnav_links {
	margin-bottom: 10px;
}
#rsvpHeader {
	background-image:url(/view/images/rsvp_header.gif);
	height: 102px;
	width: 750px;
	font-size: 11px;
	padding: 10px 0px 10px 50px;
}
/* Styles for subsection pages */
#leftsidecontentContainer {
	margin-top:20px;
	width: 550px;
	float:left;	
}
#search #searchformleft {
	float:left;
	max-height:17px;
	height:17px;
	margin:0;
	padding:0;
}
#search #searchformright {
	display:inline;
	text-align:left;
	min-height:17px;	
	height:17px;
	margin:0;
	padding:0;
	margin-left:2px;
}

#sectionContent {
	clear:both;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	width: 510px;
	padding: 10px 20px 10px 20px;
}
/*
#sectionContent a {
	color: #737373;
}
*/
#sectionContent blockquote {
	display: block;
	font-family: "times new roman", serif;
	font-size: 14px;
	font-style: italic;
}
#sectionContent p.inset {
	font-style:normal;
	border:#000 1px solid;
	padding:10px 10px 10px 10px;
	background-color:#eee;	
}
#sectionContent h1 {
	size: 14px;
	line-height:17px;
	color: #ff0000;
	font-weight: normal;
}
/*#sectionContent img {
	float: left;
	border: 0;
	margin: 0 20px 20px 0;
}*/
#sectionContent img.leftImg {
	float: left;
	border: 0;
	margin: 0 20px 20px 0;
}
#sectionContent table.info{
	color: #333;
	width: 100%;
}
#sectionContent table.info th{
	padding:4px;
	margin:1px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	background-color:#eee;
}
#sectionContent table.info td{
	padding:4px;
	margin:1px;
	text-align:left;
	vertical-align:top;
	background-color:#eee;
}

#sectionContent ul {
	padding: 0px 0px 0px 20px;
	margin-top:0;
}

#sectionContent ul li {
	line-height: 18px;
	padding: 0;
}
/* Placing the Flash module */
#sectionFlash {
	float: right;
	width: 450px;
}
#section-flash1 {
	width: 550px;
	margin: 0;
}


#sectionHeader {
	background-image:url(/view/images/section/sec_header_bg.jpg);
	background-repeat:repeat-x;
	color: #737373;
	height: 122px;
	width: 800px;
	z-index:2;
}

/* Style for the section title area */
#sectionNavigation {
	display: inline;
	float: left;
	margin: 15px 0px 0px 50px;
	width: 260px;
}

#sectionNewsNav {
	width: 550px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

#sectionTitle {
  	background-repeat: no-repeat;
	font-weight:bold;
	font-size:23px;
	line-height:25px;
	margin: 0px 0px 5px 0px;
	text-transform:lowercase;
}


/* Styles for the subsection navigation */
#sectionHeader ul {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#sectionHeader li {
	display: inline;
	line-height: 16px;
	list-style-type: none;
	padding: 2px;
}

#sectionHeader a {
	color: #737373;
	text-decoration: none;
}

#sectionHeader a:hover {
	color: #737373;
	text-decoration: underline	;
}

#sectionHeader a.active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#subsubnavigation {
	padding:3px 3px 0 0px;

}
#subsubnavigation a{
	font-weight:normal;
}
#subsubnavigation a:link, #subsubnavigation a:visited {
	color: #333;
	text-decoration: none;
}
#subsubnavigation a:hover{
	color: #333;
	text-decoration: underline;
}
#subsubnavigation a.active:link, #subsubnavigation a.active:visited {
	color: red;
	text-decoration: none;
}
#tabContents1 {
	display: block;
}
#tabContents2, #tabContents3, #tabContents4 {
	display: none;
}
#tabEventContents1 {
	display: block;
}
#tabEventContents2, #tabEventContents3, #tabEventContents4 {
	display: none;
}

#tabEventContents1 a,#tabEventContents2 a, #tabEventContents3 a, #tabEventContents4 a{
	
	color:#333;
	font-size: 12px;
	line-height:15px;
}
#tabEventContents1 a:link,#tabEventContents1 a:visited,#tabEventContents2 a:link,#tabEventContents2 a:visited, #tabEventContents3 a:link,#tabEventContents3 a:visited , #tabEventContents4 a:link,#tabEventContents4 a:visited{
	text-decoration:none;
	
}
#tabEventContents1 a:hover,#tabEventContents2 a:hover, #tabEventContents3 a:hover , #tabEventContents4 a:hover{
	text-decoration:none;
}

#tabEventContents1 a:active,#tabEventContents2 a:active, #tabEventContents3 a:active, #tabEventContents4 a:active{
	color:#000;
    font-weight:bold;
}

#whiteHeader {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#whiteHeader a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}

#whiteHeader a:hover {
	color: #ffffff;
	text-decoration: underline	;
	font-weight:normal;
}

#whiteHeader a.active {
	color: #333333;
	text-decoration: none;
	font-weight:normal;
}

