@charset "UTF-8";
body {
	background: #003300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
banner {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	background-color: #666600;
	background-image: url(images/MossGreenDk2.gif);
}
.footer {
	color: #CCCCCC;
	font-size: 10px;
}
.lalh  #banner {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #003300;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text align: center on the body element. */
}
.lalh #header {
	background: #003300;
	padding: 0 10px 0 20px;  /* 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. */
}
.lalh #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.lalh #mainContent {
	padding: 0 20px;
	background: #003300;
}
.lalh #footer {
	padding: 0 10px;
	background:#003300;
} 
.lalh #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 */
}
.lalhsearchtable {
	background-image: url(images/gradient.gif);
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
}

/* The following marks text styles */
.styleheader {
	font-size: 16px;
	text-align: center;
	color: #FF4000;
}
.styleheader2 {
	font-size: 12px;
	text-align: left;
	left: 19%;
	position: relative;
	width: 50%;
	line-height: 175%;
}
.styleheader3 {
	font-size: 16px;
	text-align: center;
	color: #66CC33;
}
.styleheader4 {
	font-size: 16px;
	text-align: left;
	color: #669900;
}
.styleheader5 {
	font-size: 16px;
	text-align: left;
	color: #39F;
}
.styleheader6 {
	font-size: 12px;
	text-align: left;
	color: #39F;
}
.styleheader7 {
	font-size: 14px;
	text-align: left;
	color: #CC9933;
}
.styleheader8 {
	font-size: 16px;
	text-align: center;
	color: #CC9933;
}
.stylebody {
	font-size: 12px;
	text-align: left;
	color: #999999;
}
.stylesubbody {
	font-size: 10px;
	text-align: left;
	color: #999999;
}
.highlightbody {
	font-size: 12px;
	text-align: left;
	color: #3399CC;
}
.highlight2 {
	font-size: inherit;
	text-align: inherit;
	color: #CC9933;
}
.caption {
	font-size: 9px;
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 900;
	color: #999999;
	text-align: center;
}
.style11 {	
	font-size: 8pt;
	text-align: center;
	color: #999999;
}
.stylebodycenter {
	font-size: 12px;
	text-align: center;
	color: #999999;
}

/* The following marks undefined links */
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	color: 669900;
	text-decoration: none;
}
a:hover {
	color: 669900;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}

/* The following marks defined links for the menu. */

a.search:link, a.search:visited {
	color: #669900; 
	text-decoration: none;
}
a.search:hover {
	color: #669900; 
	text-decoration: none;
}
a.search:active {
	color: #669900; 
	text-decoration: none;
}

a.whatsnew:link, a.whatsnew:visited {
	color: #999999; 
	text-decoration: none;
}
a.whatsnew:hover {
	color: #FF3000; 
	text-decoration: none;
}
a.whatsnew:active {
	color: #FF3000; 
	text-decoration: none;
}

a.about:link, a.about:visited {
	color: #999999; 
	text-decoration: none;
}
a.about:hover {
	color: #33CCFF; 
	text-decoration: none;
}
a.about:active {
	color: #33CCFF; 
	text-decoration: none;
}

a.books:link, a.books:visited {
	color: #999999; 
	text-decoration: none;
}
a.books:hover {
	color: #5FC12F; 
	text-decoration: none;
}
a.books:active {
	color: #5FC12F; 
	text-decoration: none;
}

a.exhibit:link, a.exhibit:visited {
	color: #999999; 
	text-decoration: none;
}
a.exhibit:hover {
	color: #FF8800; 
	text-decoration: none;
}
a.exhibit:active {
	color: #FF8800; 
	text-decoration: none;
}

a.manning:link, a.manning:visited {
	color: #999999; 
	text-decoration: none;
}
a.manning:hover {
	color: #3399CC; 
	text-decoration: none;
}
a.manning:active {
	color: #3399CC; 
	text-decoration: none;
}

a.manningl:link, a.manningl:visited {
	color: #3399CC;
	text-decoration: none;
}
a.manningl:hover {
	color: #3399CC;
	text-decoration: none;
}
a.manningl:active {
	color: #3399CC;
	text-decoration: none;
}

a.view:link, a.view:visited {
	color: #999999; 
	text-decoration: none;
}
a.view:hover {
	color: #FF33FF; 
	text-decoration: none;
}
a.view:active {
	color: #FF33FF; 
	text-decoration: none;
}

a.view2:link,a.view2:visited {
	color: #FF33FF;
	text-decoration: none;
}
a.view2:hover {
	color: #FF33FF;
	text-decoration: none;
}
a.view2:active {
	color: #F00;
	text-decoration: none;
}

a.preservation:link, a.preservation:visited {
	color: #999999; 
	text-decoration: none;
}
a.preservation:hover {
	color: #EDC100; 
	text-decoration: none;
}
a.preservation:active {
	color: #EDC100; 
	text-decoration: none;
}

a.preslink:link, a.preslink:visited {
	color: #EDC100;
	text-decoration: underline;
}
a.preslink:hover {
	color: #EDC100;
	text-decoration: underline;
}
a.preslink:active {
	color: #EDC100;
	text-decoration: underline;
}

a.portfolio:link, a.portfolio:visited {
	color: #999999; 
	text-decoration: none;
}
a.portfolio:hover {
	color: #6DCFF6; 
	text-decoration: none;
}
a.portfolio:active {
	color: #6DCFF6; 
	text-decoration: none;
}

a.portfolio2:link, a.portfolio2:visited {
	color: #6DCFF6;
	text-decoration: none;
}
a. portfolio2:hover {
	color:#F00;
	text-decoration: none;
}
a.portfolio2:active {
	color: #6DCFF6;
	text-decoration: none;
}

a.ltorangelink:link, a.ltorangelink:visited {
	color: #CC9933;
	text-decoration: none;
}
a.ltorangelink:hover {
	color: #CC9933;
	text-decoration: none;
}
a.ltorangelink:active {
	color: #CC9933;
	text-decoration: none;
}

a.dkorangelink:link, a.dkorangelink:visited {
	color: #CC6633;
	text-decoration: none;
}
a.dkorangelink:hover {
	color: #CC6633;
	text-decoration: none;
}
a.dkorangelink:active {
	color: #CC6633;
	text-decoration: none;
}