/* start unsetting default styles */
* {
	margin: 0;
	padding: 0;
}

:link,:visited {
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6,blockquote {
	font-size:1em;
}

a img,:link img,:visited img {
	border:none;
}

address {
	font-style:normal;
}
/* end unsetting default styles */



body {
	background: #857EB3 url(../img/background.gif) repeat-y;
	font: 12px/18px verdana;
}

#content a {
	color: #857EB3;
	text-decoration: underline;
}

#content a:hover {
	color: #675EA0;
}

#container {
	margin-left: 36px;
	width: 728px;
}

h1 {
	text-indent: -9999px;
	background: transparent url(../img/header.jpg);
	width: 728px;
	height: 199px;
}

#topquote {
	text-indent: -9999px;
	width: 514px;
	height: 100px;
	background: transparent url(../img/quote.jpg) no-repeat left;
	float: left;
}

#content {
	padding: 10px;
	width: 476px;
	float: left;
	margin-left: 15px;
}


h2 {
	width: 454px;
	height: 34px;
	clear: both;
	text-indent: -9999px
}

h3 {
	width: 454px;
	height: 29px;
	clear: both;
	text-indent: -9999px;
	margin-top: 20px;
}


.blurb {
	border: 1px solid white;
	border-left: 1px solid #DAD8E9;
	padding-left: 1em;
	padding-bottom: .1em;
	overflow: hidden;
	display: block;
}


img.insertright {
	float: right;
}

img.insertleft {
	float: left;
}


address {
	color: #666666;
	font-size: 10px;
	border-top: 1px dotted #c8c8c8;
	margin-top: 20px;
	line-height: 14px;
	text-align: right;
	clear: both;
}

.copyright {
	color: #999;
	text-align: center;
	font-size: 80%;
	margin-top: 2em;
}

.center {
	text-align: center;
	margin: 0 auto;
}

p, ol, ul {
	margin-bottom: 1em;
}

li {
	margin-left: 2em;
}

ul.highlight {
	margin-left: 1em;
}

ul.highlight li {
	padding: 3px;
	margin: 1px;
}

/*** navigation ***/
#sidenav {
	float: left;
	width: 200px;
	list-style: none;
}

#sidenav a {
	width: 187px;
	height: 34px;
	display: block;
}

#sidenav li {
	text-indent: -9999px;
	margin-left: 13px;
	padding-bottom: 1px;
}

#sidenav #navhome a {
	background: transparent url(../img/sidenav/home.gif) top;
	height: 39px;
}

#sidenav #navhome a:hover, #sidenav #navhome a.active {
	background-position: bottom;
}

#sidenav #navobjectives a {
	background: transparent url(../img/sidenav/objectives.gif) top;
}

#sidenav #navobjectives a:hover, #sidenav #navobjectives a.active {
	background-position: bottom;
}

#sidenav #navenvironment a {
	background: transparent url(../img/sidenav/environment.gif) top;
}

#sidenav #navenvironment a:hover, #sidenav #navenvironment a.active {
	background-position: bottom;
}

#sidenav #navschedule a {
	background: transparent url(../img/sidenav/schedule.gif) top;
}

#sidenav #navschedule a:hover, #sidenav #navschedule a.active {
	background-position: bottom;
}

#sidenav #navtuition a {
	background: transparent url(../img/sidenav/tuition.gif) top;
}

#sidenav #navtuition a:hover, #sidenav #navtuition a.active {
	background-position: bottom;
}

#sidenav #navcalendar a {
	background: transparent url(../img/sidenav/calendar.gif) top;
}

#sidenav #navcalendar a:hover, #sidenav #navcalendar a.active {
	background-position: bottom;
}

#sidenav #navcontact a {
	background: transparent url(../img/sidenav/contact.gif) top;
}

#sidenav #navcontact a:hover, #sidenav #navcontact a.active {
	background-position: bottom;
}






table {
	border: 1px solid #b8b4d6;
	border-collapse: collapse;
	width: 100%;
}

table th {
	background: #b8b4d6;
	padding: .25em;
	color: white;
	text-align: left;
}

table td {
	border-bottom: 1px solid #b8b4d6;
	padding: .25em;
}

th.fee, td.fee {
	width: 10em;
}