body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background-subpage.gif);
	background-repeat: repeat-y;
	background-color: #D29634;
}
body.home {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* Brad Additions 2007-06-30 */
tr { 
	vertical-align: top; 
}
a {
	color: black;
	font-weight: bold; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline;
}
pre {
	font-size: 11px;
}

/* HOMEPAGE STYLES */
.events {
    padding: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #F5B659;
}
.events h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 14px;
}
.events p {
	margin-top: 0px;
	margin-bottom: 2px;

}
.events a {
	color: #F5B659;
	text-decoration: none;
}
.events a:hover {
	color: #F5B659;
	text-decoration: underline;
}

/* SECONDARY PAGE STYLES */
.content {
    padding: 20px;
	padding-top: 15px;
}

.content h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
	margin: 0px;
	letter-spacing: -1px;
}
.content h2 {
    font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.content p {
    margin-top: 10px;
	margin-bottom: 10px;
}

.content a { 
	color: black; 
}

#path {
    padding: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 10px;
}

p.intro {
    margin-top: 0px;
}

.homeHeadline {
	font-size: 16px;
	line-height: 22px;
	vertical-align: top;
	padding: 20px;
	padding-top: 31px;
}

.homeQuote {
	background-color: #D29634;
	background-image: url(../images/home-quote.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 22px;
	text-indent: 30px;
	padding: 22px;
	padding-top: 31px;
}

/* NAVIGATION STYLES */
.navigation {
    font-size: 11px;
    color: white;
	padding-top: 5px;
	padding-bottom: 6px;
	text-indent: 8px;
}

.navigation a {
    color: white;
}

#sideNavigation {
    padding: 20px; 
	padding-top:15px; 
	line-height: 29px; 
	background-color: #C04B20;
}
#sideQuote {
    padding: 20px; 
	padding-top: 26px; 
	line-height: 20px; 
	text-indent: 29px;
	font-size: 12px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-color: #960218;
	color: #FFECEC;
}
#sideAddress {
    padding: 20px; 
	font-size: 10px;
	line-height: 13px;
	color: #890216;
}

#sideAddress a {
	color: #890216;
	font-weight: bold;
}

.biopic {
	margin-right: 10px;
	border: none;
	float: left;
}