body {
	margin: 0px;
	padding: 0px;
/*	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0px; /* Clears the top margin to prevent this tag from blank space above it so it better aligns with other elements on the page */
	color: #7698C2;
	text-decoration: underline;
	font-size: 2em;
}
h2 {
	margin-top: 0px; /* Clears the top margin to prevent this tag from blank space above it so it better aligns with other elements on the page */
	color: #7698C2;
	font-size: 1.7em;
}
h3 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #7698C2;
	font-size: 1.4em;
}
h4 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #7698C2;
	font-size: 1.2em;
}
p {
	margin-top: 0px; /* Clears the top margin to prevent this tag from blank space above it so it better aligns with other elements on the page */
}

.float_left {
	display: block;
	width: auto;
	float: left;
}
.float_right {
	/* content must have room to float up next to the content above or this will fail */
	display: block;
	width: auto;
	float: right;
	text-align: right;
}

#main_panel {
	width: 975px;
	position: relative; /* Required to make inner elements base their positioning off of this div */
/*	border: 1px solid #000000; */
/*	background-color: #CCD2DD; /*#c6ddea;*/
}
#header {
	width: 100%;
	height: 100px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#left_panel {
	/* Total width = 150px */
	clear: both;
	float: left;
	width: 150px;
	text-align: left;
}
#content_panel_wide {
	/* Total width = 805 (975px - 150px left panel - 20px padding ) */
	/* Width must be set to main_panel width - left panel total width - padding and border	*/
	width: 800px;
	padding: 10px;
	float: left;
/*	border-left: 1px solid #000000;*/
	background-color: #FFFFFF;
	font-size: .8em;
/*	min-height: 600px;*/
}
#content_panel_narrow {
	/* Total width =  603 (975px - 150px left panel - 200px right panel - 20px padding - 2px border) */
	/* Width must be set to main_panel width - (left panel total width + right panel total width) - padding and border	*/
	width: 600px;
	padding: 10px;
	float: left;
/*	border-left: 1px solid #000000; */
/*	border-right: 1px solid #000000;	*/
	background-color: #FFFFFF;
	font-size: .8em;
}
#right_panel {
	/* Total width = 200px (180px + 20px for padding) */
	width: 190px;
	padding: 5px;
	float: right;
}
#footer {
	padding-top: 7px;
	clear: both;
}

#top_links {
	color: #c6ddea;
	height: 17px;
	width: 100%;
	background-color: #000000;
	text-align: left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #FFFFFF;
}
#top_links a {
	color: #c6ddea;
  padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
#top_links a:hover {
	color: #FFFFFF;
}

#copyright_statement {
	color: #666666;
	font-size: 9px;
	text-align: center;
	margin-top: 5px;
}

#last_updated {
	color: #666666;
	font-size: 9px;
	text-align: center;
	margin-bottom: 5px;
}

#contact_webmaster {
	color: #666666;
	font-size: 9px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
}

#nav_menu ul{
	text-align: center;
	list-style-type: none;	
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid  #333333;
}
#nav_menu ul li {
	margin: 0px;
	border: 0px;
}
#nav_menu ul li a {
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px;
	border: 0px;
}
* html #nav_menu ul li a{ /*IE 6 only */
	height: 22px; /* Makes the height of each menu item look right in IE 6 */
}
#nav_menu ul li a:visited, #nav_menu li a:active{
	color: #000000;
}
#nav_menu ul li a:hover{
	background-image: url(../images/glossyback2.gif);
}

.floating_list {
	width: 180px;
	margin: auto;
}
.floating_list span {
	display: block;
	background-image: url(../images/list_header.png);
	height: 30px;
	line-height: 30px; /* Allows the vertical-align command to work; */
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	font-weight: bold;
	color: #000033;
	font-size: 12px;
}
.floating_list ul {
	border: 1px solid #666666;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
	font-size: .85em;
	padding-left: 17px;
}
.floating_list ul li a {
	text-decoration: none;
	color:  #000099;
}
.floating_list ul li a:visited, .floating_list ul li a:active {
	color: #000099;
}
.floating_list ul li a:hover {
	text-decoration: underline;
	color: #003333;
}

.staff_heading {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #800000;
}

.staff_bio_link {
	font-size: 11px;
	margin-left: 10px;
}

.staff_bio_link a {
	text-decoration: none;
}

.staff_info {
	margin-bottom: 20px;
	border: 1px solid #E4E4E4;
}

.staff_info p {
	margin-bottom: 0px;
}
