/* Stylesheet.css */

/*Style for entire website*/

body{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
text-align: center;
color: #000000;
background-color: #FFFFFF;
}

/* Page header style */

#header{
margin: 0 auto;
margin-top: em;
border: 2px;
text-align:;
background-color: white;
width: 772.8px;	
}

/*Navagation bar style */
#nav{
margin: 0 auto;
margin-top: 0.5 em;
border: 2px;
width: 772.8px;
}

/*Footer style*/
#footer{
margin: 0 auto;
margin-bottom: 1em;
margin-top: 0.5;
border: 2px #000;
width: 772.8px;
}

/*Table Styles*/
/* Style for main content table */
table.main{
width: 775px;
margin: auto;
text-align: left;
}

/* Style for Table Headers in Index*/
td.logo{
vertical-align: top;
text-align: left;
padding: 5px;
background-color: white;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
vertical-align: middle;
text-align: center;
padding: 5px;
background-color: #E8E8E8;
}

/* Style for staff cells that contain thumbnails */
td.staff{
vertical-align: top;
text-align: center;
padding: 0.5em;
background-color: #E8E8E8;
}

/* Style for staff cell Headers*/
td.header{
vertical-align: top;
text-align: left;
padding: 10px;
background-color: #D3D3D3;
}

/* Style for About cell Headers*/
td.about{
vertical-align: top;
text-align: left;
padding: 10px;
background-color: #E8E8E8;
}

/*Image Styles*/
/*Style for Hyperlinked Images*/
img.link{
border: 0px
}

/*Style for image thumbnails */
img.thumbs{
width: 145px;
}

/*Hyperlinks*/
/*Unvisited Link*/
a:link{
color: #CC0000; /*red*/
} 

/*Visited Link*/
a:visited{
color: #333399; /*cobolt blue*/
}

/*Active link*/
a:active{
color: #FFEE99; /*yellow*/
}
	
/*Style for Hyperlinked Images*/
img.link{
border: 0px
}

/*Transcript Styling*/
/*Page Break Headers*/
h2 /*blue*/
{
text-align: center;
width: 14.6em;
padding: .5em 0;
margin: 1em auto;
border-bottom: 5px dotted #000; 
border-top: 1.5em solid #000;  
font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
white-space: wrap;
color: #0000FF;
}

h3 /*red*/
{
text-align: center;
width: 14.6em;
padding: .5em 0;
margin: 1em auto;
border-bottom: 5px dotted #000; 
border-top: 1.5em solid #000;  
font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
white-space: wrap;
color: #FF0000;
}

h4 /*black*/
{
text-align: center;
width: 14.6em;
padding: .5em 0;
margin: 1em auto;
border-bottom: 5px dotted #000; 
border-top: 1.5em solid #000;  
font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
white-space: wrap;
}

h5 /*Notes & References Styling*/
{
text-align: left;
width: 14.6em;
padding: .5em 0;
border-bottom: 5px dotted #000;  
border-color: #FF0000;
font-family: Frutiger, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
white-space: wrap;
}


