body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #85258f;    
	background-color: #d04158;
	background-image:url(../images/bg.gif);
	}
div#entire {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align:left;
	}
div#content {
	border:3px solid #e1ded4;
	padding: 0 40px 25px 40px;
	background-color:#FFF;
	background-image:url(../images/header.gif);
	background-position:top right;
	background-repeat:no-repeat;
	}
div#header {
	height: 160px;
	}
td.left {
	width: 590px;
	padding-right: 50px;
	}
p	{
	color: #444450;
	font-size: 12px;
	line-height: 20px;
	}
p.snug {
	margin-top: 2px;
	padding-top: 2px;
	}
ul	{
	color: #444450;
	font-size: 12px;
	line-height: 20px;
	margin-left:0;
	}
li {
	margin-left: 20px;
	}
.top10	{
	margin-top: 10px;
	}
.top20	{
	margin-top: 20px;
	}
img.pagetitle {
	margin-top: 40px;
	}
h2 {
	color: #b1264e;
	font-weight:bold;
	letter-spacing:1px;
	font-size:15px;
	}
h3 {
	padding-top: 10px;
	font-size: 14px;
	color: #b1264e;
	font-weight: normal;
	letter-spacing: 1px;
	}
hr {
	margin: 25px 80px;
	color: #b1264e;
	background-color: #b1264e;
	}
	
/*  LINKS  */

img a {
	border: 0;
	}
a {
	color: #444450;
	}
a:visited {
	color: #444450;
	}
a:hover {
	color: #b1264e;
	}	
	
/* menu
   ---------- */

div.menu {
	width: 150px;
	}
.menu ul { 
	margin: 0 0 0 20px; 
	padding : 0; 
	list-style : none; 
	}
.menu a {
	text-decoration:none;
	color: #85258f;
	padding: 5px;      
	}
.menu a:visited {
	text-decoration:none;
	color: #85258f;
	padding: 5px;      
	}
.menu a:hover {
	color: #b1264e;
	text-decoration:none;
	}
li.menu1, li.menu1-current {
	margin: 0 0 8px 0;
    font-size:15px; 
	}
li.menu1-current a, li.menu2-book-current a {
	color: #b1264e;
	}
li.menu2-book, li.menu2-book-current {
	margin: 0 0 8px 30px;
	list-style-type: disc;
    font-size:15px;  
	}
		
	
/*  COPYRIGHT & CREDITS */	

div.credits {
	text-align: right;
	font-size: 10px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-right: 0;
	padding-top: 8px;
	color:#912738;
	}
div.credits a {
	color:#912738;
	text-decoration:none;
	}
div.credits a:visited {
	color:#912738;
	}
div.credits a:hover {
	color: #f1909f;
	}
div.copyright {
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 22px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 0;
	color:#912738;
	}	



.float-left {
	float:left;
	padding-right: 30px;
	}
.float-left-inset {
	float:left;
	margin-right: 30px;
	padding: 3px;
	border: 1px solid #e1ded4;
	}
.float-right {
	float:right;
	padding-left: 30px;
	}
.float-right-inset {
	float:right;
	margin-left: 30px;
	padding: 3px;
	border: 1px solid #e1ded4;
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style:italic;
	font-weight:bold;
	}
.pad-right {
	padding-right: 30px;
	}
.pad-left {
	padding-left: 30px;
	}
img.inset {
	padding: 3px;
	border: 1px solid #e1ded4;
	}	
	
		
div.centered {
	margin-right: auto;
	margin-left: auto;
	}
	
/*below not styled with new color yet */	
	
input, textarea {
	background-color: #fffefe;
	border: 1px solid #444450;
	overflow: hidden;
	color: #444450;
	}
input:focus, textarea:focus {
	background-color:#fefbf7;
	border: 1px solid #444450;
	}
label {
	font-size: 12px;
	color: #444450;
	}