body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-attachment: scroll;
	background-image: url(../graphics/paws.jpg);
	background-repeat: no-repeat;
	background-position: right 100px;	
}

#headerPrint {
    visibility:hidden;
	height: 0px;
}

#fauxheader {
  height:100px;
  width:100%;
  background-color:#A1B0C8;
  position:relative;
  top: -10px;
  z-index:5;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 100%;
	overflow:hidden;
	position:fixed;
	top:0px;
	z-index: 100;
}

#menu {
	position:fixed;
	top:80px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	height: 30px;
	width: 100%;
	text-align:right;
	vertical-align:middle;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75pc;
	font-weight: 400;
	z-index: 100;
	background-image: url(../graphics/menu_background.png);
	background-repeat: repeat-x;
}
#menu .selected { font-size: 0.78pc; font-weight: 800; cursor:default}
#menu .normal {}

#menu a:link {color:#FFFFFF; text-decoration:none}
#menu a:visited {color:#FFFFFF; text-decoration:none}
#menu a:active {color:#FFFFFF; text-decoration:none}
#menu a:hover {color:#FFFFFF; text-decoration:none}

#submenu {
	font-family: "trebuchet MS";
	font-size: 0.8pc;
	font-weight: 300;
	color: #333333;
	top:-500px;
	width: 125px;
	position: fixed;
	z-index: 60;
	visibility: hidden;
	overflow: hidden;	
}
	
#submenu .selected {
    font-style:italic;
	cursor:default;
	background-image: url(../graphics/submenu_background.png);	
	background-repeat: repeat-y;
}
#submenu .normal {
	cursor:default;
	background-image: url(../graphics/submenu_background.png);
	background-repeat: repeat-y;
}
#submenu .normalHover {
	background-image:  url(../graphics/submenu_background_cross.png);
	background-repeat: repeat-y;
}
#submenu #bottom {
	background-image: url(../graphics/submenu_background_footer.png);	
	background-repeat: no-repeat;
	height:25px;
}

#submenu a:link   {text-decoration:none; color:#333333}
#submenu a:visited{text-decoration:none; color:#333333}
#submenu a:hover  {text-decoration:none; color:#333333}
#submenu a:active {text-decoration:none; color:#333333}


#content {
    font-size:.80pc;
	line-height:1.1pc;
    margin-top:-5px;
	margin-left:30px;
}
#content a:link {color:#990000; text-decoration:none}
#content a:visited {color:#990000; text-decoration:none}
#content a:active {color:#990000; text-decoration:none}
#content a:hover {text-decoration:underline}

#content H1 {
	padding-top:1.5pc;
	padding-bottom:.1pc;
	font-size: 1.2pc;
	font-weight: 600;
	color: #990000;
	height:1.5pc;
	width: 300px;
	border-bottom: 1px solid #333333;
}
#content H2 {
    font-weight:600;
    font-style:italic;
	font-size: .9pc;
	padding-top:1pc;	
	line-height:.5pc;
}

#content H3 {
    font-weight:600;
	font-size: .7pc;
	line-height:.5pc;
}

#cookieCrumb {
	font-family: Courier;
	font-size: 10px;
	display:none;
}

#pictures {
	float: right;
	width: 325px;
	height: 375px;
}

#pictures .photo {
	border: 4px solid #00006b;
	width:150px;
	height:115px;
}

#pictures #goTigers {
    position:relative;
	left:185px;
	top:-375px;
	z-index:45;
	width:130px;
	height:50px;
}

#footer {
    z-index:100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .6pc;
	text-align: center;
	width: 100%;
	color:#999999;
}
#footer a:link{ color:#003399; text-decoration:none;}
#footer a:visited{color:#003399; text-decoration:none;}
#footer hr {
	width: 60%;
	height: 3px;
	background-color: #F9E920;
}

#footerPrint {
  visibility:hidden;
  height:0px;
}