/* CSS Document */
BODY {
  font-family: Arial, Helvetica, sans-serif;
}

DIV#main {
  width: 770px; 
  text-align: center;
}

DIV#left {
  width: 200px; 
  float: left; 
  text-align: left;
}

DIV#right {
 width: 500px; 
 float: right;
 text-align: left;
}

DIV.news_header {
  font-weight: bold; 
  background-color: #000080; 
  color: White;
}

DIV.news_feed {
  margin-left: 2em;
}

DIV#error {
  background-color: #990066; 
  color: #FFFFFF; 
  font-weight: bold; 
  text-align: center; 
  width: 100%;
}

TABLE#affiliates {
  border: 1px solid black;
  border-collapse: collapse;
}

TABLE#affiliates TR TH {
  border: 1px solid black;
  font-weight: bold;
  text-align: center;
  background-color: #CCCCCC;
}

TABLE#affiliates TR TD {
  border: 1px solid black; 
}

TABLE#affiliate_form {
  border: 1px solid black;
  border-collapse: collapse;
}

TABLE#affiliate_form TR TH {
  border: 1px solid black;
  font-weight: bold;
  text-align: center;
  background-color: #CCCCCC;
}

TABLE#affiliate_form TR TD {
  border: 1px solid black; 
  text-align: left;
}
UL#nav LI {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  text-align: center;
  list-style-type: none;
}

UL#nav LI#last {
  border: 2px solid black;
}

UL#nav LI#header {
  border: 0;
  background-color: #000080;
  color: White;
  font-weight: bold;
  text-align: center;
}

UL#nav LI#clear {
  border: 0;
}

UL#nav LI#clear:Hover {
  background-color: White;
}

UL#nav LI A {
  font-weight: bold;
  color: Black;
  text-decoration: none;
}

UL#nav LI:Hover {
  background-color: #CCCCCC;
}
  