body {
	margin: 0 10px;
	padding: 0;
	font-size: 11px;
	background-color: #FFF;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #000;
	line-height: 1.5em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;

}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 1px dashed #990000;
	font-size: 12px;
	font-size: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px;
	left: 60px;



}
#sidebar {
	width: 200px;
	font-size: 12px;
	font-size: 85%;







}
#header {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #993300;
	color: #CCCCCC;
	background-image: url(images/Untitled-2.jpg);
	background-repeat: no-repeat;

}

td, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;



}
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: 3px;
	display: block;
	border: 1px solid #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
	background-color: #F7F7F7;

}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 1px solid #000;
}
#current a {
	color: #990000!important;
	/*/*/background-color: #FFFFFF!important;
	border: 1px solid #000000!important; /* */
}
#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 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: 1px solid #000;
	/*/*/border: 0; /* */
}
