/*Cascading Style Sheet for Dr. Schafer's page*/ @charset "utf-8"; 
h1 {
	font-family:"Times New Roman",Times,serif;
	font-size:3.2em;
}
#announcement {
	padding: 5px;
	border: medium inset #CCCCCC;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	font-size: 0.8em;
}
#announcement a {
	color: #FFF;
}
#announcement h2 {
	font-size: 1.2em;
	color: #FF0000;
	text-align: center;
}
#announcement h3 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}
#announcement ul {
	text-align: center;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}


#bio {
	background-color: #adafaa;
	padding: 5px;
	border: medium inset #E6AC73;
	font-size: 0.8em;
}
#bio ul {
	font-size: 0.8em;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#bio h2 {
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-align: right;
}
#bio h3 {
	margin-bottom: 0px;
}
#contact {
	background-color: #00386b;
	padding: 5px;
	border: medium inset #ed783e;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #FFFFFF;
	margin-top: 1em;
}
#contact a{
	color:#FFF;
	text-decoration:underline;
}
#left_col {
	float: left;
	width: 49%;
	margin-right: 2%;
}
#masthead {
	padding: 5px;
	border: medium inset #ed783e;
	margin-bottom: 1em;
	width: 98%;
	color: #FFFFFF;
	background-color: #00386b;
}
#masthead h1 {
	text-align: center;
}

#masthead hr {
	color: #666;
}

#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 10px;
	width: 960px;
	background-color: #FF9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#profile {
	background-color: #00386b;
	padding: 5px;
	border: medium inset #ed783e;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #FFFFFF;
}
#profile h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: "Goudy Old Style";
}

#right_col {
	float: left;
	margin-top: 0px;
	width: 49%;
}
#video {
	background-color: #000000;
	padding: 5px;
	border: medium inset #E6AC73;
	font-size: 0.8em;
	margin-bottom: 1em;
	color: #FFFFFF;
}
#video a {
	color: #E0aa0f;
	text-decoration: underline;
	float: right;
}
#video h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-family: "Goudy Old Style";
}
		  
#virtual {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	padding-left: 1em;
	border: 2px inset #999;
}
#virtual h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00F;
}
#resources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	padding-left: 1em;
	border: 2px inset #999;
	padding-right: 3px;
}
#resources h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #00F;
}
.caption {
	font-size: 0.8em;
}
.center_txt {
	text-align: center;
}
.disappear {
	display: none;
}
.img_left {
	margin: 5px;
	float: left;
}
.img_right {
	float: right;
	margin: 5px;
}

.right_txt {
	text-align: right;
}
.smaller_txt {
	font-size: 0.8em;
}
.txt_5 {
  font-size: 0.6em;
}
	
.yellow_txt {
	color: #FF0;
}

