/* CSS Document */

/*remove browser defaults*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {

   margin:0 ;
   padding: 0 ;
   border: 0 ;
   
}

/*used for the header banner*/
#header {
	background-color: #FFFFFF;
	border-bottom: 10px solid #990134;
}

#headerprint {
	display:none;
	visibility:collapse;
}


/*force firefox to add scroll bar */
/* hide from IE5 mac \*/
html {
  min-height: 100%;
  margin-bottom: 1px;
}
/* end hiding from IE5 mac \*/

/* body defaults, 100.01% prevents scaling bugs in IE */
body {
	font-size: 100.01%;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
   
   }
#innerwrapper {
	
}

   
/*used for a div tag that contains everything else*/
#wrapper {
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#leftcol {
	background-color: #FFFFFF;
	width: 180px;
	float:left;
	border-right-style: solid;
	border-right-color:#990134;
	border-right-width:medium;
	border-left-style: solid;
	border-left-color:#990134;
	border-left-width:thin;
	
}

#leftcol ul {
  list-style-type:none;
  border-top: 1px solid #333;
  }
  
#leftcol ul li {
	border-bottom: 1px solid #333;
	text-decoration:none;
  }
  
 #leftcol li a {
   display:block;
   text-decoration:none;
   color:#283f13;
   padding:3px 0 3px 2px;
   }
   
#leftcol li a:hover, #leftcol li a:focus {
	background-color:#FFFF66;
	color:#990134;
	font-weight: bold;
  }
  
.dateText {
	color: #990134;
	padding-top: 5px;
}
.navHeader {
	padding-top: 10px;
}
.navLinks {
	padding-top: 8px;
	padding-left: 7px;
	font-size:80%;
}




#content {
	background-color: #FFFFFF;
	width: 530px;
	float: right;
	
	

}

#content h1 {

   font-size:130%;
}


#content h2 {
   font-size:120%;
   }
   

#footer {
	background-color: #990134;
	clear: both;
	height: 20px;
	
}

#footer p {

   font-size:70%;
   color:#fff;
   padding:2px;
   text-align:right;
   }

.return {
   
   border:2px solid #990134;
   text-decoration:none;
   padding:2px;
   }
   
.returntext a:hover {

   
   color:#000000;
   background-color:#FFFF00;
}
.returntext {
   text-align:right;
   font-size:70%;
   color:#990134;
   font-weight:bold;
   
   }
   
.HEADLINE {color: #991034; font-weight: bold; font-size: 14pt; line-height: 15pt; font-family: Arial; margin-top:12px;}

.BodyText {margin-top:6px; margin-left:3px; margin-right:6px; margin-bottom:6px; font-family:Arial, Helvetica, sans-serif; font-size:90%;
line-height:120%; }

p {margin-top:6px; margin-left:3px; margin-right:6px; margin-bottom:6px; font-family:Arial, Helvetica, sans-serif; font-size:90%;
line-height:120%; }

.reference {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height:120%;
}

.photocaption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:110%;
	font-weight:300;
}


.HEADER {color: black; text-transform: uppercase; font-weight: bold; font-size: 14pt; line-height: 15pt; font-family: Arial; 
margin-top:12px;}

.caption {
	color:#991034;
	font-size:80%;
	font-style:italic;
	font-weight: bold;
}

.Copyhead {color: black; font-weight: bold; font-family: Arial; margin-top:10px;}

.byline {
	color: #991034;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:120%;
}

