body {
	background-color: #333333 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/* HEADING STYLES */

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:4px;
}
h2 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #2A5961;
	margin-top: 20px;
	margin-bottom: 4px;
}
h3{
	font-size:14px;
	font-weight:bold;
	line-height:normal;
	margin-top:18px;
	margin-bottom:2px;
}
h4{
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	margin-top:10px;
}


p {
	padding:0;
	margin:0;
	margin-top:8px;
	margin-bottom:8px;
}


/* DEFAULT LINK STYLES */

a {
	color: #2A5961;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	/*text-decoration: none;*/
	color: #2A5961;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}


#middleContainer {
	width:946px; /*965 - padding (10px)*/
	margin:0px auto;
	background-color:white !important;
	padding:5px;
}
#leftColumn {
	float:left;
	width:218px;
}

#content {
	text-align:left;
	margin-left:230px;
	margin-right:175px;
}

#rightColumn {
	float:right;
	min-width:100px;
	max-width:300px;
	width:auto;
	margin-left:20px;
}

#rightColumn #testimonial {
}

/* PAGE SECTION FORMATTING */

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.content {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: White;
}

/* HEADER NAVIGATION STYLES */
.nav a {
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
}
.nav a:hover {
	color: #CD754F;
	text-decoration:none;
}

.rose {
	color: #A95952;
	font-weight:bold;
}
.teal {
	color: #2A5961;
	font-weight:bold;
}


/* CALENDAR TABLE FORMAT */
table.calendar {
	background-color:#FAC5AB;
}
table.calendar th {
	border-style:solid;
	border-width:1px;
	text-align:center;
	border-color:white;
	padding:4px;
	background-color:#F7986A;
}
table.calendar td {
	border-style:solid;
	border-width:1px;
	text-align:center;
	border-color:white;
	padding:4px;
}


/* QUICKNAV STYLES */
.Navigation p {
	margin:10px 10px 10px 10px;
}

.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
}


/* TESTIMONIAL FORMATTING */
.Testimonial {
	padding-left: 8px;
	padding-right:17px;
	text-align:center;
}
.Testimonial img {
	border: 4px solid #697B7B;
	width:100px;
	height:auto;
	margin-bottom:4px;
}
.Testimonial h1 {
	font-size:12px;
	font-weight:bold;
	color:#79844C;
	padding:0px;
	margin:0px;
	text-align:left;
	margin-bottom:3px;
}
.Testimonial h2 {
	margin:0px;
	font-size:10px;
	font-weight:normal;
	color:black;
	text-align:left;
	margin-bottom:5px;
}
.Testimonial p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height:1;
}
.Testimonial a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	line-height:1;
	color:#CD754F;
}

.FacultyTable {
	vertical-align:top;
}
.FacultyTable td {
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
}
.data {
	border-style:solid;
	border-width:2px;
	border-color:#cccccc;
	background-color:#EFEFEF;
}
.data td{
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
}

.smalltext {
	font-size: 10px;
	font-style: italic;
}

.smalltext p {
	padding:0;
	margin:0;
	padding-top:.5em;
}

/* NAV INCLUDES */
#leftNavStudents .top {
	background-image:url('images/students.jpg');
	background-repeat:no-repeat;
	width:218px;
	height:157px;
}
#leftNavStudents {
	background-image:url('images/students_bg.jpg');
	background-repeat:repeat-y;
}
#leftNavStudents .bottom {
	background-image:url('images/students_bot.jpg');
	background-repeat:no-repeat;
	height:26px;
	width:218px;
}
