#main-banner
{
position: absolute;
left: 0px;
top: 0px;
background: url(../_wizardimages/BannerImage1.jpg) no-repeat;
height: 180px;
width: 800px;
clear: both;
}

#page-header h1
{
color: #770000
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 1px 1px 1px 1px;
}

#nav-menu li
{
margin: 1px 1px 1px 1px;
}

#nav-menu li a
{
background: url(../_wizardimages/button1.gif) #fff bottom left repeat-x;
height: 30px;
line-height: 30px;
width: 130px;
display: block;
border: 1px solid #000000;
color: #0d2474;
text-decoration: none;
text-align: center;
margin: 0 1px 0 0;
}

#nav-menu li a:hover
{
border: 2px solid #000000;
height: 30px;
width: 130px;
text-decoration: bold;
text-align: center;
margin: 0 1px 0 0;
}

#nav-menu
{
  width: 135px;
  margin: 0 0 0 0;
}

#page-content
{
  background-color: transparent;
  color: black;
  text-align: left;
  margin: 0 0 0 140px;
}

#left-sidebar
{
  float: left;
  width: 136px;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
}

#footer
{
  margin: 50px 0 0 0;
  clear: both;
}

#contesting
{
  background: url(../_wizardimages/background1.jpg) no-repeat;
  background-position: top left;
  background-color: e7eff2;
  margin-top: 185px;
}

#homepage
{
  background-position: top left;
  background-color: e7eff2;
  margin-top: 185px;
}

#contesting table
{
  border: 2px solid black;
}

#contesting th
{
  font-size: small;
  border: 1px solid black;
}

#contesting td
{
  font-size: small;
  border: 1px solid gray;
}


#dxcc {
	width: 100%;		/* table width will be 99% of this*/
	overflow: auto;
	margin: 0 auto;
	}

#dxcc table {
	width: 1171px;		/*100% of container produces horiz. scroll in Mozilla*/
	border: none;
        position: top left;
	background-color: #f7f7f7;
	}
	
	
#dxcc thead tr	{
        width: 1155px;
	position:relative; 
	top: expression(offsetParent.scrollTop); /*IE5+ only*/
	}

#dxcc foot tr	{
        width: 1155px;
	position:relative; 
	}

#dxcc tbody {
        width: 1171px;
        height: 500px;
        overflow: auto;
	}

#dxcc tbody tr { height: 1em }      /* IE bug */
