body{
	background-image: url(../images/backgroundtree.jpg);
	background-repeat: no-repeat;
	background-color: #F3EFE3;
	margin: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #605953;
}

#Container{
	background-image: url(../images/insidecontainer.jpg);
	width: 737px;
	margin: auto;
}

a{
	color: #710000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 160%;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 150%;
	padding-bottom: 15px;
}

#banner{
	background-image: url(../images/banner.jpg);
	height: 199px;
}

#navigation{
	background-image: url(../images/navigation.jpg);
	height: 40px;
	background-repeat: no-repeat;
}

#navigation ul{
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navigation ul li{
	display: inline;
	padding-right: 15px;
}

#navigation a{
	color: #444444;
	text-decoration: none;
	font-size: 11px;
}

#navigation a:hover{
	color: #999999;
	font-size: 11px;
}

/* Content Controls the Padding of the Inside Container */
.content{
	margin-right: 20px;
	margin-left: 20px;
}

#footer{
	background-image: url(../images/footer.jpg);
	clear: both;
	height: 39px;
}

.footerPadding{
	padding-left: 15px;
	padding-top: 15px;
}

.footerPadding a{
}

.justify{
	text-align: justify;
}

.footerPadding a:hover{
}

/* Contact Page */

.contentLeft{
	float: left;
	width: 400px;
}

.contentRight{
	float: left;
	width: 300px;
}

.formContainer{
}

.formLeft{
	float: left;
	width: 80px;
	margin-bottom: 8px;
}

.formRight{
	margin-bottom: 8px;
}

/* Research */

.researchLeft{
	float: left;
	width: 500px;
}

.researchRight{
	float: left;
	width: 180px;
	margin-left: 15px;
}

.researchRight ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}

.researchRight ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E8D8;
	margin: 0px;
	font-size: 11px;
}

.researchRight a{
	color: #666666;
	display: block;
	padding: 6px;
}

.imageBorder{
	padding: 2px;
	margin-right: 5px;
	border: 3px solid #D7D0AC;
}

.researchRight a:hover{
	text-decoration: none;
	display: block;
	background-color: #f5efe3;
	padding: 6px;
	color: #333333;
}

.imageBorder{
	border: 1px solid #333333;
	padding: 2px;
	margin-right: 6px;
}

.breadCrums{
	height: 25px;
}

.breadCrums a{
	color: #990000;
	text-decoration: none;
}

.breadCrums a:hover{
	text-decoration: underline;
}
