﻿h1 {
	color: #336600; 
	font-family: Verdana; 
	font-size: 18pt; 
	font-weight: bold; 
	text-align:center;
}
h2 {
	color: #336600; 
	font-family: Verdana; 
	font-size: 14pt; 
	font-weight: bold; 
	text-align:center;
}
h3 {
	padding-left: 10px;
	color: #336600;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
h4 {
	text-align: center;
	color: #336600; 
    font-family: Verdana; 
    font-size: 10pt;  
    font-weight: bold
}
/* Use for captions in photo div */
h5 {
	color: #336600; 
    font-family: Verdana; 
    font-size: x-small;  
    font-weight: bold;
    text-align:center;
    margin-top:0;
    margin-bottom:0;
}

/* For photos use class left or right */

.left {
	margin-left: 10px;
	margin-right: 10px;
	float: left
}
.right {
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}

     
body {
	background-color: #D3BB73;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
} 

/* top, masthead, main */

div#masthead {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 170px;
	width: 1000px;
	background-color: #445C2D;
}

div#mastimage { 
    position: relative; 
    top: 15px; 
    left: 185px; 
    height: 149px; 
    width: 665px; 
    background: #445C2D url('buttons/banner_zoo_sav_mammals.jpg'); }
                
div#main {
	position: absolute;
	top: 180px;
	left: 10px;
	background-color: #445C2D;
	width: 1000px;
}

div#support {
    position: fixed; 
    width: 110px; 
    height: 90px; 
    z-index: 10; 
    left: 25px; 
    top: 400px;
}

div#support p {    
    color: white; 
    font-size: smaller;
}

div#support a:link       { color: white }
div#support a:visited    { color: white }
div#support a:active     { color: white }
div#support a:hover      { 
    color: yellow; 
    font-family: Verdana; 
    font-weight: bold; 
    text-decoration: none; 
    background-color: #445C2D;
}

div.print { 
	position:fixed; 
	top: 500px; 
	left: 25px; 
	width: 110px; 
	text-align: center; 
    font-family: Verdana; 
    font-size: 8pt; 
    color:white;
    z-index:10; 
}





div#content {
	position: relative;
	top: 10px;
	left: 130px;
	background-color: #FFF9F2;
	width: 780px;
	color: #336600;
	margin-bottom: 50px;
	padding: 10px;
}


     
a:link      {color: #CA8902;}
a:visited   {color: #A2B18B;}
a:active    {color: #A2B18B;}
a:hover     {
	color: #C18402;
	font-family: Verdana;
	font-weight: bold;
	background-color: #EEDB91;
}


th   {
	font-weight:bold;
	font-size: 10pt;
	text-align:center;
}

p    {
	font-family: Verdana, sans-serif;
	color: #336600;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
}

li  {
	margin:5px;
	font-family: Verdana, sans-serif;
	color: #336600;
	font-size: 10pt;
}

.caption {
	font-family: Verdana;
	font-size: x-small;
	color: #336600;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}

.nounderline {
	  TEXT-DECORATION: none;
	 }
	 
/* Popout definitions styles */
	 
.defbox {
	visibility: hidden;
	position: absolute;
	text-decoration: none;
	display: block;
	border: 1px #AE4B02 solid;
	margin:20px;
	padding: 5px;
	width: 400px;
	left: 220px;
	color: #EA2F00;
	background-color: #F5E9CD;
	font-size: 8pt;
}

.defword {
	color: #EA2F00;
	text-decoration:underline;
}

.copyright {
	color:silver;	
}
	 

