body {
	font-family: Verdana, sans-serif;
	background-color: #666666;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(../images/body-bg.jpg) no-repeat scroll top left;
}

a {
	color: #cc4422;
	text-decoration: none;
}

	a:visited {
		color: #bb4422;
	}

	a:hover {
		text-decoration: underline;
	}

img, div { 
}

h1 {
	font-size: 3em;
	color: #552222;
	text-decoration: none;
}

	h1 a:hover, 
	h1 a:visited {
		text-decoration: none;
	}

h2 {
	font-size: 2em;
	text-align: left;	
	color: #552222;
	margin-bottom: .3em;
}

	h2 a,
	h2 a:visited {
		color: #552222;
		text-decoration: none;
	}

	h2 a:hover {
		text-decoration: none;
	}

h3 {
	font-size: 1.2em;
	text-align: left;
	color: #aa7777;
	padding-bottom: .6em;		
}

h4, span.title {
	font-weight: bold;
	color: #552222;
	margin-bottom: .3em;
}

p {
	margin-bottom: 10px;
}

#doc {
/*
	background-color: #ffffff;
	background-image: url(../images/mulberry-slice.jpg); 
	background-repeat: repeat-x;
	color: #444444;
*/
	min-height: 800px;
}

#hd {
	margin: 0;
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 1em;
	height: 110px;
/*	
	background-image: url(../images/mulberry-slice.jpg); 
	background-repeat: repeat-x; 
*/
}
	#hd h1 {
		padding-top: .6em;
	}

#bd {
}

#ft {
	border-top: 1px solid #cccccc;
	padding: 1em 0;
	text-align: right;
	color: #444444;
}

div.content {
	padding-top: 0em;
}
	#ft div.content, #hd div.content {
		margin: 0 10px;
	}

	.yui-b.first div.content {
		padding-left: 1em;
	}

.clr {
	clear: both;
}

ul.nav {
	list-style-type: none;
	font-weight: normal;
	padding-bottom: 8em;	
	padding-top: 3em;
	margin-left: 0;	
}


	ul.nav a:link, ul.nav a:active, ul.nav a:visited  {
		text-decoration: none;
		color: #bb8888;
	}

	ul.nav li {
		font-size: 1.5em;
		text-align: right;
		line-height: 1.8em;
	}
	
		ul.nav li a:visited {
				color: #bb8888;
			}

	ul.nav.vertical li a {
		display: block;
		padding: 0em;
		color: #bb8888;
		height: 100%;
	}

		ul.nav.vertical li.selected a {
			font-size:1em;
			font-weight: bold;
			color: #aa2222;
		}

		ul.nav.vertical li a:hover {
			color: #882222;
			font-weight: bold;
			text-decoration: none;
		}

	ul.nav.horizontal {
		padding: 0;
		margin: 0;
	}
	
		ul.nav.horizontal li {
			display: block;
			font-size: 1em;
			text-align: center;
			float: left;
			margin-right: 10px;
		}

		ul.nav.horizontal.links li {
			height: 160px;
			width: 340px;
			margin-bottom: 14px;
		}

		ul.nav.horizontal li a {
			display: block;
			text-align: center;
		}

			ul.nav.horizontal.links li a img {
				vertical-align: middle;
			}
		
			ul.nav.horizontal li a:hover span {
				text-decoration: underline;
			}
		
p.note {
	color: #988898;
	font-size: .8em;
	padding: .2em;
	margin-left: 0em;
	clear: both;
}	

div#mainImage {
	text-align: left;
	margin-top: 1em;
}
	#mainImage .title {
		font-weight: bold;
		background-color: #ffffff;
	}
	
	#mainImage .medium {
		color: #888888;
		font-style: italic;
		padding-bottom: 1em;
		background-color: #ffffff;
	}
	
	#mainImage .info {
		color: #444444;
		font-style: italic;
		background-color: #ffffff;
	}
	
	#mainImage img {
		border: 2px solid #f7f4c9;
	}
/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
	height: 58px;
	margin: 0 0 8px 0;
	padding: 0;
}

	.hoverbox a {
		cursor: pointer;
	}

		.hoverbox a .preview {
			display: none;
		}
		
		.hoverbox a:hover .preview {
			display: block;
			position: absolute;
			top: -2px;
			left: -3px;
			z-index: 1;
			width: 60px;
			height: 60px;
			border: 1px solid #bb4422;
		}

	.hoverbox img {
		padding: 2px;
		vertical-align: top;
		width: 50px;
		height: 50px;
	}
	
	
	.hoverbox li {
		display: inline;
		float: left;
		margin: 0;
		padding: 3px;
		margin-bottom: 4px;
		position: relative;
	}

	.hoverbox .preview {
	}

ul.classListing {

}
	ul.classListing li {
		margin-bottom: 1em;
	}
	
	ul.classListing li div.dateTime, ul.classListing li span.dateTime {
		color: #666666;
		font-style: italic;
		font-size: .9em;
		padding-right: 1em;
	}
	
	ul.classListing li div.description {
		margin-top: .3em;
		margin-left: 1em;
	}
