@charset "iso-8859-1";

body { 
	font-family: Helvetica, Verdana, sans-serif; 
}

#supercontainer { 
	
}

	
#headcontainer h1 {  
	float: left; 
	/*height: 78px; 
	background-image: url('head_fade.png');  */
	font-size: 200%;
}
	
#subheadcontainer h2 { 
	/*height: 83px; */
	clear: both;
	border-bottom: 3px double black; 
	padding-bottom: 5px; 
	font-size: 150%; 
}

h3 {
	font-size: 130%; 	
}

#OEGlogo {
	float: right; 
}
	
#maincontainer {  
	
}
	
#bottomcontainer { 

	border-top: 1px solid black; 
	font-style: italic; 
}



#bottomcontainer p {
	font-size: 0.8em;
	text-align: right; 
	
}

h1, h2, h3 {
	font-weight: normal; 
	font-family: Garamond, serif; 	
}


#maincontainer {
	line-height: 120%; 
}

#maincontainer p {
	margin-top: 3px; 
	margin-bottom: 10px; 	
}

a {
	color: #6365FF;
}
	
a:hover {
	text-decoration: none; 
}
	
#menu {
display: none; 
}


table.teachers {
	
	margin-top: 10px; 	
}

table.teachers td {
	vertical-align: top; 
	padding-bottom: 20px; 
	width: 50%; 
}	

table.teachers td.left {
	padding-right: 2px; 	
}
table.teachers td.right {
	padding-left: 2px; 	
	text-align: right; 
}

table.teachers td.left img {
	border: 1px solid black; 
	float: left; 	
	margin-right: 4px; 
}

table.teachers td.right img {
	border: 1px solid black; 
	float: right; 	
	margin-left: 4px; 
}

table.teachers h4 {
	border-bottom: 1px dotted #CECFFF; 
	margin: 0px; 
}

table.teachers p {
	font-size: 0.8em; 
		
}