html {
		min-height:101%;margin-bottom:1px;
}
body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 10pt;
	color: #000000;
	min-height:101%;margin-bottom:1px;
}
body {
	background-color: #707070;
}

a:link {
	color: #C9002E;
}
a:visited {
	color: #C9002E;
}
a:hover {
	color: #707070;
}
a:visited:hover {
	color: #707070;
}
a:active {
	color: #C9002E;
}

#wrapper {background-color: #fff; width: 900px; margin: 0 auto; border: 1px solid #000000;} 


#topbar {width: 900px;
margin: 0 auto;
background-color: #fff;
border: 1px solid #000000;
height: 215px;
}

*+html #topbar {height: 220px;}
#homepage #topbar {height: 122px; border: 0;}
.advancing {clear: right;  margin-top: -50px; margin-bottom: -3px; margin-left: 70px; float: right; margin-right: 20px; }
H2 {color: #666;
  font-size: 15px;
  border-bottom: 1px solid #C9002E;
}

H3 {color: #000; font-size: 13px;}

H1 {font-size: 18px; color: #C9002E; font-weight: normal;}


.sm_event{font-size: 11px; color: #666;}

#events_col P, #events_col .redheadings, #events_col B {padding: 0 10px 5px 10px;}

.maintable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 900px;
}

#homepage .maintable {border: 0;}
.copyright {
	font-size: 11px;
	color: #D7D7D7;
	width: 900px;
	padding-top: 5px;
}
.sidebar {
	background-color: #D7D7D7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CB1A43;
	width: 200px;
	
	/*padding-bottom: 20px;*/
}

.sidebar A {display: block; font-size: 16px; color:  #C03; text-decoration: none; margin-left: 20px; border-bottom: 1px solid #fff; margin-bottom: 8px; line-height: 150%;}
.sidebar A:hover {color: #707070;}
/*.sidebar P {padding: 0; margin: 0;}*/
.sidebar P A {display: block; margin-left: 30px; font-size: 12px; color: #666;  line-height: 14px;}

.event_title {background-color: #C9002E; color: #fff; font-size: 14px;  padding: 5px; /*width: 185px;*/ }

.subtitle {color: #C9002E; display: block; padding: 6px 5px 0px 90px; font-size: 15px; border-bottom: 1px solid #000; background-color: #d7d7d7; height: 15px; margin-top: 0px; padding-bottom: 2px\9;}

*+html .subtitle {padding-left: 5px; padding-top: 4px;}

#aboutnav, #chapternav {display: none;}
#aboutpage #aboutnav, #chapterpage #chapternav {display: block;}
 
 LI {padding-bottom: 5px;}

*+html #homepage .maintable {margin-top: -5px;}

#leftcol {float: left; width: 340px; background-image: url(../images/grayswoosh.gif);
background-repeat: no-repeat;
background-color: #fff;
padding: 20px;
}

#rightcol {margin-left: 380px; width: 480px; background-color: #d7d7d7;
 margin-top: 30px; margin-bottom: 20px; padding: 0 10px;}
 
 

.twocol
{
	
	float: left;
	padding: 0;
	width:320px;

}

#homepage .twocol { margin: 0 15px; width: 215px; }

#container
{
	position: relative;
	height: 800px;
	width: 480px;
	overflow: visible;
	top:0;
}


#chapterpage .twocol H3 {background-color:  #98AFC7; color: #fff; font-size: 14px;  padding: 5px; width: 275px; border: 2px solid #d7d7d7;}

.indent {margin-left: 10px; margin-top: 0; padding-top: 0;}

.chapterlinks {float: right;
	width: 150px;
	height: 150px;
	margin: 0 0 0 20px;
	background-color: #98AFC7;
	padding: 10px;
	border: 1px solid #000;}

.chapterlinks H2 {color: #000;}
	
.chapterlinks A {color: #fff; display: block; line-height: 20px; font-weight: bold; text-decoration: none; text-indent: 5px;}	

.chapterlinks A:hover {color: #C9002E;}
	/* Include id's for all your layers here, with commas between. For Chapter Pages*/
 
#lyr0, #lyr1, #lyr2, #lyr3,#lyr4,#lyr5,#lyr6,#lyr7,#lyr8,#lyr9 {position:absolute; visibility:hidden; z-index:30; width: 480px;/* top: 275px; */height: auto; }

#lyr3 .twocol, #lyr3 .twocol H3 {width: 225px;}
#lyr3 .twocol P, #lyr3 .twocol H3 {margin: 0; padding:0;}
#lyr3 .twocol H3 {padding: 5px;}


/*	Vertical Accordions */
.accordion_toggle
{
	display: block;
	height: 30px;
	width: 95%;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #d7d7d7;
	padding: 0 10px 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #C9002E;
	border-bottom: 1px solid #333;
	cursor: pointer;
	margin: 0 5px 5px 0;
}

.accordion_toggle:hover
{
	background-color:  #C9002E;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #fff;
}

.accordion_toggle_active
{
	background-color:  #C9002E;
	color: #ffffff;
	border-bottom: 1px solid #333;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.accordion_toggle_active:hover
{
	background-color: #d7d7d7;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.accordion_content
{
	background-color: #ffffff;
	overflow: hidden;
}


.accordion_content p
{
	line-height: 150%;
	padding: 0px 10px 5px 10px;
}

.EventHeading {

	color: #50729F;
}
.indexpic {
	padding-right: 10px;
}

.EventText {
	font-family: Tahoma, Arial;
	font-size: 9pt;
}
.subpagerightcolumn {
	background-color: #D7D7D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9002E;
}
.subpagerightcolumntop {
	background-color: #D7D7D7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9002E;
}
.subnavtext {
	padding-left: 10px;
}
.redheadings {
	font-size: 14px;
	font-weight: bold;
	color: #C9002E;
	border: 1px solid #000;
	padding: 5px; 
	background-color: #d7d7d7;
	margin-top: 10px;
	display: block;
}
.copyright a:link {
	color: #000000;
}
.copyright a:active {
	color: #000000;
}
.copyright a:visited {
	color: #000000;
}
.copyright a:hover {
	color: #C9002E;
}
.copyright a:vistited:hover {
	color: #C9002E;
}.heading2 {

	font-size: 10pt;
	color: #C9002E;
}

.shading {border: 2px solid #D7D7D7; padding: 10px;}

