/* CSS Document */
/* This sets defaults for the entire page */   /* */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #382513;
	text-align:center; /*This sets the background color to gray for the outer edges of the page */
	top: 164px;
	left: 202px;
	background-color: #2D2800;
}
* {
	margin: 0px;
	padding: 0px;
}
#leftnav {
	background-color: #665F12;
	width: 196px;
	height: 600px;
	position: absolute;
	left: 100px;
	top: 165px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4F3B1C;
	border-right-color: #4F3B1C;
	border-bottom-color: #4F3B1C;
	border-left-color: #4F3B1C;
	padding: 5px;
}
#leftnav a {
	color:#221112;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.leftnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #221112;
	letter-spacing: 1px;
	font-weight: bold;
}
.leftnavtext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #221112;
}


#leftnav a:hover{
	color: #A87901;

}
	
#content {
	text-align: left;
	padding: 5px;
	width: 790px;
	height: 602px;
	margin-right: 100px;
	margin-bottom: 93px;
	margin-left: 100px;
	left: 210px;
	position: absolute;
	top: 164px;
	background-color: #CDBE97;
	overflow: auto;
}
#header {
	background-color: #602F01;
	text-align: right;
	padding: 5px;
	height: 100px;
	width: 994px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4F3B1C;
	border-right-color: #4F3B1C;
	border-left-color: #4F3B1C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4F3B1C;
	left: 100px;
	position: absolute;
	top: 50px;
}
#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FCFAE1;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
}
/*
This outerwrapper is big box that contains ALL other div containers
*/
#outerwrapper {
	text-align:left; /* This counteracts the text-align: center in the body tag above */
	background-color: 2D2800; /*This sets the background color for ALL div containers to a beige color */
	margin-top: 10px; /*This gives some space away from the top of the browser */
	margin-right: 10px; /*This gives some space away from the right of the browser */
	margin-left: 5px; /*This gives some space away from the left of the browser */
	min-width: 735px; /*This resizes the container to fit in an 800x600 resolution screen because 735 + 25 + 25 + 15 (default scrolling bar) = 800 */
}

#footer {
	clear:both; /*This ensures that the footer will be below the tallest column above. */
	font-size: 0.6em;
	text-align:center;
	padding: 10px 0px;
	border-top:1px dotted black;
}
#research {
	overflow: auto;
	height: 596px;
}
.header2 {
	color: #2D2800;
}
.maintextbig {
	font-size: 24px;
}
.maintext {
	font-size: 14px;
	color: #000000;
}
