body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; 
  background : #f1e0ff;
  color: #000000;
  margin: 0px 0px 0px 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

div#leftcontent { 
  float: left;
  width: 500px;
  background: #ffffff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 15px;
  padding-right: 5px;
  margin-right:20px;
 }


#rightcontent {
  padding-left: 50px; 
}


li { margin-bottom: 4px; }

table#nav1 { 
  table-layout: auto;
  border: 1px solid #ccc;
  background-color: #F7F7F7;
  list-style-type: none;
  margin: 0;
  clear: left;
  font-size: 10px;
  line-height: 10px;
  width: 689px;
}

table#nav1 td { padding: 7px 0px 7px 8px; text-transform: uppercase; }
