@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/MP-BG-1-grad.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #031d40;
	background-position: center top;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	background-image: url(../images/PageTitleBG-1.png);
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 40px;
	color: #031D40;
	margin: 0px;
}
a {
	color: #15A800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#page-background {
	background-image: url(../images/MP-BG-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#page-body {
	background-image: url(../images/body-1.png);
	background-repeat: repeat-y;
	background-position: center;
}
.menu {
	margin-left: 10px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu .title {
	text-decoration: underline;
	font-weight: bold;
	color: #286C17;
}

.menu a {
	color: #031D40;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
}
.menu a:hover {
	color: #4E637E;
}
.staff {
	background-color: #FFF;
	font-size: 12px;
}
.staff td {
	border: 1px solid #8AE275;
}
.staff .title {
	font-weight: bold;
	color: #031D40;
	background-color: #D8FBC6;
	font-size: 17px;
}
.staff .title a {
	color: #387630;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.staff .title a:hover {
	color: #4AC820;
}


.bell {
	background-color: #FFF;
	font-size: 12px;
}
.bell td {
	border: 1px solid #8AE275;
}
.bell .title {
	font-weight: bold;
	color: #031D40;
	background-color: #D8FBC6;
	font-size: 17px;
}
.edcode {
	font-size: 9px;
}
.calendar {
	background-color: #FFF;
	border: 3px solid #031D40;
	font-size: 16px;
}
.calendar .date {
	background-color: #E6FED5;
}
.calendar td {
	border: 1px solid #C9F1BE;
}

