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


/* Top Header Images */
#topCell {
	width:800px;
	height:171px;
}
/*      */
/* Body For all pages */
#bodyCell {
	position:absolute;
	left:266px;
	width:523px;
	text-align:left;
	vertical-align:top;
	top: 200px;
	background-color:#959aa3;
	height: 407px;
}
/*      */
/* instructor Page & BIO */
#bodyCell_instructors {
	position:absolute;
	left:220px;
	width:560;
	vertical-align:top;
	top: 166px;
}
.bio {
	font-size: 10px;
	background-color:#043c59;
}
.bio td {
	border:1px solid #cccccc;
}
.bio th {
	border:1px solid #cccccc;
}
.bio table {
	border:1px solid #cccccc;
	border-collapse: collapse;
}
.bio ul {
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 0px;
	list-style-type: disc;
}
.bio p {
	margin-top: 0px;
	margin-bottom: 6px;
}
.bio a:link {
	color:#999;
}
/*      */
/* Summer Hour box */
.summerHours {
	position:relative;
	color: #FFF;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1em 0 0 1em;
	width:180px;
	background-color:#043c59;
}
/*      */
/* Left Nav -- 1st one only */
#nav1 {
	position:absolute;
	top: 198px;
	width:200px;
}
#nav1 img {
	border:0px;
	margin:0px;
	display:block;
}
/*      */
/* entire background */
#htmlCell {
	width:800px;
	height:100%;
}
h1 {
	color: #ca2223;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14;
	margin-bottom: 0;
}

h2 {
	color: #ca2223;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:16;
	margin-bottom: 0;
		margin-top: 0;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	font-weight:bold;
	color: #fff;
	background-image:url(images/backGround1px.jpg);
	background-repeat:repeat-y;	
	
}

a:link {
	color:#000;
	font-style:oblique;
}

hr {
		color:#FFF;
  border: 0;
  background-color: #fff;
height: 1px;
}
ul {
	margin-top:1px;
}
/*      */
/* slideShow */
.slide {
	height:330px;
	width:400px;
	top:5px;
	margin-bottom:20px;
	margin-left:30px;
}
#slidedom table {
	font-size:12px;
	font-weight:bold;
}
.highlightedBox {clear:both; width:100%; padding:0.5em 0 0.5em 0;}
.highlightedBoxContent {padding:0 0.5em 0 0.5em;
}
.highlightedBoxWhiteBoldCenter { font-size:14px; font-weight:bold; color:#ffffff; text-align:center;}
.highLightBox {background-color:#043c59;}
.borderedBox {clear:both; width:100%;text-align:center;}
.borderedBoxContent {padding:0.5em 0.5em 0.5em 0.5em; border:1px solid #cccccc;}
