@charset "utf-8";
body {
	background: #000000;
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/waybkgnd.gif);
	background-attachment: fixed;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
.oneColFixCtrHdr #header {
  /* 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. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style6 {
	color: #fff;
	font-size: 10pt;
}	
.style7 {
	font-family: Benguiat Bk BT;
	font-size: 20pt;
	font-weight: bold;
}
.style8 {
	font-size: 16pt
}
.style9 {
	font-family: Benguiat Bk BT;
	font-weight: bold;
	font-size: 12pt
}
.style10 {
	color: #990000
}
.style11 {
	color: #000099
}
.style12 {
	font-weight: bold
}
.style13 {
	font-size: 8pt
}

