@charset "utf-8";
/* CSS Document */

html
{
    overflow: auto;
    width: 100%;
	height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	text-align: justify;
}

a
{
    color: #0000FF;
}


img 
{
	border: 0;
}

#headText {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}

.secondaryHeaders
{
	font-size: 16px;
	font-weight: bold;
}

#theFooter{
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
}

#footerText {
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footerText a {
	color: #FFFFFF;
	font-size: 10px;
}



.TheCurrentProfessors {
	font-weight: bold;
	padding-top: 3px;
}

.TheCurrentProfessors a {
	font-weight: normal;
	font-size: 9px;
}