body { margin: 0; background-image: url('../img/body-background.gif'); }
img { border: 0; }

.art-footer-text { min-height: 35px; }
.art-footer-text p { text-align: right; }


.navtop {
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	z-index: 1;
	background-image: url('../img/nav-background.png');
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Verdana, 'Open Sans', Arial, Helvetica, sans-serif
}
.navtop img {
	vertical-align: top;
}
.navtop ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.navtop ul li {
	float: left;
}
.navtop ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 3px 16px;
	text-decoration: none;
}
.navtop ul li a:hover:not(.active) {
	text-decoration: underline;
}
.navtop ul li a.active {
    color: #FFBAA6;
}

.art-nav-spacer {
	height: 52px;
}


h1.art-logo-name {
  font-family: "Lucida Calligraphy", "Apple Chancery", Verdana, 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: x-large;
  letter-spacing: normal;
  color: #CC0B01 !important;
}
h2.art-logo-text {
  color: #749E12 !important;
  font-size: initial;
  letter-spacing: normal;
  text-transform: unset;
}



.fieldnameback, .bar, .page, .LB_closeAjaxWindow, .tablesaw-cell-label {
	background-color: #CC0B01;
}
#tngnav a.here {
	color:#FFBAA6;
	background-color: #CC0B01;
}
#tngnav a:hover {
	color: #FFFFFF;
	background: #CC0B01;
}
.lightlink:hover, .lightlink:active {
	color: #FFBAA6;
}
a.lightlink3:link, a.lightlink3:visited {
	color: #FFBAA6;
}
a.lightlink3:hover, a.lightlink3:active {
	color: #FFFFFF;
}
ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	background-color: #CC0B01;
}


footer {
	width: 100%;
}
footer p {
	font-size: smaller;
	text-align: right;
	margin: 0;
	padding: 15px;
}