/* CSS Document */

	html {
		margin:0;
		padding:0;
	}
	body {
		background-color: #949b93;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	a:link {
	color: #004272;
	text-decoration: underline;	
	}
	a:visited {
	color: #004272;
	text-decoration: underline;
}
	a:hover {
	color: #507590;
	text-decoration: underline;
}
	a:active {
	color: #507590;
	text-decoration: underline;
}

	
	#wrap {
		margin: 0 auto;
		width: 701px;
		background-image: url(images/background.gif);
		background-position: bottom;
	}
	#top-home {
		background-image: url(images/top_home.gif);
		height: 50px;
	}
	#top-teach {
		background-image: url(images/top_teacher.gif);
		height: 30px;
	}
	
	#top-spon {
		background-image: url(images/top_sponsor.gif);
		height: 30px;
	}
	
	#top-main {
		background-image: url(images/top_main.gif);
		height: 30px;
	}
	
	#header {
		background-image: url(images/back-main.gif);
		padding: 20px;
		border-bottom: 1px solid;
	}
	#header img {
		border: 0px;
		margin: 6px;
	}
	#content {
		float: right;
		width: 451px;
		padding: 20px;
	}

	#button {
		float: right;
		margin: 10px 10px 10px 10px;
		clear: both;
	}
	#sidebar {
		float:left;
		width: 170px;
		height: auto;
		padding: 20px;
	}
	
	#footer {
		background-image: url(images/back-footer.gif);
		height: 20px;
		clear:both;
		border-top: 1px solid;
		padding: 5px 20px 10px 20px;
		text-align: center;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	
	.nav {
	list-style-image: none;
	list-style-position:inherit;
	list-style-type: none;
	line-height: 16px;
	}
	
	#teacher a:link {
	color: #B6751F;
	text-decoration: underline;	
	}
	#teacher a:visited {
	color: #B6751F;
	text-decoration: underline;
}
	#teacher a:hover {
	color: #B6751F;
	text-decoration: underline;
}
	#teacher a:active {
	color: #B6751F;
	text-decoration: underline;
}
	
	.teacherlist {
		list-style-image: url(images/bullet-teach.gif);
		list-style-position:inherit;
	}
	
	.teacherhead {
		font-weight: bold;
		color: #B6751F;
		font-size:12px;
		display: inline;
	}
	
	.teacherform{
		background-color: #ead3b6;
		border: 1px solid;
		padding: 5px;
	}
	
	#sponsor a:link {
	color: #757F00;
	text-decoration: underline;	
	}
	#sponsor a:visited {
	color: #757F00;
	text-decoration: underline;
}
	#sponsor a:hover {
	color: #757F00;
	text-decoration: underline;
}
	#sponsor a:active {
	color: #757F00;
	text-decoration: underline;
}
	
	.sponsorlist {
		list-style-image: url(images/bullet-spon.gif);
		list-style-position:inherit;
	}
	
	.sponsorhead {
		font-weight: bold;
		color: #757F00;
		font-size:12px;
	}
	
	#main a:link {
	color: #67909A;
	text-decoration: underline;	
	}
	#main a:visited {
	color: #67909A;
	text-decoration: underline;
}
	#main a:hover {
	color: #67909A;
	text-decoration: underline;
}
	#main a:active {
	color: #67909A;
	text-decoration: underline;
}
	
	.mainlist {
		list-style-image: url(images/bullet-main.gif);
		list-style-position:inherit;
	}
	
	.mainhead {
		font-weight: bold;
		color: #67909A;
		font-size:12px;
		display: inline;
	}
	
