﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	background-color: #A0ACB8;
	font-weight: normal;
	text-decoration: none;
}

a:link{	color: #000080; }

a:visited{	color: #4a5975; } 

body img { border: 0px; text-decoration: none; } /* will keep any images that are hyperlinks from having the ugly blue border */

#container {
	background-color: #A0ACB8;
	width: 964px; /*this is setting the container to a specific width */
	margin: 0px auto 0px auto; /*this is allowing it to be automatically centered if the browser window is bigger */
}

#masthead {
	background-position: center;
	height: 60px;
	background-image: url('bearsbanner.gif');
	background-repeat: no-repeat;
	top: auto;
	bottom: auto;
}

#MainLinkBar {
	/*	padding: 5px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	height: 45px;
	width: 964px;
	left: 250px;
}

#MainLinkBar ul li {
	position: relative;
	display: inline; /* this is setting it to be a horizontal bar */;
	float: left; /* IF THIS IS NOT SET, THE ENTIRE LAYOUT MOVES */ /*	color: #000099; THIS IS SETTING THE COLOR OF THE BORDER */;
	width: 24%;
	right: auto;
	left: auto;
}
#MainLinkBar ul li a {
	margin: 5px;
	display: block; /* this is giving the tab some height */;
	padding: 5px; /* this is giving the tab some height */
	background-color: #99CCFF;
	text-decoration: none; /*turning off the underline on the link /*
	color: #000099; /*this is the color of the text when on rollover */;
	text-align: center;
	border: 1px solid #000099;
	color: #003399;
	right: auto;
	left: auto;
}
#MainLinkBar ul li a:hover {
	background-color: #FFFFFF;
	right: auto;
	left: auto;
}
 
#leftnav {
	width: 200px;
	float: left;
	border-style: none;
	margin: 20px 0px 20px 0px;
	vertical-align: middle;
	text-align: center;
}

#leftnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width:185px;
}

/* I think this is settings for any links within the list */ 
#leftnav li a {
	display: block;
	padding: 5px;
	border: 1px solid #000099;
	background-color: #99CCFF;
	height: 15px;
	width: 185px; /* I think this is the width of the list */;
	text-decoration: none;
	color: #000099; 
}

#leftnav ul li a:hover {
	background-color: #FFFFFF;
}

#leftnav li:hover ol, li.over ol  { 
	display: block; 
}

#maincontent {
	margin: 5px 5px 5px 220px;
	right: 220px;
}

.CountryHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	text-decoration: none;
	text-align: center;
	position: relative;
	line-height: normal;
	display: block;
	vertical-align: middle;
	font-weight: normal;
}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background-color: #A0ACB8;
	position: relative;
	display: block;
	font-weight: normal;
}
.StampText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	background-color: #A0ACB8;
	position: relative;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

table {
	padding: 0px;
	margin: 10px 0px 10px 0px;
/* setting the top and bottom margins to 10 to give a bit of space between tables */border: 1px solid black;
	vertical-align: middle;
	text-align: center;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
}

td {
	border: 1px solid black;
	padding: 2px;
	vertical-align: middle;
	left: 214px;
	text-align: left;
}

.leftcol {
	border-right: solid black;
	vertical-align: middle;
	text-align: center;
	border-right-width: thin;
	width: 250px;
	position: static;
	/* if I use position fixed, it works for IE but not FF.  If I use relative, it works for FF but not IE. */
	left: 214px;
}
.rightcol {
	vertical-align: middle;
	text-align: left;
	width: 500px;
	position: inherit;
}




#footer {
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	width: 964px;
	height: 45px;
}

#footer ul li {
	position: relative;
	display: inline; /* this is setting it to be a horizontal bar */;
	float: left; /* IF THIS IS NOT SET, THE ENTIRE LAYOUT MOVES */ /*	color: #000099; THIS IS SETTING THE COLOR OF THE BORDER */;
	width: 24%;
	right: auto;
	left: auto;
/*	background-color: #33CCFF; this is setting the background color for the wider part of the tab */
}
#footer ul li a {
	margin: 5px;
	display: block; /* this is giving the tab some height */;
	padding: 5px; /* this is giving the tab some height */
	background-color: #99CCFF; 
	text-decoration: none; /*turning off the underline on the link /*
	color: #000099; /*this is the color of the text when on rollover */;
	text-align: center;
	color: #003399;
	border: 1px solid #000099;
}

#footer ul li a:hover {
	background-color: #FFFFFF;  /*this is setting the tab background color that appears on rollover */
}
 
