.header {
		background-image: url('../images/title_background.png');
		background-repeat: no-repeat;
		height: 113px;
		margin-top: 20px;
		position: relative;
	}

	a {
		text-decoration: none;
	}

	.header h1 {
		margin-left: -20000px;
	}
	
	.header .titleimg {
		position: absolute;
		bottom: 15px;
		left: 9px;
	}

	h3 {
		font-size: 21pt;
		font-weight: normal;
		color: #333;
	}

	#dv1, #dv2, #dv3, #dv4, #dv5 {
		width: 710px;
		margin-left: 15px;
		float: left;
	}

	#dv2, #dv3, #dv4, #dv5 {
		display: none;
	}

	.slideimg {
		float: left;
	}

	.slidecontent {
		float: left;
		margin-left: 20px;
		width: 390px;
	}

	.class_title {
		font-size: 20pt;
		color: #333;
		margin-bottom: 4px;
	}

	.class_location, .class_date , .class_description{
		padding-left: 5px;
		margin-bottom: 4px;
		line-height: 1.2em;

	}

	#slidenav {
		float: left;
		width: 210px;
	}

	#slidenav ul {
		border-left: solid #aaa 1px;
	}

	#slidenav li {
		padding: 12px;
		border-bottom: solid #aaa 1px;
	}

	.contenttop {
		margin-top: 10px;
		height: 12px;
		background-image: url('../images/contenttop.png');
	}

	.contentbot {
		height: 12px;
		background-image: url('../images/contentbot.png');
	}

	.content {
		border-left: solid #aaa 2px;
		border-right: solid #aaa 2px;
		padding: 10px;
	}

	.content h2, .dvpartners h2 {
		font-size: 28pt;
		color: #333333;
		border-bottom: solid #aaa 1px;
		margin-bottom: 5px;
		font-weight: normal;
	}

	.content h4 {
		font-size: 20pt;
		color: #555;
	}

	.content p {
		line-height: 1.3em;
		text-indent: 1em;
		margin-bottom: 5px;
	}

	.dvpartners h2 {
		margin-top: 15px;
	}

	.dvpartners a {
		margin-right: 40px;
	}

	.navigation li {
		float: right;
		margin-top: 10px;
	}

	.navigation ul {
		margin-right: 30px;
	}

	.navigation a {
		color: #777;
		padding: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navigation a:hover {
		background-color: #eee;
	}


	.callist li {
		margin-bottom: 12px;
	}

	.callist li div {
		margin-bottom: 4px;
	}


