 @charset "UTF-8";
/* CSS Document */
html {
	background-color: #4f4434;
	}
body {
	margin: 0px;
	background-color: #4f4434;
	text-align: center;
	background-position: center top;
	background-repeat: repeat;
}
#header {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #453121;
	border-bottom-color: #453121;
	height: 108px;
	background-image: url(../../images/banner_texture.jpg);
	text-align: center;
	background-position: center top;
	background-repeat: repeat-x;
}
#header #headerContents {
	width: 900px;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header #headerContents #headerLogo {
	height: 113px;
	width: 340px;
	float: left;
}
#header #headerContents #headerMotto {
	height: 21px;
	width: 280px;
	float: right;
	margin-top: 87px;
}
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/container_bkg.jpg);
}
#shadowContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../../images/shadow_container_bkg2.jpg);
}
/*-------------------------------------------------------------Sidebar and Navigation Styles----------------------------------------------------*/
#container #leftSidebar {
	float: left;
	width: 196px;
	background-color: #B1A288;
	height: 100%;
	display: block;
}
#container #leftSidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #leftSidebar li {
	background-color: #B2A388;
}
#container #leftSidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #998d76;
	display: block;
	background-color: #B2A388;
	padding-left: 12px;
	padding-bottom: 6px;
	width: 184px;
	padding-top: 7px;
}
#container #leftSidebar a:hover {
	background-color: #90866F;
}
#leftSidebar #topOrnament {
	background-image: url(../../images/top_ornament.jpg);
	height: 30px;
	width: 196px;
}
.ornaments {
	text-indent: -9000px;
	height: 28px;
}

/*--------------------------------------------------------------directorContent Styles----------------------------------------------------------------------*/

#container #directorContent {
	width: 704px;
	height: 1210px;
	float: left;
	background-image: url(../../images/news_background.jpg);
	position: relative;
	padding: 0px;
	overflow: hidden;
}
#shadowContainer #container #directorContent #schoolsHeader {
	background-image: url(../../images/human_resources_header.jpg);
	height: 33px;
	width: 662px;
	margin-top: 29px;
	margin-left: 20px;
}
#shadowContainer #container #directorContent #content {
	margin-top: 15px;
	margin-left: 17px;
	margin-right: 17px;
}
#shadowContainer #container #directorContent #content a {
}
#shadowContainer #container #directorContent #content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #443121;
	line-height: 10px;
}
.text {
	font-size: 14px;
}
.columnheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #412E1E;
}

#container #directorContent #centralOffice {
	position: absolute;
	bottom: 0px;
}
#shadowContainer #container #directorContent #content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4F4434;
}
.clear {
	clear: both;
}
/*--------------------------------------------------------------Footer Styles----------------------------------------------------------------------*/
#footer {
	background-image: url(../../images/footer.jpg);
	height: 65px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	position: relative;
}
#footer #address {
	height: 40px;
	width: 118px;
	float: right;
	text-align: right;
	margin-top: 12px;
	margin-right: 17px;
}
/*--------------------------------------------------------------Class Styles----------------------------------------------------------------------*/
.currentPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4F4434;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #998d76;
	display: block;
	background-color: #B2A388;
	padding-left: 12px;
	padding-bottom: 6px;
	width: 184px;
	padding-top: 7px;
}
.memberNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4F4434;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #4F4434;
}
#shadowContainer #container #directorContent #content a {
	color: #3C3327;
	text-decoration: none;
}
#shadowContainer #container #directorContent #content a:hover {
	color: #3C3327;
	text-decoration: underline;
}
#shadowContainer #container #directorContent #content p {
	color: #3C3327;
}
.topheading {
	font-size: 14px;
	color: #4F4434;
	font-weight: bold;
}
.topic{
	font-size:16px;
	font-weight: bold;
}
.subtopic{
font-size:14px;
}

