body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 13px;
	background-color: #000000;
}

#mainTable {
	background-color: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000;
	width: 750px;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
}
#maincontent {
	background-color: #FFFFFF;
	/*border-left: 2px dotted #333;*/
	font-size: 12px;
	padding: 20px;
	/*/*/font-size: 100%; /* */
}
.navigation {
	width: 100px;
	padding: 13px;
	align: center; 
	valign: middle;
	font-size: 15px;
}
.whiteonblack  { 
	color: #FFFFFF;
	 } 
.whiteonblack a:link  { 
	color: #FFFFFF;
	text-decoration: none;
	 } 
.whiteonblack a:visited  { 
	color: #666666;
	text-decoration: none;
	 } 
.whiteonblack a:hover  { 
	color: #FFFFFF;
	text-decoration: underline;
	 } 
.whiteonblack a:active  { 
	color: #FFFFFF;
	text-decoration: none;
	 } 
.navigation a:link  { 
	color: #000000;
	text-decoration: none;
	 } 
.navigation a:visited  { 
	color: #000000;
	text-decoration: none;
	 } 
.navigation a:hover { 
	color: #000000;
	text-decoration: underline;
	 } 
.navigation a:active  { 
	color: #000000;
	text-decoration: none;
	 } 
.title {
	font-size: 200%;
	color: #666666;
}
a:link  { 
	color: #003399;
	text-decoration: none;
	 } 
a:visited  { 
	color: #003399;
	text-decoration: none;
	 } 
a:hover  { 
	color: #000000;
	text-decoration: underline;
	 } 
a:active  { 
	color: #003399;
	text-decoration: none;
	 } 












#nav {
	background-color: #000000;
	width: 750px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
	padding: 10px;
	align: center; 
	vertical-align: middle;
}
#sidebar {
	background-color: #000000;
	width: 160px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */
	padding: 10px;
	background-image: url(/images/wisemen/top_pov.jpg);
	background-repeat: no-repeat;
}
#header {
	margin: 0 auto;
	border-style: solid;
    border-width: 1px 1px 0px;      /* sets 1px border width on 3 sides, 0px on bottom */
    border-color: #000;
	width: 750px;
	height: 159px;
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(/images/wisemen/header_pov.jpg);
}
#footer {
	margin: 0 auto;
	border-style: solid;
    border-width: 0px 1px 1px;      /* sets 1px border width on 3 sides, 0px on top */
    border-color: #000;
	width: 750px;
	height: 40px;
	background-color: #333333;
	color: #CCCCCC;
	background-image: url(/images/wisemen/bot_pov.jpg);
}

td, p, ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;

}
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%; }

