/* Color Scheme 
#F59F1A lt orange
#E97E1E dk organge
#551900 brown
*/

body {
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}



/* Screen or print display toggle -- See hh_print.css */
.printpage {
	display: none;
	}
.screenDisplay {
	display: block;
	}


/* Main body text headers */
H1 {
	color: #E97E1E;
	}
H2 {
	color: #551900;
	}
H3 {
	color: #F59F1A;
	}

/* Main body text links attributes */
A:link {
	color: #E97E1E; 
	text-decoration: underline;
	}
A:visited {
	color: #F59F1A; 
	text-decoration: underline;
	}
A:active {
	color: #F59F1A;
	text-decoration: none;
	}
A:hover {
	color: #F59F1A;
	text-decoration: none;
	} 

A.white:link {
	color: #FFFFFF; 
	text-decoration: none;
	}
A.white:visited {
	color: #FFFFFF; 
	text-decoration: none;
	}
A.white:active {
	color: #551900;
	text-decoration: underline;
	}
A.white:hover {
	color: #551900;
	text-decoration: underline;
	} 

A.announce:link {
	color: #E97E1E;
	text-decoration: none;
	}
A.announce:visited {
	color: #E97E1E;
	text-decoration: none;
	}
A.announce:active {
	color: #551900;
	text-decoration: underline;
	}
A.announce:hover {
	color: #E97E1E;
	text-decoration: underline;
	} 



/* Home page styles */

#homelogo {
	position: absolute;
	top: 20px;
	left: 30px;
	background-color: #FFFFFF;
}
#homeLogoText {
	padding: 1em;
	background-color: #FFFFFF;
	color: #E97E1E;
	font-size: .80em;
}
.homeLtOrange {
	padding: 1em;
	background-color: #F59F1A;
	color: #FFFFFF;
	font-size: .90em;
}
.homeDkOrange {
	padding: 1em;
	background-color: #E97E1E;
	color: #FFFFFF;
	font-size: .90em;
}
 .announce {
 text-align: center;
 color: #551900; 
 font-size: .90em;
}

/* Secondary page styles */

#layout {
width: 50em;
background-color: #FFFFFF;
}

#logoBannerText {
	color: #E97E1E;
	background-color: #FFFFFF;
	font-size: .80em;
}

.bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 1.5em;
	padding-bottom: 0em;
	margin-left: .5em;
	margin-right: 2em;
	margin-bottom: 3em;
	border-left: medium solid #551900;
}

.bioName {
	font-size: 1.2em;
	margin: 0 0 0 0;
	font-weight: bold;
}

.bioRole {
	margin: 0 0 0 0;
	font-style:italic;
	}
	
.bioTitle {
	margin: 0 0 0 0; }

/* Main body text position and colors */
#mainbody {
	width: 40em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .90em;
	background: #FFFFFF; 
	color: #551900;
}


#rightNav {
	width: 10em;
	background-color: #E97E1E;
	color: #551900;
	font-size: .80em;
}



/* Global footer position and attributes */
#footer {
	text-align: center;
	background-color: #FFFFFF;
	color: #551900;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.footerLine {
	height: 1px;
	width: 48em;
}

#homeFooter {
	text-align: center;
	background-color: #FFFFFF;
	font-size: x-small; 
	color: #E97E1E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.formconfirm {
	font-family: Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: #551900;
}
