@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Futura PT", sans-serif, Tahoma;
	font-size: normal;
}
.oneColElsCtr #container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
}
.oneColElsCtr #container #header {
	color: #000000;
	height: auto;
}
.oneColElsCtr #mainContent {
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.style3 {
	font-size: 42px;
	font-family: Raleway, 'Futura PT', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000000;
	line-height: 50.4px;
	text-align: left;
}
.style7 {font-size: small}
.style8 {
	font-size: x-small;
	color: #666666;
}
a {
	color: #000000;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.oneColElsCtr #teaching {
	border: 1px solid #999999;
	padding: 0px;
}
.box {
	border: 0px solid #FFFFFF;
	padding: 0px;
	font-size: 20px;
	text-align:left;
}
p {
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: small;
	font-weight: bolder;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.centerx {
	text-align: center;
}
.rightx {
	text-align: right;
}
.indentx {
	text-indent: -50px;
	margin-left: 50px;
}
.blackbuttonx {
	background-color: rgb(91,155,213);
	color: #FFFFFF;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align="center";
	font-size: 20px;	
}

hoverx {
	background-color: rgb(91,155,213);
	color: #FFFFFF;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align="center";
	font-size: 20px;
	height:50px;
	line-height: 50px;	
	}
hoverx:hover {color:#CCCCCC;}

a.blackbuttonx:hover{ text-decoration: none; color: #CCCCCC;}
a.blackbuttonx:link{color:white;}
a.blackbuttonx{color:white;}

.bigphoto {
	text-align: center;
	width: 333px;
	float: left;
	}

.blurbbox {
	position:relative;
	margin-left: 30px;
	padding-left: 10px;
	float:left;
	text-align: left;
	font-size: 20px;
	vertical-align:top;
	}
	
.BoxHighlight {
position: relative;
display:block;
}

.WorkBox
{
text-align: center;
font-size: 40px;
height: 120px;
border-spacing: 10px;
}
