body { 
	background: #fff url(headerSimple/headerSimpleBackround.jpg) repeat-x; 
} 
p   { 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
}
td.rightCol {
	background: url(backgrounds/sideThing2.jpg) ;
	background-repeat: no-repeat;
}

a { 

	text-decoration: none; outline: none;
}
a:link {
	color: #20b2aa; 
	text-decoration: none;
}
a:visited {
	color: #9acd32;
}
a:hover {
	color: #008b8b;
	text-decoration: underline;
}
div.footer   {
	text-align: center;
	color: #808080;
	font-size: small;
}
.bookTitle {
	font-weight: bolder; 
}
ul{
    margin: 0 ;
}
ul.subMenu li{
    margin-left: 0;
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #CCC;
}
dt.aTitle {
	color: #20b2aa;
	border: 1px solid #CCC;
	font-weight: bolder;&nbsp;
}
td.mainTD {
	padding: 10px 5px 0px 0px;
	width: 735px;
	vertical-align: top;
}