/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: x-small;
	background-color:#fff;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: x-small;
  }

/* Style for Large headlines, tier 1 */
h1 {
	font-size: 130%;
	font-weight: bold;
	color: 333333;
	}
/* Styles for Subheadlines, tier 2 and 3 */
h2 {
	font-size: 120%;
	font-style:italic;
	font-weight: normal;
	color: 333333;
	}
h3 {
	font-weight: bold;
	font-size: 110%;
	color: #500000;
	}

/* Style for Breadcrumb trail */
h6 {
	font-size: 75%;
	font-weight: bold;
	margin-top: 0;

	}

img {
	border: 0;
	}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}


/* CSS MENUS AND LINKS STYLES */

/* Styles for Normal Site Links */

a:link {
	color: #500000;
}
a:hover, active {
	color: #333333;
	}
a:visited  {
	color: #500000;
}

/* Left Column Menu" */

/* Class styles for Button to indicate which section of the site you're in */
.menuOn {
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	background-color: white;
	margin: 0px 0px 2px 2px;
	color: #FFFFFF;
	padding: .5em;
	font-weight: bold;
}

.menuOn a:link  {
	color: #500000;
	text-decoration: none;
}
.menuOn a:visited  {
	color: #500000;
	text-decoration: none;
}
.menuOn a:hover, active  {
	color: #C00;
	}

/* Class styles for nonworking Info For Button */
.menuInfoFor {
	font-size: x-small;
	text-align: left;
	vertical-align: middle;
	background-color: #500000;
	margin: 0px 0px 2px 2px;
	color: #FFFFFF;
	padding: .25em;
	font-weight: bold;
}

.bio_list {
	list-style-type: none;
}

.list {
	list-style-type: bullet;
	line-height: 150%;
}

#cellBorder {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}

#welcomeLetter {
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}
