body {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#message {
	color: #ff0000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#topNav {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 34px;
	background-image: url(../img/topNav/background.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

.bannerImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

#layoutFooter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 8pt;
	background-color: #ffffff;
	width: 800px;
	height: 45px;
	vertical-align: bottom;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#mainLayout {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	table-layout: fixed;
	border-spacing: 0px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
}

#mainLayout #leftNav {
	width: 200px;
	text-align: center;
	vertical-align: top;
}

#mainLayout #mainContent {
	width: 400px;
	vertical-align: top;
}

#mainLayout #rightNav {
	width: 200px;
	text-align: center;
	vertical-align: top;
}

div.contentBox {
	border: 1px solid #4c795d;
	background-color: #f2f7f4;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	padding: 10px;
}

.error_message {
	color: #ff0000;
}

#breadcrumbs {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #4C795D;
	font-size: 12pt;
	height: 20px;
}

#breadcrumbs a:link {
	color: #4C795D;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #4C795D;
	text-decoration: underline;
}

#breadcrumbs a:visited {
	color: #4C795D;
	text-decoration: none;
}

div.more-info-row {
	overflow: auto;
	}
	
div.more-info {
	background: #ffffcc;
	float: left;
	width: 163px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	overflow: auto;
	}
	
div.more-info a, div.more-info a:visited, div.more-info a:active { color: #000000; text-decoration: none; }
div.more-info a:hover { text-decoration: underline; }
	
div.students { margin-right: 10px; }
div.parents {}