@charset "iso-8859-1";
/* author: Phillip Hemberg */
/* Creation date: 9/18/2006 */
/* <!-- Background graphic from http://www.grsites.com/archive/textures/ -->  */
<style type="text/css"> <style type="text/css"> 
h1 {text-decoration:none}
h1 {
	color: #000066;
}
h2 {
	text-decoration: none;
}
h2 {
	color: #000066;
}
h3 {
	text-decoration: none;
}
h3 {
	color: #000066;
}
h4 {
	text-decoration: none;
}
h4 {
	color: #000066;
}
h5 {
	text-decoration: none;
}
h5 {
	color: #000066;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {color: #000066}
/* a:hover {text-decoration: underline; color: black; background: #FFFFCC; border: thin solid #000000} */
#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 16px Times New Roman;
	line-height: 25px;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover {
/*hover background color*/
	background-color: #FFFF99;
}
/* News Page Styles */
.NewsHeader {
	font-size: medium;
	font-weight: bold;
	color: #000066;
	text-align: left;
	margin-bottom: 6px;
	padding-left: 4px;
}
.NewsBody {
	font-size: medium;
	color: Black;
	text-align: left;
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 20px;
	line-height: 20px;
}

.personbio
{
	font-size: medium;
	color: #000066;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 15px;
	margin-bottom: 7px;
}


.bigInfoText {
	font-weight: bold;
	font-size: 15px;
}
hr {
	border-style: ridge;
	border-width: medium;
	border-color: #000066;
}
.CenterObject {
	text-align: center;
}
.RightObject {
	text-align: right;
	margin-top: 5px;
}
.infotable {
	font-size: medium;
	color: black;
}
.infotablebordered {
	border: 4px solid #000066;
	font-size: medium;
}
.boxedcell {
	border-bottom: thin #000066 dashed 2px;
	text-align:center;
	color: #000066;
}

.gobutton {
 
	/*Step 2: Basic Button Styles*/
	display: block;
	height: 70px;
	width: 450px;
	background: #CCCC99;
	border: medium solid #000066;
 
	/*Step 3: Text Styles*/
	color: #000066;
	text-align: center;
	font: bold 20pt/70px Verdana, Arial, Helvetica, Geneva, sans-serif;
	
 
	/*Step 4: Fancy CSS3 Styles*/

	-webkit-border-radius: 012px;
    -moz-border-radius: 012px;
    border-radius: 012px;
	box-shadow: 0 8px 0 #1b383b;
	text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}
 
/*Step 3: Link Styling*/
a.gobutton {
	text-decoration: none;
}

}
</style> 

