@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 50px 0 0; /* 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;
}
.fisher #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.fisher #header {
	background: url(images/site/banner.gif) no-repeat;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 134px;
	margin: 0px;
	border-bottom: thin solid #000000;
}
.fisher #container #header #nav {
	width: 100%;
	padding-top: 106px;
}

.fisher #mainContent {
	padding: 15px 15px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	color: #FFFFFF;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Lt BT";
}
.fisher #container #mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Lt BT";
	color: #FFFFFF;
}

.fisher #container #mainContent td a, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Lt BT";
	color: #B7D432;
	text-decoration: underline;
}
.fisher  #container  #mainContent  td  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Lt BT";
	color: #F27721;
	text-decoration: none;
}
.fisher #container #mainContent td h1{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Lt BT";
	color: #B7D432;
	font-weight: normal;
	font-size: 16pt;
	margin: 0px;
	padding: 0px;
}

.fisher #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Futura Lt BT";
	font-size: 9px;
	text-align: center;
	border-top: thin solid #000000;
}
.fisher #footer a {
	color: #000000;
}
.fisher #footer a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

