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

#headerLogo {
	position: relative;
	top: 25px;
	z-index: 100;
	height: 139px;
	width: 369px;
	left: 320px;
}

#page {
	background-color: #FFF;
	margin-right: 0;
	margin-left: 0;
	padding:10px;
}

#column1 {
	width:253px;
	margin-right:5px;
	float: left;
	margin-top: 7px;
}
#column2 {
	width:633px;
	margin-top: 75px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
}

.icon {
	position: relative;
	top: -63px;
	width: 100px;
	left: 103px;
	overflow: hidden;
}
.bottom {
	height: 45px;
}
.title {
	height: 36px;
	width: 190px;
	position: relative;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
}

#teacherBox {
	width:210px;
	overflow: hidden;
	height: auto;
}

#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;
}

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

#studentBox {
	width:210px;
	height: auto;
	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;
}

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

#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;
}

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

#main_text {
	float: left;
	height: auto;
	width: 460px;
	margin-top: 21px;
}

#main_text h2 {
	font-size: 18px;
	color: #2ea7df;
	font-weight: bold;
}
