@charset "UTF-8";
a:link {
}
a:visited {
	color: #2E2013;
}
a:hover {
	color: #BFB1A8;
}
.questionsFAQ {
	font-size: medium;
	font-style: italic;
	color: #AE6730;
}
body  {
	background: #332c24;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #623B24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
.thrColFixHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EEE2D2;
} 
.thrColFixHdr #container #tracks {
	text-align: center;
}
.thrColFixHdr #header {
	background: #332c24;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 850px;
	text-align: center;
	vertical-align: bottom;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #623B24;
} 
.thrColFixHdr #header h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #5D3919;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 7px;
	height: 555px;
	margin-left: 2px;
	background-color: #EEE2D2;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	margin-top: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	background-color: #DFA374;
	margin-left: 10px;
	text-align: left;
}
.thrColFixHdr #container #horizNavBar {
	text-align: center;
	background-color: #8F683A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #5D3919;
}
.thrColFixHdr #mainContent {
	margin-top: 50px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 75px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: left;
} 
.thrColFixHdr #container #mainContent1 {
	margin-left: 200px;
	margin-right: 260px;
	padding-right: 20px;
}
.mainHeading {
	font-family: "Courier New", Courier, monospace;
	font-size: x-large;
	color: #6E140A;
	font-style: normal;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #5D3919;
	background-image: url(../_images/DN/footerDN.png);
	background-repeat: no-repeat;
} 
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.float {
	float: left;
}
#toprowPics {
	text-align: center;
	background-color: #5D3919;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #623B24;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #623B24;
}
.infoLink {
	color: #5A4143;
}
.topNavLink {
	font-size: x-small;
	color: #463C31;
}
.libraryFont {
	color: #8F683A;
}
.style1 {
	color: #291811
}
.maroon {
	color: #5A4143;
}
