/*CSS for quiz 6*/
body{
	font-family: arial, calibri, sans-serif;
}
#pagewrapper{
	background-color:  #84E1C5;
	margin: 5px auto;
	width: 940px;
	height: 650px;
	}
	#pagewrapper-seminar{
	background-color:  #84E1C5;
	margin: 5px auto;
	width: 940px;
	height: 1300px;
	}
	#pagewrapper-testing{
	background-color:  #84E1C5;
	margin: 5px auto;
	width: 940px;
	height: 1425px;
		}
	#pagewrapper-classes{background-color:  #84E1C5;
	margin: 5px auto;
	width: 940px;
	height: 1100px;
}
#header {
	background-color: #84E1C5;
	text-align: center;
	padding:10px;
}
#header img{
	float:left;
	margin-right: -150px; 
}

#graduation{
	float:right;
	margin-top: -177px; 
	margin-bottom: 5px;
}
.style25 {color: #000000; font-style: italic; }
#sidebar {
	width: 200px;
	height:400px;
	float: right;
	background-color:#a0ccff;
	padding:5px;	
}
#sidebar ol, #sidebar a {
	list-style: none;
	margin-right: 10px;
	text-align: left;
	margin-left: -20px;
}
#sidebar p{
	text-align: center;
	text-decoration: none;
}
#sidebar-seminar {
	width: 200px;
	height:1170px;
	float: right;
	background-color:#a0ccff;
	padding:5px;	
}
#sidebar-testing {
	width: 200px;
	height:1312px;
	float: right;
	background-color:#a0ccff;
	padding:5px;	
}
#sidebar-testing ol{
	list-style: none;
}
/*#sidebar-classes {
	width: 150px;
	height:940px;
	float: right;
	background-color:#a0ccff;
	padding:5px;	
}*/

#menu {
padding: 5px;
text-align: center;
 background-color:#72A8BF;
}
#menu li{
display: inline-block;
list-style: none;
	
	margin: 5px;
	padding: 10px;
	text-decoration: none;
	color: #000;
	/*border: 1px solid #000;*/
}
#content-seminar a {
	color:#014E55;
	 border: 2px solid #014E55;
}
#content-seminar a:hover {
	color:#fff;
	 border: 2px solid #fff;
}
#content-classes{
	text-align: center;
	float: center;
	line-height: 30px;
	padding: -10px;
}
#classes{
	float: left;
	text-align:center;
}
#classes table {
			border-collapse: collapse;
			width: auto;
			margin: 5px auto;
			margin-left: 150px;
			padding-left: 5px;
		}

#classes table, th, td { border: 1px solid #fff;}
		th, td{Padding: 5px;}
		td{text-align: center;}
		
		thead{ background-color: #aaaaff;
		border: 1px solid #000;}
#cost{
	float: center;
	text-align:center;
	margin-top: -300px;
}
#classes img{
	display: block;
    float: center;
     position: fixed;
    clip: rect(10px,100px,100px,10px);
}
.crop{}
a:link{
	text-decoration: none;
	color:#000;
	 margin: 5px;
    padding: 10px;
    background-color:#328aef;
	 border: 2px solid #000;
}
a:visited{
	color:#014E55;
	background-color: #328aef; 
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    margin: 5px;
    padding: 10px;
    background-color: #328aef;
    box-shadow: 0 2px 3px #000;
    border: 2px solid #fff;
}
table{
	background-color:#a0ccff; 
	margin-left: 5px;
}
table th{
	background-color: #a0ffaa;
}
 td p{
	padding-left: 10px;
}
#sidebar img{
	float: left;
	margin-left: 5px;
}
#sidebar-testing img{
	float: left;
	margin: 20px;
}
#sidebar-testing a{
	padding: 10px;
}
#content{
	width: 600px;
	float: left;
	font-size: large;
	line-height: 30px;
	padding: 10px;
}
#content p {
	text-align: justify;
}
/*#content p a{
	text-decoration: none;
	color:#014E55;
	
}*/
#content-seminar{
	
	float: center;
	font-size: large;
	line-height: 30px;
	padding: 30px;
	
	text-align: center;
}
#content-testing{
	width: 600px;
	float: right;
	line-height: 30px;
	padding: 10px;
	margin: 10px;
}
#content-testing p {
	text-align: left;
}
#content-planning{
	width: 600px;
	float: center;
	line-height: 30px;
	padding: 10px;
}
#topics{
	float: right;
	padding-right: 20px;
}
#footer ul {
	text-align: center;
	list-style: none;
}
#footer{
	clear:both;
	width: 930px;
	font-size: 1em;
	text-align: center;
	padding: 5px;
	background-color: #689DC2;
	list-style: none;
	text-decoration: none;
}

#copyright{
	font-size: .75em;
}
