

.floatright { 
	float: right;
	margin: 0px 0px 0px 10px;
}

.floatleft { 
	float: left;
	margin: 0px 10px 0px 0px;
}

a.sectiontitle {
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
 }

 a.sectiontitle:hover {
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
 }

h1, h2, h3, h4, p,  {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
}

H4 {
	font-size: 11px;
}

p {
	font-size: 12px;
	line-height: 15px;
}

.darksubhead {
	color: #000000;
	font: bold 12px;
}

.lightsubhead {
	color: #FFFFFF;
	font: bold 12px;
}

.heroheads {
	color: #FFFFFF;
}

body {
	background-color: #800000;
}

.topbotnav {
	font: 11px/13px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

.button {
	font: 12px/14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #840914;
	border-width: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

tag {
	
}

tag {
	
}

.covercaptions {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}

/* ------------------- LEFT SIDE LINKS ------------------- */

	
a.noborder:link, a.noborder:visited, a.noborder:active {
	background-color: transparent;
	border: 0;
	}

IMG {
	
}
	
#home a.navhom, #about a.navabo, #archives a.navarc {
	color: #000;
	text-decoration: none;
	border-bottom-color: #fff;
	}

/* BLOCKQUOTE */

blockquote.pull, .pullQuote {
	float: right;
	width: 200px;
	padding: 12px 12px 12px 24px;
	margin: 2px 0 12px 12px;
	border-left: 1px dotted #999;
	color: #777;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
	}

