/*CSS Styles:     CT 2009 ---------------------------------Author:	ncd*/body {	margin-left:auto;	margin-right:auto;	padding:0px;	width: 900px;     /* This is overridden in the index.html page to 940 (fixes horizontal scroll bar on iFrame) */	background:#EBDDC0;	font-family:'Book Antiqua', Goudy, Bodoni-DTC, Garamond, Times New Roman, SERIF;	font-size:90%;   }h1 {color: #7E002A;}h2 {color: #7E002A;}h3 {color: #7E002A;}h4 {font-style:italic; color: #7E002A;}h5 {font-weight:600; color: #7E002A;}/* WRAP div is used only in index.html */#wrap {	margin-left:auto;	margin-right:auto;	padding-left:15px;	padding-right:15px;	width:940px;	}/* BANNER div is used only in index.html */#banner {	background-image:url('../images/IndHallShadow750.gif');	background-repeat:no-repeat;	margin-top:15px;	padding:0;	height:110px;	}/* IFrame which will hold content is used only in index.html */#MainFrame {	margin:0px;	padding:0px;	width:900px;	height:4500px;   	position:relative;	top:25px;	}/* IFrame for footer is used in content pages - not in index; affects frame only, not content document  */#FooterFrame {	margin:0px;	padding:0px;	width:900px;	height:360px;   	position:relative;	}/* MAIN CONTENT div used in the content pages only - not index.html */#main {	width:900px;	background:#EBDDC0;	float:left;	}#main h1, h2, h3, h4  {	margin-top:5px;	}#main li {   	margin:1em 0 1em 0;   	}#main a:link,#main a:visited {	color:#7E002A;	font-weight: bold;	text-decoration:underline;			}#main a:hover, #main a:active {	color:#0000FF;	font-weight: bold;	text-decoration:underline;			}/*FOOTER div is used in footer.html only */#footer {	width:900px;	background:#EBDDC0;	color:#000;	clear:both;	}#footer p {    color:#000;    font-family:"arial,sans-serif";    font-size: 80%;    font-stretch: condensed;    text-align: center;    margin-bottom:5px;    margin-top:5px;    }#footer a:link,	#footer a:visited {		color:#7E002A;		font-weight: normal;		text-decoration:none;			}	#footer a:hover,	#footer a:active {		color:#0000FF;		font-weight: normal;		text-decoration:underline;			}/*FOOTNOTES div is used in content pages that have footnotes */#footnotes {	width:800px;	clear:both;	margin-left:20px;	}#footnotes p {    font-size: 75%;    text-indent:-20px;    }/* --- end CTstyles 2009 --- */