
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #09014A;
	background-image: url(images/headbck2.jpg);
	background-repeat: repeat-x;
	color: #2d2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #660000;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09014A;
}
h2 {
	color: #09014A;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
a,  a:link {
  color: #239f3e;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #578557;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #017a20;
  text-decoration: underline;
}
a:focus {
  color: #017a20;
}
a:active {
  color: #004e2a;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 780px;
}
#outerWrapper #header {
  background-color: #92b876;
  background-image: url("images/broadwaybasketsheader.jpg");
  background-repeat: no-repeat;
  border-bottom: solid 1px #657f51;
  font-size: 18px;
  font-weight: bold;
  height: 229px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #000099;
  text-decoration: underline;
}
#outerWrapper #header a:visited {
  color: #993366;
  text-decoration: underline;
}
#contentWrapper {
	background-image: url(images/contenetback.gif);
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px;
	width: 200px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 220px 0 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #F4E9C4;
	border-top: 1px solid #09014A;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
}
#content h3 {
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fltright {
	float: right;
	margin-left: 10px;
	border: 1px solid #E8D184;
	margin-top: 10px;
	margin-bottom: 10px;
}
.disclaimer {
	font-size: 10px;
}
