body {
	margin: 3% 0% 0 0%;
	padding: 0;
	font-size: 14px;
	background-color: #FFF;
}

#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}
#mainTable td {
	padding: 10px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 2px dotted #333;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}
#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #FFFFFF;
	color: #CCCCCC;
}

#h1 {
	color: #CCCCCC;
	background-image:  url(orangeSmall.gif);
	background-repeat: repeat;
	background-color: #CC9933;
}
#h2 {
	color: #CCCCCC;
	background-image:  url(purpleSmall.gif);
	background-repeat: repeat;
	background-color: #663399;	
}
#h3 {
	background-color: #FFFFFF;
	color: ##BFDDEE;
	background-image:  url(blueSmall.gif);
}
#h4 {
	background-color: #CCCCFF;
	color: #CCCCCC;
	background-image:  url(lightPurplesmall.gif)
}

#footer {
	background-color: #FFFFFF;
	color: #CCCCCC;
	padding: 10;
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
}
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: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !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: 2; /* */
}
#h1blue {
	color: #CCCCCC;
	background-image:  url(blueSmall.gif);
	background-repeat: repeat;
	background-color: #3090C0;
}
