@charset "UTF-8";
body {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#000000;
	line-height:1.4em;
	text-align: left;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}

h1 {
	color: #000000;
}
h2 {
	color:#333333;
}
h3 {
	color:#333333;
}
.oneColFixCtrHdr #container {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 520px;
}
.oneColFixCtrHdr #header {
	height: 60px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	padding-top: 10px;
}
.oneColFixCtrHdr #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;
}
#topNAV {
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	margin-top: 24px;
	float: right;
	margin-right: 10px;
	}
	#topNAV .tabON{
	color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	#topNAV .tabOFF{
	color: #666666;
	}
	#topNAV ul{
	margin: 0px;
	padding: 0px;
	}
	#topNAV ul li{
	display:inline;
	}
	#topNAV ul li a {
	text-decoration:none;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	color: #666666;
	float: left;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	#topNAV ul li a:hover{
	color: #336699;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	
.oneColFixCtrHdr #topContent {
	font-size: 10px;
	background-image: url(../images/animal-back.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	padding-top: 10px;
}

.oneColFixCtrHdr #topContent h1 {
	font-size: x-large;
	font-weight: bold;
}

.oneColFixCtrHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: block;
	width: 700px;
	margin-top: 20px;
	height: 70px;
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	
}
.oneColFixCtrHdr #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 */
	font-size: 9px;
	text-align: center;
}
