@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #008fb4;
	margin: 0; /* 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: #000000;
}
#container {
	width: 48.75em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0.25em solid #006189;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:15px auto;
} 
#header {
	position:relative;
	background: #FFFFFF;
	height:7.5em;
} 

#header img{
	padding-top:0.5em;
	padding-left:3em;
	border-style: none;
}
#header p{
	position:absolute;
	font-size:0.7em;
	float: right;
	top: 1.2em;
	right: 2em;
	text-align: center;
	line-height: normal;
	color: #008fb4;
	font-weight: bold;
	padding: 0.5em;
	visibility: visible;
}
#bar {
	height: .65em;
	background: #EFB235;
	margin-top: 0.5em;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding: 10px;
}
#navmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navmenu li { margin: 0; }

#navmenu a
{
	display: block;
	padding: 4px 10px;
	width: 180px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 0.75em;
	background: #008FB4;
}
#navmenu a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #006189;
}

#navmenu ul ul li { margin: 0; }

#navmenu ul ul a
{
	display: block;
	padding: 4px 5px 4px 25px;
	width: 170px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #ADD8EB;
	font-size: .7em;
}

#navmenu ul ul a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background: #5CB1D6;
}

#content {
	padding: 0px 15px 0;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 220px;
} 
#content ul{
	margin:0;
	list-style: disc outside;
	padding-left:30px;
}

#content a{
	font-weight: bold;
	text-decoration:none;
	color: #008FB4;
}
#content a:link, a:visited, a:active {
	color: #008FB4;
}
#content a:hover {
	color: #006189;
	text-decoration: underline;
}

#staffpicleft{
	float:left;
	text-align: center;
	border-bottom: thin solid #CCCCCC;
	padding: 0 1.8em;
	height: 200px;
}

#staffpicright{
	float:right;
	padding: 0 1.8em;
	border-bottom: thin solid #CCCCCC;
	text-align: center;
	height: 200px;
}
/* Applies to h1, h2, h3, h4 style rules in the content and sidebar2 division */
h1, h2, h3, h4{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#008FB4;
	font-weight:bold;
	letter-spacing:0.08em;
	font-style: italic;
}
h1 {
	font-size:2em;
	line-height: 0.7em;
}

h2{
	font-size:1.5em;
	line-height: normal;
}

h3{
	font-size:1.35em;
	background-color:#008FB4;
	color:#FFFFFF;
	padding:0.3em;
}
h4{
	font-size:1em;
	background-color:#ADD8EB;
	color:#000000;
	padding: .25em;
	font-style: normal;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding: 5px 10px 10px;
	font-size: 0.7em;
	line-height: 1.25em;
}
#sidebar2 a{
	font-weight: bold;
	text-decoration:none;
	color: #008FB4;
}
#box {
	margin: 0;
	padding: 0;
	border: .025em solid #008FB4;
}
#box h3 {
	font-size:1.25em;
	color:#FFFFFF;
	font-style: normal;
	padding: 0.2em;
	background: #008FB4;
	border-style: none;
}
#box h4 {
	font-size:1em;
	color:#000000;
	padding: 0.2em;
	background:#ADD8EB;
	border-style: none;
}
#box p {
	padding: .5em;
	border-style: none;
}

#sidebar2 a:link, a:visited, a:active {
	color: #008FB4;
}
#sidebar2 a:hover {
	color: #006189;
	text-decoration: underline;
}
.withsidebar2 #content {
	padding: 0 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-right: 190px;
	margin-bottom: 30px;
	margin-left: 220px;
}
#footer {
	padding: 0 15px;
	background:#FFFFFF;
	border-top: .5em solid #EFB235;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 0.7em;
	text-align: center;
	color: #008FB4;
	font-weight: normal;
}

#footer a:link, a:visited, a:active {
	text-decoration: none;
	color: #006189;
}
#footer a:hover {
	color: #008FB4;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.font8em {
	font-size: 0.8em;
	line-height: normal;
}
.scrollbar{
	height:7.5em;
	padding:0.7em;
	overflow:auto;
	border-top: thin solid #ADD8EB;
	border-bottom: thin solid #ADD8EB;
	border-right: thin solid #008FB4;
	border-left: thin solid #008FB4;
}
