@charset "UTF-8";
/* CSS Document */


/* Page Layout Styles */
html {
	background-color: #000000;
}
body {
	background-color: #000000;
}
#main {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	height: 124px;
}
#hiddden_header {
	display: none;
}
#body {
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
}
#sidebar {
	width: 173px;
	padding-left: 35px;
	float: left;
}
#sidebar ul, #sidebar ol{
	padding: 0px;
	margin: 0px;
}
#sidebar li{
	font-weight: bold;
	margin-bottom: 15px;
	list-style-type: none;
}
#content {
	width: 535px;
	padding-right: 40px;
	float: right;
}
/* IMPORTANT! This rule causes the document body to be as long as either the sidebar OR the content, whichever is longer */
#end_body {
	clear: both;
}
#footer {
	background-color: #FFFFFF;
}
#footer_top {
	background-color: #FFFFFF;
	background-image: url(images/footer_top.gif);
	height: 44px;
	width: 100%;
}
#footer_bottom {
	background-image: url(images/footer_bottom.gif);
	height: 41px;
}
#footer_content {
	background-image: url(images/footer.gif);
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#copyright {
	text-align: center;
}
#copyright p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
}
/* End Page Layout Styles */

/* Basic overal Styles */
.center {
	text-align:center;
}
/* End Basic Overal Styles */

/* Leadership Page Styles */
.leader_pic_first {
	float:left;
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
}
.leader_pic_first img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leader_pic {
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}
.leader_pic img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* End Leadership Page Styles */
