@charset "UTF-8";
html , body{
	min-height: 100.1%; 
	margin-bottom: 1px;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	background-color: #641d00;
	background-image: url(../graphics/pageBkgrdAlt.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	font-size: 100.1%;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #551f12;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #551f12;
}
a:hover {
	text-decoration: none;
	color: #c1261f;
}
a:active {
	text-decoration: underline;
	color: #99CC66;
}
.alert {
	color: #379507;
}

/*-----------------------------WRAPPER-----------------------------*/
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 825px;  /* container 800 px wide */
	text-align: center;
}
#topnav {
	font-size: 0.75em;
	font-weight: bold;
	background-image: url(../graphics/gTopBkgrd.png);
	height: 35px;
	background-repeat: repeat;
	background-color: #F6F0CE;
	padding-top: 17px;
}
#topnav a:link, #topnav a:visited {
	color: #C62714;
	text-decoration: none;
}
#topnav a:hover, #topnav a:active {
	color: #78A14E;
	text-decoration: none;
}
#body {
	background-image: url(../graphics/Home%20bkgrd%20REV5.jpg);
	background-color: #E3BD92;
	background-repeat: no-repeat;
	height: 705px;
	margin: 0px;
	padding: 0px;
}
#tdcopyright {
	font-size: 0.7em;
	text-align: center;
	color: #7B3623;
}
#tdcopyright a:link , #tdcopyright a:visited{
	color: #7B3623;
}
.logo {
	top: 280px;
	position: relative;
	right: -110px;
}
p {
	color: #0551f12;
}
