@charset "utf-8";
/* CSS Document */

#TEMPLATE-header {
	background-color: #000;
	width: 100%;
	height: 162px;
	background-image: url(site-layout-images/BG-color-header.png);
	background-repeat: repeat-x;
}
#TEMPLATE-header-image {
	background-image: url(site-layout-images/TEXT-Northwood.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 162px;
}
#TEMPLATE-body {
	background-color: #FFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(site-layout-images/BG-body.png);
	background-repeat: repeat-y;
}
#TEMPLATE-background {
	width: 100%;
	background-image: url(site-layout-images/BG-trees.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#TEMPLATE-footer {
	background-image: url(site-layout-images/BG-footer.png);
	background-repeat: repeat-x;
	height: 62px;
	width: 100%;
}

body {
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	background-image: url(site-layout-images/BG-color.png);
}
a {
	color: #570000;
	text-decoration: none;
}
a:hover {
	color: #A80000;
}

.menu {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
}
.menu a:hover {
	color: #FFB100;
}
.AUCP {
	font-size: 10px;
	color: #460000;
}
.AUCP a {
	font-size: 14px;
	color: #CCC;
}
.AUCP a:hover {
	text-decoration: underline;
}

.body-table {
	width: 520px;
	margin-left: 20px;
}
.body-table .schoolinfo {
	font-style: italic;
	font-weight: bold;
}

.upcomingevents {
	background-color: #EEE;
	border: 1px solid #CCC;
}
.upcomingevents .rowtitle {
	background-color: #E2E2E2;
}

.upcomingevents td {
	border: 1px solid #CCC;
}
.staff {
	font-size: 12px;
	background-color: #EBEBEB;
	border-top-color: #870000;
	border-right-color: #870000;
	border-bottom-color: #870000;
	border-left-color: #870000;
}
.staff .title {
	font-size: 16px;
	color: #FFF;
	background-color: #870000;
	font-weight: bold;
}
.staff td {
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.schedule {
	font-size: 14px;
	background-color: #EBEBEB;
	border-top-color: #870000;
	border-right-color: #870000;
	border-bottom-color: #870000;
	border-left-color: #870000;
}
.schedule .title {
	font-size: 16px;
	color: #FFF;
	background-color: #870000;
	font-weight: bold;
}
.schedule .rowtitle {
	background-color: #DADADA;
}

.schedule td {
	border: 1px solid #CCC;
}

