@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/paypalgray.jpg);
	background-repeat: repeat;
}
#mainContent table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFF;
	text-align: left;
	border: 1px solid #000;
	width: 75%;
	margin-left: 25px;
	float: left;
	margin-bottom: 25px;
}
table tr th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FF0;
}


.oneColFixCtrHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	font-size: .9em;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 970px;
}
.oneColFixCtrHdr #header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	font-size: 1em;
	background-color: #FFF;
}
.oneColFixCtrHdr #container #header a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header h1 {
	width: 810px;
	font-size: 1em;
	color: #CCC;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#facebox {
	padding-left: 10px;
	margin-top: 20px;
}

#mainContent table caption {
	font-weight: bold;
}

#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #E20000;
	background-color: #CCC;
	text-align: center;
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.oneColFixCtrHdr #footer {
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #EAEAEC;
	background-color: #737367;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 0.7em;
}
#fsvbanner {
	margin-top: 25px;
	margin-left: 100px;
}
#searchbox {
	float: right;
}
