#body
{
        margin: 0;
        padding: 0;
}


#mainTable {
	margin: 0 auto;
	border: 0px solid #000;
	/*/*/line-height: 1em; /* */
}
#mainTable td {
	padding: 5px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px dotted #333;
	font-size: 10px;
}

#sidebar {
	width: 160px;
  /*/*/padding: 14px;

}
#headertd {
	background-color: #a40000;
	color: #ffffff;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;

}

td, p, ul {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}

#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

a:link {
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}

a:visited {
  color: #000000;
  text-decoration:none;
  font-weight: bold;
}

a:hover {
  color:#940000;
  text-decoration:none;
  font-weight: bold;
}
