body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	background-color: #OOOOOO;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 2px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 0px solid #333;
	height: 100%;
	font-size: 12px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	font-size: 12px;
	vertical-align: top;
	/*/*/margin: 0px 0px 2px 0px; /* */
	/*/*/font-size: 100%; /* */

}
#header {
	background-color: #fff;
	color: #fff;
}
#footer {
	background-color: #fff;
	color: #fff;
}

td, p, ul {
	font-family: sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }

#sidebar a {
	/*/*/padding: 5px;
	display: block;
	border: 1px solid #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 200px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
	/*/*/margin: 0px 0px 2px 0px; /* */
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #660000;
	border: 1px solid #000;
        text-decoration: underline;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #660000!important;
	border: 1px solid #000 !important; /* */
}
#sidebar ul {
	/*/*/padding-left: .0em;
	list-style-type: none;
	margin-left: .0em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 2px 0px; /* */
}
#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: 0px none; /* */
}

