
#header-cont,
#nav-cont,
#bread,
#footer-cont,
#left-col,
#right-col {
	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", Helvetica, Verdana, Arial, sans-serif;
	color: #4f4f4f;
}



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



/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	padding : 0; 
}
h1, h2, h3, h4 {
	font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
	color: #a60041;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 140%;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-size: 100%;
}
.bottom10 {
	margin-bottom: 10px;
}
.bottom20 {
	margin-bottom: 20px;
}

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

.clear {
	clear: both;
}

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


ul {
	padding: 0;
	margin: 0 0 30px 0;
}
ul li {
	list-style-type : disc;
	padding-left: 20px;
	margin: 2px 0 2px 15px;
}


span.hilite {
	font-weight:bold
}

img {
	border: 0;
}


/* People styles
=================================*/
div.people-detail-left {
	float: left;
	width: 235px;
}
div.people-detail-right {
	float: right;
	width: 370px;
}
