body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	font-size: 100%	
}
a:link, a:visited, a:hover {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	background-color: #E9E9E9;	
}
/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #660000;
}

h2{
 font-size: 85%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 5px 0px;
	width: 100%;
}


#content{
	float:none;
	width: 85%;
	margin: 0;
	
}

#leadingTitle{
	border-bottom: 1px solid #000000;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#archiveRef{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #000000;
padding: 0px 0px 0px 10px;

}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

span.document{
	font-size: 80%;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
	

/************** .entry styles *****************/

.entry_field{
	clear: both;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	color: #000000;
}


.entryData{
	margin: 0px;
	font-size: 100%;
	font-weight: normal;	
}
	
span.title{	
	font-weight: normal; 
	font-style: italic;
}

span.navButtonText{
	font-size: smaller;
	color: #660000;
	color: #660000;
}

span.entry_field{
	font-size: 100%;
	font-weight: bolder  
; 	color: #330066;
}

span.entry_data{
	margin: 0px;
	font-size: 75%;
	font-weight: normal;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #000000;
	font-size: 75%;
	color: #000000;
	padding: 2px 2px 2px 2px;
	margin-top: -1px;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #volumeLinks styles ***********/


.volumeLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	font-size: 90%;
	
}

.volumeLinks a:link,
.volumeLinks a:visited {
	display: block; 
}





