.welcomebox { 
  width: 75%;
  margin: auto;
  background: url(images/wb-background.png) repeat;
}

.wbtop div  { background: url(images/wb-topleft.png) no-repeat top left; }
.wbtop      { background: url(images/wb-topright.png) no-repeat top right; }
.wbbot div  { background: url(images/wb-bottomleft.png) no-repeat bottom left; }
.wbbot      { background: url(images/wb-bottomright.png) no-repeat bottom right; }

.wbtop div, .wbtop, .wbbot div, .wbbot {
  width: 100%;
  height: 10px;
  font-size: 1px;
}

.wbcontent  { 
  margin: 0 14px 0 14px;
  font-size: 13px;
}

.welcomebox h2 { 
  padding: 0;
  margin: 0 0 12px 0;
}

.welcomebox p  { 
  padding: 0;
  margin: 0 0 0 0;
}

body
{
  margin-left: 5%; 
  margin-right: 5%; 
  font-family: "century gothic", sans-serif;
}

table
{
  width:100%;
  text-align:center;
}

tr.odd
{
  color: black;
  background-color: #e0e0e0;
}

tr.even
{
  color: black;
  background-color: #f0f0f0;
}

tr.tableheader
{
  color: black;
  background-color: #B0C4DE;
}

table.BackGround
{
  color: black;
  background-color: #B0C4DE;
}

table.Records
{
  color: black;
  background-color: white;
  width: 96%;
  text-align: left;
  padding-left: 1.0%;
  padding-right: 1.0%;
  margin-top: 2.0%;
  margin-bottom: 2.0%;
}

div.ThinBlackBorder
{
  border: solid;
  border-width: thin;
  border-color: black;
}

div.ThinGrayBorder
{
  border: solid;
  border-width: thin;
  border-color: #e0e0e0;
}

div.ThickBlueBorder
{
  border: solid;
  border-width: thick;
  border-color: #000066;
}

table.Warning
{
  width:100%; 
  color:white;
  background-color: #0000A0;
  border: solid;
  border-width: thick;
  border-color: #e0e0e0;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* for googlemap and mapquest pages */
#hd
{
  width:775px;
  margin:auto;
}
#ft
{
  width:775px;
  margin:auto;
}
.disclaimer
{
  text-align:center;
  margin: 15px 0px 15px 0px;
}

#mapLegend
{
  border: 1px solid #336699;
  overflow:auto;
  /*
  warning padding-top/bottom must be zero otherwise
  mapLegend and mapWindow won't align correctly
  */
  padding:0px 10px 0px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#mapLegend li
{
  /*
  */
  margin-top:10px;
  margin-left:20px;
}
#mapLegend li input
{
  margin-left: -22px;
}
#mapLegend .legendHead
{
  text-align:center;
  margin:15px 0px 10px 0px;
}
#mapWindow
{
  border: 1px solid #336699;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}