
#header-cont,
#nav-cont,
#bread-cont,
#footer-cont,
#left-col,
#right-col-right {
	display: none;
}

body {
	font-size: 68.75%;			/* This sets the default font size to be equivalent to 11px (11/16 = .6875) */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #675c53;
}



#header-print-cont {
	width: 650px;
	height: 80px;
	border-bottom: 20px solid #bb133e;
}



/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	padding : 7px 0; 
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bb133e;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 140%;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	color: #bb133e;
	border-bottom: 1px dotted #958d87;
	font-weight: bold;
}
h4 {
	font-size: 100%;
}
p {
	font-size: 120%;
	line-height: 130%;
}
p.intro {
	font-weight: bold;
}
p.bottom-space {
	margin-bottom: 25px;
}

/* a */
a, a:visited { 
	color : #bb133e; 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


ul {
	list-style: disc;
	padding-left: 25px;
	font-size: 120%;
}

ol {
	list-style-position: outside;
	padding-left: 25px;
}


p.quote {
	font-size: 90%;
	color: #958d87;
}
p.quote-credit {
	margin-bottom: 35px;
	font-weight: bold;
	color: #958d87;
	border-bottom: 1px solid #958d87;
}


p.sub {
	color: #958d87;
	font-size: 90%;
}


span.hilite {
	font-weight:bold
}

p.subheading {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #675c53;
	padding: 0;
}


p.pdf {
	padding-left: 25px;
	background: url('/site/images/pdf.gif') no-repeat 0 4px;
}

img {
	border: 0;
}
