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

body{
	font-family: "Gill Sans", "Gill Sans MT", Gill Sans MT, GillSans, Calibri, Trebuchet, "Trebuchet MS", sans-serif;
	color:#852c11;
}

.callout span{
	font-size:1.25em;
	color:#f6f2c1;
	letter-spacing: 1px;
	display:block;
	line-height:2em;
}

.programBar h1{
	display: inline;
	padding: 0px;
	font-size:1em;
}

.programBar h1 a{
	color:#852c11;
	text-decoration:none;
}

.programBar h1 a:hover{
	color:#000;
}

span.programDivider {
	margin: 0px 20px;
	}

.bodyCopy {
	font-size:1em;
	line-height:1.5em;
	letter-spacing:normal;
}

.bodyCopy p{
	margin-top:20px;
	margin-bottom: 20px;
}

.bodyCopy h2{
	display:block;
	font-size:1em;
	background-image:url(../images/headerbar.png);
	background-position: 0px -25px;
	background-repeat:no-repeat;
	height:75px;
	position:relative;
	left:-40px;
	width: 800px;
	padding-left:40px;
	letter-spacing:1px;
	line-height:35px;
	clear:both;
	margin-bottom:-30px;
}

.bodyCopy h3.first{
	line-height:2em;
}



.bodyCopy h3{
	margin:0px;
	padding:0px;
	font-style:italic;
	letter-spacing:2px;
	font-size:20px;
	margin-top:15px;
}

.bodyCopy h3.first{
	margin-top:-30px;
}

.bodyCopy h4{
	font-weight:normal;
	font-size:18px;
	margin:5px 0px;
}

h4.info{
	margin-bottom:50px;
}

.bodyCopy a {color:#852c11;
	text-decoration:none;
	font-weight:bold;
}

.bodyCopy a:hover {
	text-decoration:underline;
}

.copyrightBar {
	text-align:center;
	padding:15px;
	font-size:.8em;
}

.copyrightBar a{
	color: #852c11;
	font-weight:bold;
	text-decoration:none;
}

.copyrightBar a:hover{
	color:#000;
	text-decoration:underline;
}

.intro {
	padding-top:20px;
	font-size:1.1em;
	letter-spacing:1px;
}

.quote{
	font-style:italic;
	letter-spacing:1px;
}

.attribution{
	font-size:.9em;
	text-align:right;
}

div.teacher p{
	padding-top:20px;
}

ul.criteria {
	list-style: circle;
	padding-bottom:20px;
}

ul.criteria li{
	padding-top:10px;
}

.coursename {
	text-transform:uppercase;
}

#sitemap .bodyCopy ul ul {
	padding-left:20px;
}
#sitemap .bodyCopy li {
	padding:5px;
}
