html {
  /* to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  	height: 100%;
  	margin-bottom: 1px;
	}

body {
	margin: 0;
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	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: #333333;
	background-color:  #8e6747;  /* #BD8E2F;  */
}

#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 12px;  
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 980px;
}
#header {
	margin: 0 auto;
	padding: 0;
	height: 121px;
	border: 2px solid #DFC388;
} 

#mainContent {
	margin:0px;
	padding: 9px;
	background-color:  #EEDDB9;    /*#EDE3C5 #F8DA87;*/
	border: 2px solid #DFC388;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}


h1 {
	font-size: 120%;
	color: #663333;
	text-align: center;
}
h2 {
	font-size: 110%;
	color: #455A21;
	text-align: left;
}

h3 {
	font-size: 102%;
	color: #000000;
}

/*text color for links*/
a:link {color:#455A21;}
a:visited {color: #455A21;}
a:hover  {color:#663333; }
a:active {color: #663333;}	

/*Staff info page - styling for table*/
table.staff {
	font-weight: bold;
	margin:0;
	padding: 0;}

.staff .info {width:220px;}

.staff .email {width: 350px;}

#nav {
margin: 5px auto;
padding:0;
}

#nav ul {
	padding: 0;
}

#nav li {
	list-style: none;
	float:left;
	display: inline;
	padding: 6px 16px 10px 14px;
	font-size: medium;
	font-weight: bold;
	color:   #DFC388;     /* #34441A; */
	}
	
#nav a {
	text-decoration: none;
	color: #EEDDB9;     /* #34441A; */
	}
	
#nav a:hover {
	color:#F8EFD6;
	text-decoration: underline;
	}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #F8EFD6;    /* #F8D871; */
	font-size:smaller;
	}
	
#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}
	
#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Image Formatting and Image Placement */
.img-left {
	margin: 0 12px 0 0;
	border: 2px solid #DFC388;
}

.img-right {
	margin: 0 0 0 12px;
	border: 2px solid #DFC388;
}

.img-both {
	margin: 0 6px;
	border: 2px solid #DFC388;
}


#header a img {/* removes blue and purple border around images that are also links */
	border: none;
}

.img-border { /* Double border color*/
	background-color:#8e6747;  /* #BD8E2F;  */;
	padding: 2px;
	border: 2px solid #DFC388;
}
.kb img { /* Use as class on table that contains images */
	background-color:#8e6747;  /* #BD8E2F;  */;
	padding: 2px;
	border: 2px solid #DFC388;
	}
	
.view-more table {
	width: 80%;
	text-align: center;
	background-color:#8e6747;  /* #BD8E2F;  */;
	padding: 2px;
	border: 2px solid #DFC388;
	}
/*#container #mainContent table tr td p strong {
	color: #000;
}
#container #mainContent p {
	font-size: medium;
	font-weight: bold;


}
#container #mainContent table tr td p {
	font-weight: normal;
}
*/

/* Form Styling */

fieldset {
border: none;
position: relative;
padding: 2px;
}

fieldset div {
margin: 0 0 10px 210px;
}

fieldset div label {
line-height: 1.2;
margin: 5px 20px 0 -200px;
width: 160px;
float: left;
text-align: right;
}

fieldset div input,
fieldset div textarea,
fieldset div select {
display: block;
line-height: 1;
}

a .facebook {
	border:0;
}
