/*COMMON STYLES */
body {background-color: #f2f2f1;
background-image: url(_front/otterbg.gif);
 font-family: sans-serif;}

a {color: black; text-decoration: none;}
a:hover {text-decoration: underline;}
table {font-size: 0.87em;}
.tdc {display:table-cell;}
.trc {display:table-row;}
.tbc {display:table;}


img {border: 0px;}
img.hiddenPic {display:none;visibility:hidden;}

h1 {
 font-family: "trebuchet ms", sans-serif;
 font-style: italic;
 font-size: 300%;
 font-weight: lighter;
 text-align: center;
 margin: 0px;
 }
 h4{
 font-size: 110%;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 5px;
 margin-right: 5px;
 font-weight: bold;
 font-family: serif;
 text-align: left;
 } 
h5{
 font-size: 100%;
 margin: 0px;
 }
h6{
 font-size: 70%;
 margin: 0px;
 font-weight: lighter;
  }

#wrapper {margin-left: auto; margin-right: auto; min-width: 760px; max-width: 1320px;}
 #rssbutton {
 color: #FF8C00;
 font-weight: bold;
 font-size: x-small;
 }



/* NAVIGATION STYLES */

#mainnavbar {text-align: center; padding-bottom: 4px;}
#mainnavbar a{text-decoration: underline;}
#mainnavbar a:hover{font-weight: bold;}
#mainnavbar a>img {
	box-shadow: 3px 3px 5px #818181;
	-moz-box-shadow: 3px 3px 5px #818181;
	-webkit-box-shadow:3px 3px 5px #818181;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#818181')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#818181');
}
#mainnavbar a>img:hover {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#818181')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#818181');
}
#mainnavbar {margin-bottom:5px;}
 
#footnav {text-align: center; font-size: small;}
#footnav a{text-decoration: underline; font-weight: bold;}


