@charset "UTF-8";
body {
	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;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/brickWall.jpg);
}
#container  {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFC;
}
#masthead {
	background-color: #000;
	height: 100px;
	color: #FFF;
}
#navagation {
	background-color: #000;
	float: left;
	width: 175px;
	overflow: hidden;
	background-image: url(images/navBG.jpg);
	height: 273px;
}
#banner {
	background-color: #333;
	float: right;
	height: 273px;
	width: 725px;
	padding: 0px;
	margin: 0px;
	clear: none;
}
#mainContent  {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	font-size: .9em;
	line-height: 1.2em;
	height: 290px;
	clear: both;
}
#logos {
	float: right;
	height: 287px;
	width: 150px;
}
#head {
	color: #000;
	float: left;
	height: 55px;
	width: 650px;
}
#instructor {
	float: right;
	height: 490px;
	width: 195px;
	clear: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	line-height: 1.2em;
}
#footer {
	height: 33px;
	width: 900px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	background-image: url(images/footer-B-G.jpg);
	margin: 0px;
	float: left;
}
h1 {
	font-size: 1.8em;
	color: #000;
	line-height: 1em;
	vertical-align: top;
}
.image {
	text-align: center;
	margin: 10px;
}
.instPix {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#instID {
	height: 230px;
	width: 196px;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #000;
}
#copy {
	float: left;
	width: 650px;
	font-size: 0.95em;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	height: 200px;
}
#aboutPix {
	float: left;
	height: 175px;
	width: 450px;
	color: #FFF;
	background-color: #666;
	margin-bottom: 15px;
}
#credit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.whiteType {
	color: #FFF;
}
.BlkType {
	color: #000;
}
.logoSpacing {
	margin-top: 12px;
	margin-left: 13px;
}
a:link {
}
a:visited {
}
a:hover {
	color: #666;
}
a:active {
	color: #000;
}
