@charset "utf-8";
/* CSS Document */

/******************************************
 Page level CSS
 ******************************************/

body {
	background-color: #757368;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_fullpage.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #373631;
}
a:link {
	color: #004b98;
}
a:visited {
	color: #004b98;
}
a:hover {
	color: #FF3300;
}
a:active {
	color: #FF6600;
}

h1 {
	font-size: 16px;
	color: #004b98;
}


/******************************************
 Formatting CSS
 ******************************************/
.page_layout_top {
	background-image: url(../images/layout_top_bg.png);
	height: 99px;
}
.button_upper {
	background-image: url(../images/button_upper_nav.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 25px;
	text-align: center;
	padding: 2px 2px 0 2px;
	float: right;
}
.button_upper a {
	color: #FFFFFF;
	text-decoration: none;
}
.body_content {
	background-image: url(../images/background_content.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
.lower_menu {
	background-image: url(../images/background_footer.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 29px;
	padding: 25px 0 0 0;
}
.footer {
	width: 800px;
	height: 55px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #004B98;
	padding: 10px 0 0 0;
}
.bio_layout {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}
.ed_letter_image{
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
}


/******************************************
 Text manipulation CSS
 ******************************************/
.text_20pt {
	font-size: 20px;
}
.caption {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/******************************************
 Menu CSS
 ******************************************/
#menu {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
}
#menu ul {
  margin:0;
  padding:0 10px 0 20px;
  list-style:none;
}
#menu li {
  display:inline;
  margin:0;
  padding:0;
}
#menu a {
  float:left;
  background:url("../images/tableft.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#menu a span {
  float:left;
  display:block;
  background:url("../images/tabright.gif") no-repeat right bottom;
  padding:5px 15px 4px 6px;
  color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
  color:#666666;
}
#menu a:hover {
  background-position:0% -19px;
}
#menu a:hover span {
  background-position:100% -19px;
}
