body { 
  font-family: Arial, sans-serif; color: #000000; 
  background-color: #6d6f70; 
  }


a:link      { color: #044e8e; text-decoration: none; }
a:active   	{ color: #000000; text-decoration: none; }
a:visited   { color: #044e8e; text-decoration: none; }
a:hover		{ color: #044e8e; text-decoration: underline; }

#pageContent { 
  margin: 0 auto;
  width:830px;
  padding: 10px 0px 0px 10px; 
  background-repeat: none !important;

}
.pageHeader { font-size: 30px; font-weight: 500; padding-bottom: 8px; }

.inside-nav {
/*
	width: 812px !important;
*/
	border-bottom: 1px solid #D4AB75;
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	}
.inside-nav a { text-decoration: none; color: #ffcc00; }
.inside-nav a:visited { text-decoration: none; color: #ffcc00; }
.inside-nav a:hover { text-decoration: none; color: #ffcc00; }

.prevnext { font-size: 13px; color: #333333; font-weight: bold; }
.prevnext a { text-decoration: none; color: #044e8e; }
.prevnext a:hover {  text-decoration: none; }

.mainTitle {font-size: 19px; font-weight: 500; }
.headerWhite15 { font-size: 15px; color: #ffffff; font-weight: bold; } /* Center Column */
.headerBlack15 { font-size: 15px; color: #000000; font-weight: bold; } /* Center Column */
.Blck12Text { font-size: 12px; color: #000000; }
.Grey12Text { font-size: 12px; color: #3D3D3D; }
.Grey11Text { font-size: 11px; color: #3D3D3D; }

.animalTitle { font-size: 20px; color: #333333; font-weight: 400; }
.animalText { font-size: 12px; color: #333333;}
.animalTextLink { font-size: 12px; color: #044e8e; margin-top: 2px; }

.fastfact { font-size: 12px; color: #333333; margin-right: 10px; margin-bottom: 7px; margin-left: 15px; }
.featuredTitle { font-size: 16px; color: #044e8e; padding-bottom: 4px; font-weight: bold; }
.modulesBoxHeader { font-size: 18px; color: #7B4F28; padding-bottom: 4px; }
.moduleTitle { font-size: 12px; color: #333333; padding-bottom: 2px; font-weight: bold; }
.moduleTitle a { color: #333333; text-decoration:none; }
.moduleTitle a:visited { color: #333333; text-decoration:none; }
.moduleTitle a:hover { color: #333333; }
.photocredit { font-size: 11px; color: #333333; margin-top: 3px;}
.toolboxLink { font-size: 13px; font-weight: 600; color: #333333; margin-bottom: 12px; }
.toolboxLink a { color: #044e8e; }
.promoTitle { font-size: 16px; margin-bottom:3px; }
.promoText { font-size: 12px; margin-bottom:3px; color: #3D3D3D; }
.modulesBoxHeader { font-size: 14px; color: #CC6600; margin-bottom: 4px; font-weight: bold; }
.moduleTitle { font-size: 12px; padding-bottom: 2px; }

.photoCaption { font-size: 11px; color: #3D3D3D; margin-top: 3px; margin-right: 10px; }
.photoCredit { font-size: 11px; color: #666666; margin-top: 3px; margin-right: 10px; margin-bottom: 10px; }
.partnerName { font-size: 13px; margin-bottom: 6px; font-weight: bold; }
.pressbullet { margin-left: 19px; text-indent: -7px; margin-bottom: 4px; }

/* Dashed lines to stretch across any distance without loading a new image for each length
   from homepage.css */
.dashWhite { height: 3px; background: url('/global/images/art_dash_ffffff.gif') repeat-x; }

/* Designates the color of the images with border="1" */
img, img a, a img { border-color:#333333; color:#333333; }

/***** THUMBNAILS *****/
#scrollbox {
	overflow: auto;
	width: 130;
	height: 290;
	padding-top: 1px;
	border-left: 1px solid #000;
	margin-left: 5px;
	background-color: #666;
	}
	
table#thumbs td {
	padding: 2px;
	background-color: #666;
	text-align: center;
   
	}
	
#scrollbox a {
	color: #fff;
	font-size: 0.7em;
	text-decoration: none;
	}

#scrollbox img {
	border: 3px solid #fff;
    
	}

#scrollbox a:hover { color: #ffcc00; }
#scrollbox a:hover img { border-color: #ffcc00; }



