body  {
	background:#fff url(../images/mainBg2.jpg) repeat-x;
	margin-top:23px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#0b354e;
}

h4 {
	color:#7b9b30;
	margin:0 0 -15px;
	padding:0;
	font-size:1.1em;
	}

small {
	font-size:.8em;
	}

th {
	background:#839AA7;
	text-align:left;
	color:#FFF;
	}

#container {
width:925px;
text-align:left;
margin: 0 auto;
}

#topHeader {
	width:925px;
	height:124px;
}

#navigation {
	width:538px;
	background: url(../images/navBg.jpg) repeat-x;
	margin:1px 0 0 0;
	height:35px;
	}
	
#navigation a {
	float:left;
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:.85em;
	color:#FFF;
	text-decoration:none;
	padding:7px 2px 0;
	height:20px;
	margin:4px 0 0;
	}
	
.navHome {width:51px;}
.navAbout {width:58px;}
.navCourses {width:75px;}
.navResources {width:89px;}
.navProfessor {width:124px;}
.navContact {width:73px;}

.navHome:hover {background:url(../images/bg_home.gif) no-repeat;}
.navAbout:hover {background:url(../images/bg_about.gif) no-repeat;}
.navCourses:hover {background:url(../images/bg_courses.gif) no-repeat;}
.navResources:hover {background:url(../images/bg_resources.gif) no-repeat;}
.navProfessor:hover {background:url(../images/bg_professorToto.gif) no-repeat;}
.navContact:hover {background:url(../images/bg_contact.gif) no-repeat;}

#bottomHeader {
	background: url(../images/bottomHeaderBg.jpg) repeat-x;
	height:86px;
	width:538px;
	position:relative;
	margin-top:-4px;
	
	}
	
#rightContent {
	float:right;
	width:300px;
	clear:both;
}

#rightContent h3 {
	color:#0b354e;
	font-size:1.2em;
	padding:0;
	margin:0;
	}

#leftContainer {
	background:#fff;
	width:606px;
	min-height:442px;
}

#leftContent {
	padding:0 10px 10px;
	}

#leftContent h1 {
	color:#0077c0;
	margin:0;
	padding:0;
	font-size:1.7em;
	}
	
#leftContent p {
	line-height:20px;
	}

#leftContent h2 {
	color:#7b9b30;
	margin:0 0 15px;
	padding:0;
	font-size:1.2em;
	}

#testimonial {
	background:#b6cad5;
	width:260px;
	color:#0b354e;
	font-size:18px;
}

#footer {
	width:606px;
	}

#footer a {
	color:#0b354e;
	font-weight:bold;
	font-size:.8em;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}

.rightText {
	font-size:.8em;
	font-weight:bold;
	margin:0;
	padding:0;
	}

.rightHeading {
	margin:0;
	padding:0;
	color:#ac0c0c;
	font-size:1em;
	font-weight:bold;
	}

#subContentBox {
	margin-left:20px;
	width:557;
	}
	
#subContentBox * {
	behavior: url(/beta/css/iepngfix.htc);
	}

#subCont {
	width:557px;
	background:#0b354e;
	color:#fff;
	float:left;
	position:relative;
}

#subContText {
	padding:10px;
	width:557px;
	}
	
#subContText p {
	width:360px;
	border-right:1px solid #FFF;
	margin:0;
	padding:0 5px 0 0;
	}
	
#testimonialText {
	padding: 15px;
	font-size:.85em;
	}
	
#subContText .subImage {
	position:absolute;
	bottom:-12px;
	right:-8px;
	}
	
.noticeBoxGreen {
	border:2px solid #c0ffbe;
	background-color:#e3ffdd;
	padding:3px;
	width:100%;
	margin:12px auto;
	text-align:center;
	}
	
.schedule-table {
	border-collapse: collapse;
	border-width: 2px;
	border-spacing: 0;
	margin-top: 25px;
	font-size: 10px;
	text-align: center;
	}

.schedule-table p {
	margin-top: 0px;
	margin-bottom: 0px;
	}

.schedule-table td{
	border-width: 2px;
	border-style: solid;
	border-color: #7ca1ce;
	margin: 0px;
	padding: 5px;
	}
	
.schedule-row1 td{
	background-color:#d3dfef;
	}
	
.schedule-row2 td{
	background-color: #a7bede;
	}