@CHARSET "ISO-8859-1";

/* PAGE-WIDE CSS */
BODY {
	margin: 0px;
	font-family: sans-serif;
	color: #000066;
}

#main-table {
	border: 0px;
	width: 100%;
}
/* /PAGE-WIDE CSS */

/* HEADER CSS */
#header-image {
	border-bottom: 2px solid #000066;
	padding-top: 3px;
}

#logo {
	margin-left: 32px;
	margin-bottom: 3px;
}

#page-title {
	width: 80%;
	height: 100px;
	text-align: center;
	border-bottom: 2px solid #000066;
	font-size: 150%;
}

#header-school-location {
	height: 100px;
	padding-right: 10px;
	text-align: right;
	border-bottom: 2px solid #000066;
	font-size: 85%;
}
/* /HEADER CSS */

/* LEFT COLUMN CSS */
#main-left-div {
	padding-left: 10px;
	padding-right: 10px;
	width: 10px;
	vertical-align: top;
	text-align: center;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #000066;
}

	/* NAVIGATION */
	div.sdmenu {
		width: 150px;
		font-family: Arial, sans-serif;
		font-size: 12px;
		padding-bottom: 10px;
		background: url(../images/bottom.gif) no-repeat right bottom;
		color: #fff;
	}
	div.sdmenu div {
		background: url(../images/title.gif) repeat-x;
		overflow: hidden;
	}
	div.sdmenu div:first-child {
		background: url(../images/top.gif) no-repeat;
	}
	div.sdmenu div.collapsed {
		height: 25px;
	}
	div.sdmenu div span {
		display: block;
		padding: 5px 25px;
		font-weight: bold;
		color: white;
		background: url(../images/expanded.gif) no-repeat 10px center;
		cursor: default;
		border-bottom: 1px solid #ddd;
	}
	div.sdmenu div.collapsed span {
		background-image: url(../images/collapsed.gif);
	}
	div.sdmenu div a {
		padding: 5px 10px;
		background: #eee;
		display: block;
		border-bottom: 1px solid #ddd;
		color: #006;
	}
	div.sdmenu div a.current {
		background : #fff url(../images/linkarrow.gif) no-repeat right center;
	}
	div.sdmenu div a:hover {
		background : #fff url(../images/linkarrow.gif) no-repeat right center;
		color: #006;
		text-decoration: none;
	}
	/* /NAVIGATION */

/* /LEFT-COLUMN CSS */

/* CENTER COLUMN CSS */
#main-center-div {
	vertical-align: top;
	text-align: justify;
	padding: 10px;
}

#center-image-div {
	text-align: right;
	float: right;
	padding-left: 10px;
}

#center-image {
	width: 300px;
	background-color: white;
	border: 1px solid #000066;
}
/* /CENTER COLUMN CSS */

/* RIGHT COLUMN CSS */
#main-right-div {
	width: 20%;
	vertical-align: top;
	margin-top: 20px;
	background-color: #CCCCCC;
	border-left: 1px solid #000066;
	padding: 10px;
}

.bulletin-div {
	background-color: white;
	border: 1px solid #000066;
	padding: 5px;
}

.bulletin-header {
	text-align: center;
	font-weight: bold;
	background-color: #000066;
	color: white;
}

#bio-name {
	text-align: center;
	font-weight: bold;
}

#bio-title {
	text-align: center;
	font-style: italic;
	font-size: 90%;
}

#bio-bio {
	text-align: justify;
}

#testimonial-name {
	font-style: italic;
	text-align: right;
}

#testimonial-body {
	text-align: justify;
}

/* /RIGHT COLUMN CSS */

/* FOOTER CSS */
.footer-cell {
	border-top: 2px solid #000066;
	background-color: white;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

#quote {
	position: relative;
	margin-left: 7%;
	margin-right: 7%;
	padding-top: 5px;
	font-size: 90%;
	font-weight: 150%;
}

#qualistar {
	border: 0px;
}

#qualistar a {
	text-decoration: none;
	border: 0px;
}

#copyright {
	font-size: 70%;
}
/* /FOOTER CSS */