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

#headerLogo {
	position: relative;
	top: 0px;
	z-index: 100;
	height: 100px;
	width: 265px;
	left: 373px;
}
#page {
	background-color: #FFF;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#column1 {
	width:200px;
	margin-right:5px;
	float: left;
}
#column2 {
	width:760px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	padding-left: 10px;
}

#teacherBox {
	width:197px;
	overflow: hidden;
}

#teacherBox a {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 167px;
	padding-top: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-top: 0px;
	padding-bottom: 1px;
}

#teacherBox a:hover {
	color: #FFF;
	background-color: #999;	
}

.title {
	height: 36px;
	width: 190px;
	position: relative;
	left: 0px;
	bottom: 0px;
}

#studentBox {
	width:197px;
	overflow: hidden;
}

#studentBox a {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 167px;
	padding-top: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-top: 0px;
	padding-bottom: 1px;
}

#studentBox a:hover {
	color: #FFF;
	background-color: #999;	
}
#parentBox {
	width:197px;
	overflow: hidden;
}

#parentBox a {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 167px;
	padding-top: 7px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-top: 0px;
	padding-bottom: 1px;
}

#parentBox a:hover {
	color: #FFF;
	background-color: #999;	
}