body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeecdf;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
	color: #6a6559;
}
#mainTable {
	border: 1px solid #000000;
	/*/*/line-height: 1.5em; /* */
 }
#mainTable td {
 	padding: 20px;/*Pads each table cell in modern browsers*/
 }
#maincontent {
	background-color: #ffffff;
	border-left: 1px dotted #948e7e;
 	font-size: 12px;
	line-height: 22px;
	/*/*/font-size: 100%; /* */
	color: #000000;
 }
#maincontent a {
	text-decoration: none;
}	
#maincontent a:link, #maincontent a:visited {
 	color: #666;
 }
#maincontent a:hover, #maincontent a:active {
 	color: #FF0000;
 }
#sidebar {
 	background-color: #e9dfc9;
	width: 160px;
 	font-size: 10px;
	vertical-align: top;
	/*/*/font-size: 85%; /* */
 }
#header {
 	background-color: #333333;
 	color: #CCCCCC;
 	background-image: url(images/bg_6.gif);
 }
#footer {
 	background-color: #333333;
 	color: #333333;
 	background-image: url(images/bg_6.gif);
	font-size: 10px;
	/*/*/font-size: 85%; /* */
 }
td, p, ul {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h1 {
	font-size: 160%;
	font-weight: normal;
	color: #336666;
}
 h2 {
	font-size: 120%;
	font-weight: normal;
	color: #336666;
}
#sidebar a {
 	/*/*/padding: 3px;
 	display: block;
 	border: 1px dotted #999;
 	text-decoration: none;
 	line-height: 1em;
 	width: 120px; /* */
 }
#sidebar a:link, #sidebar a:visited {
 	color: #666;
 }
#sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color: #FF0000;
 	border: 1px solid #000;
 }
#sidebar ul {
 	/*/*/padding-left: 1em;
 	margin-left: 1em;
 	list-style-type: none; /* */
 }
#sidebar li {
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
#current a {
 	color: #FFFFFF !important;
 	/*/*/background-image: url(images/bg_mini.gif) !important; background-color: #999999!important;
 	border: 1px 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; /* */
}
 
