@charset "utf-8";
body {
	font-family: Calibri, Arial;
	font-size: 14px;
	color: #222222;
	background-image: url(images/Bkgrnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #384100;
	line-height: 24px;
	
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #5b1613;
}

#Nav {
	margin: auto;
	height: 28px;
	width: 900px;
	position: relative;
	background-image: url(images/Nav.jpg);
	background-repeat: no-repeat;
	color: #872C27;
	padding-top: 3px;
	font-size: 14px;
}

#Nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#Nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#Nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#Nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}




#Logo {
	float: left;
	height: 223px;
	width: 287px;
	position: relative;
}
#Banner {
	margin: auto;
	height: 223px;
	width: 900px;
	position: relative;
}
#BannerRight {
	float: left;
	height: 223px;
	width: 613px;
	position: relative;
}
#Main {
	margin: auto;
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	height:100%;
	overflow: hidden; 
	
}

#Main div {margin-bottom: -2000px; padding-bottom: 2030px; }



#Text {
	float: left;
	height: auto;
	width: 608px;
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 45px;
	position: relative;
	text-align: left;
	/*background-image: url(images/SmallLogos.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 45px;
}

#Text a:link {
	text-decoration: underline;
	color: #5b1613;
}
#Text a:visited {
	text-decoration: underline;
	color: #5b1613;
}
#Text a:hover {
	text-decoration: underline;
	color: #5b1613;
}
#Text a:active {
	text-decoration: underline;
	color: #5b1613;
}
#RightMargin  {
	position: relative;
	background-color: #eef0e3;
	text-align: center;
	float: left;
	width: 211px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cbcdbf;
	padding-top: 25px;
	
}

#Clear {
	clear: both;
}
#Footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
	height: 100px;
	width: 900px;
	position: relative;
	padding-top: 20px;
	line-height: 14px;
}
#Footer a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
#Footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
#Footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#Footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

