body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

#mainTable {
	width: 920px;
	border: 0px solid #000000;
	/*/*/line-height: 1.5em; /* */
	}
	
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browers*/	
	}
	
#maincontent {
	border-left: 2px solid #333;
	font-size: 14px;
	text-decoration: none;
	/*/*/font-size: 100%; /* */
	}
#maincontent a:link, #maincontent a:visited {
	color: #666
	}
#maincontent a:hover, #maincontent a:active {
	color: #FFFFFF;
	background-color: #000000;
	border: 2px solid #000;
}	
#sidebar {
	width: 200px;
	font-size: 12px;
	vertical-align: top;
	/*/*/font-size: 95%; /* */
	}
	
#header {
	height: 150;
	width: 920;
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(images/anthemicheader.gif);
	}
	
#footer {
	height: 96;
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(images/anthemicfooter.gif);
	}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1:first-child {
	margin-top: 0;
	text-align: left;
}/*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%;
	color: #333333;
	 }
h2 { font-size: 150%; }

#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: #000000;
	border: 2px 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-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
