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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #1B1464;
	background: #111122;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

	padding: 0;
	height: 72px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header img {
	padding: 0;
	margin: 0;
}

.oneColFixCtrHdr #menu {
	width: 800px;
	height: 22px;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #menu a {
	border: none; padding: 0; margin: 0; text-decoration: none;
}
.oneColFixCtrHdr #menu a img {
	border: none; margin: 0; padding: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	margin: 0;
}
.oneColFixCtrHdr #footer {
	clear: both;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 32px;
}
.oneColFixCtrHdr #footer img {
padding: 0;
margin: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

h1, h2, h3, h4, h5, h6, a {

	color: #ffcc00;

}

a:visited {
	color: #ffaa00;
}

a:hover {
	color: #ff0000;
}

em {
	color: #ffcc00;
	font-weight: bold;
	font-style: normal;
}

fieldset {
	padding: 7px;
	border-color: #ffcc00;
}

.padded {
	margin-left: 1em; margin-right: 1em;
}

#staffprofile {
	margin: 0;
	width: 600px;
	background-color: #222233;
	float: left;
	padding: 0px;
	position: relative;
}

#staffprofile img {
 position: absolute;
 left: 600px;
 border-bottom: 50px solid #111111;
}

#staffprofile ul {
	list-style-type: none;
	margin: 0;
	margin-left: -1em;
	padding: 0;
}

#staffprofile ul li {
	margin-bottom: 1em;
}

#staffprofile ul li ul li {
	margin-bottom: .1em;
}

#staffprofile ul li p {
	padding-left: 2em;
	padding-right: 2em;
	text-align: justify;
}

#splitcontent {
	background: #222233;
}

#staffinfo {
	padding-left: 1em;
	padding-right: 1em;
}

#staffimg {
	padding: 0;
	margin: 0;
}

#staffinfo h1 {
margin: 0;
padding: 0;
width: 100%;
margin-left: -.5em;
padding-right: 1em;
margin-bottom: 1em;
background-color: #111111;
text-align: right;

}

#staffinfo em {
	color: #eebb00;
	display: block;
	text-align: left;
	padding-left: 25px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	
}

#stafflist {
	list-style-type: none;
	width: 800px;
	padding: 0;
	margin: 0;
	margin-left: -1em;
}

#stafflist li {
	clear: both;
	margin: 0;
	padding: 0;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	
	margin-bottom: 10px;
}

#stafflist li a {
	float: left;
	text-decoration: none;
	color: #111111;
	background-color: #eebb00;
	display: block;
	padding-left: 15px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 1em;
	height: 1em;
	
	width: 200px;
}

#stafflist li a:hover {
	background-color: #111111;
	color: #eebb00;
}