
body {}


a:link {
color: black;
text-decoration:none;
}

#header {display:none;}

#logo {display:none;}


#print-header {
float: left;
position: relative;
height:75px;
width:700px;
display:inline !important;/*Without this, IE6 will display the print-header in Print Preview, but not print it.*/
}

	
#script {display: none;}

#menubar {display: none;}

#menucode {display: none;}

#search{display: none;}

#leftcolumn{display: none;}

#rightcolumn{display: none;}


#content{
color:black;
text-align:left;
background-color: white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
vertical-align:top;
}



/* Headline style */
#content h1{
font-size:1.7em;
color: black;
}


/* Subhead style without overline*/
#content h2{
font-size:1.3em;
color: black;
padding-top: 5px;
}

/* Subhead style with overline*/
#content h3{
font-size:1.3em;
color: black;
padding-top: 8px;
}


#content p{
padding-left:10px;
}


#content img{
padding: 10px;
display:inline;
}

.underline-cell{
border-bottom:solid 1px #5A6770;
font:1.0em Arial, Verdana,sans-serif;
}

.subheadh4{
font-size:1.1em;
font-weight:bold;
}

/*Sets up positioning and margin for left-aligned faculty images*/
.faculty-picleft{
margin:0px 35px 5px 0px;
float:left;
}

/*Sets up positioning and margin for left-aligned images*/
.picleft{
margin:0px 8px 8px 0px;
float:left;
}

/*Sets up positioning and margin for right-aligned images*/
.picright{
margin:0px 0px 8px 8px;
float:right;
}


.textright{
text-align:right;
}


.center{
text-align:center;
}


.small{
font-size:0.8em;
}


.bold{
font-weight:bold;
}


#footer{display:none;}

