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

body {
	background-color: #882f2f;
}

#level1 {
	width: 850px;
}

#masthead {
	position: absolute;
	height: 62px;
	width: 606px;
	background-image: url(../graphics/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	top: 25px;
	left: 15px;
}

#nav {
	width: 800px;
	height: 50px;
	background-color: #191818;
	background-position: center;
	top: 100px;
	left: 15px;
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c3baba;
	font-weight: bold;
	font-size: .9em;
}

#nav a:link {
	color: #c3baba;
	text-decoration: none;
}

#nav a:visited {
	color: #999999;
	text-decoration: none;
}

#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#nav a:active {
	color: #c3baba;
	text-decoration: none;
}

#navred {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 120px;
	height: 40px;
	background-color: #7b0c48;
}

#navoverview {
	position: absolute;
	top: 15px;
	left: 30px;
}

#navorange {
	position: absolute;
	top: 5px;
	left: 125px;
	width: 120px;
	height: 40px;
	background-color: #9a5828;
}

#navteachers {
	position: absolute;
	top: 15px;
	left: 151px;
}

#navyellow {
	position: absolute;
	top: 5px;
	left: 245px;
	width: 120px;
	height: 40px;
	background-color: #857a19;
}

#navparents {
	position: absolute;
	top: 15px;
	left: 275px;
}

#navgreen {
	position: absolute;
	top: 5px;
	left: 364px;
	width: 190px;
	height: 40px;
	background-color: #045813;
}

#navparaprofessionals {
	position: absolute;
	top: 15px;
	left: 392px;
}

#navblue {
	position: absolute;
	top: 5px;
	left: 554px;
	width: 120px;
	height: 40px;
	background-color: #313287;
}

#navstudents {
	position: absolute;
	top: 15px;
	left: 580px;
}

#navpurple {
	position: absolute;
	top: 5px;
	left: 674px;
	width: 120px;
	height: 40px;
	background-color: #694a7b;
}

#navtoolkit {
	position: absolute;
	top: 15px;
	left: 708px;
}

#level2 {
	width: 800px;
	top: 160px;
	left: 15px;
	position: absolute;
}

#maintext {
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #d2d2d1;
	border-color: #191818;
	border-style: solid;
	border-width: thick;
	margin-bottom: 10px;
}

#footer {
	width: 770px;
	top: 325px;
	left: 15px;
	background-color: #191818;
	padding: 15px;	
	color: #c3baba;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}

#footer a:link {
	text-decoration: none;
	color: #c3baba;
}

#google {
	width: 145px;
	margin-left: 630px;
	margin-top: 25px;
	height: 30px;
	background-color: #999999;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}