@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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #bg {
	background-color: #2FBABC;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #33cccc;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A5E6E6;
	border-left-color: #A5E6E6;
}
.oneColFixCtrHdr #header {
	
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 280px;
	font-size: .8em;
}
.oneColFixCtrHdr h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.oneColFixCtrHdr a {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
}
.floatContent {
	position: relative;
	float: left;
	margin: 15px;
}

.oneColFixCtrHdr #footerBlock {
	background-color: #FFFFFF;
	width: 100%;
	bottom: 0;
	height: 30px;
}
.oneColFixCtrHdr #logo {
	padding: 15px;
}
.oneColFixCtrHdr .pdf {
	padding-left: 20px;
	background-image: url(../images/small_pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.oneColFixCtrHdr #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	text-align: right;
}
.oneColFixCtrHdr #canvas {
	background-image: url(../images/canvas.jpg);
	height: 277px;
	width: 452px;
	background-repeat: no-repeat;
	padding: 30px;
	color: #000000;
	text-align: center;
}
.oneColFixCtrHdr #descripText {
	padding: 15px;
	width: 482px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #headerContent {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #sidebar {
	float: left;
	padding-top: 75px;
	padding-left: 15px;
}
.oneColFixCtrHdr #sidebar li {
	list-style-type: none;
	line-height: 20px;
}
.oneColFixCtrHdr #sidebar ul {
	margin-left: 50px;
}
.oneColFixCtrHdr #img {
	margin-left: 100px;
	margin-top: -40px;
}
.oneColFixCtrHdr #descripText a {
	text-decoration: none;
	background-image: url(../images/application.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
}
.oneColFixCtrHdr #container #sidebar a, .media {
	text-decoration: none;
	background-image: url(../images/application.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
}
.window-text a:hover {
	color: #CCCCCC;
}
.window-text {
	color: #999999;
	font-size: 13px;
}
h1 span, h2 span {
	position:absolute;
	visibility: hidden;
	overflow: hidden;
}
#leadership {
	background-image: url(../images/leadership.gif);
	height:50px;
	width: 130px;
}
#instruction {
	background-image: url(../images/instruction.gif);
	height: 50px;
	width: 125px;
}
#design {
	background-image: url(../images/design.gif);
	height: 50px;
	width: 125px;
}
#multimedia {
	background-image: url(../images/multimedia.gif);
	height: 50px;
	width: 125px;
}
#photo {
	background-image: url(../images/photo.gif);
	height: 50px;
	width: 125px;
}
#bio {
	background-image: url(../images/bio.gif);
	height: 50px;
	width: 125px;
}