@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#003663;
	margin-top: 40px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	margin-bottom:5pt;
	margin-top:5pt; 
}
a, a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
a.bodyLink {
	color:#003399;
	}	
.oneColFixCtr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px;
	height:570px;
	background-image:url(../images/panther_secondary_bkg.jpg);
	background-repeat:no-repeat;
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.pantherTable {
	border:4px solid white;
	}
.bodyTD {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.pictureTD {
	padding-right:20px;
	padding-top:20px;
	}
.pageHeading  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
		font-variant:small-caps;
		font-stretch:extra-expanded;
		color:#003663;
		}