@charset "UTF-8";
/* CSS Document */

/* main styles */

.hide {
	display: none;
	}
	.web-hide { display:block;}
body {
     margin: 0; /* to avoid margins */
	 margin-bottom:10px;
     text-align: center; /* to correct the centering IE bug*/
	 color:#333;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-size: small; 
	 background:#fff;
	 background-image:none;
     }
	  * html body {
		  font-size: x-small; /* for IE5/WIN */
		  f\ont-size: small; /* for other IE versions */
	  }
#global {
     margin-left: auto;
     margin-right: auto;
     width: 100%; /* mandatory to be centered */
	 text-align: left; /* to realign your text */
	 margin-top:0;
	 margin-bottom:0;
	 	 background:#fff;
	 background-image:none;
     }
a:link {text-decoration:underline; color:#036; }
a:visited {text-decoration:underline; color:#036; }
a:hover {text-decoration:none; color:#903; }
a:active {text-decoration:none; color:#903; }

/* body content styles */

.body_content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:100%;
	line-height:130%;
}
.body_content ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:100%;
	line-height:130%;
}
.body_content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#903;
	font-weight:bold;
	font-size:130%;
	line-height:130%;
}
.body_content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#903;
	font-weight:bold;
	font-size:110%;
	line-height:120%;
}
.body_content {
	margin-bottom:40px;
		margin-right:25px;
}
.new_bold_rose {
	color:#903;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
}
.shell {
	margin-left: auto;
    margin-right: auto;
	}
	
	.topnav, .print-hide {
		display:none;
	}	
	
	.book_cover_style {
		border:#934e44 1px solid;
		margin-bottom:8px;
		margin-top:8px;
	}

/* sidebar styles */
.sidebar-copy h1 {
display:none;

}
.sidebar-copy p {
display:none;


}
.sidebar-copy ol {
display:none;


}
	.sidebar-copy a {
display:none;

	}
	.sidebar-copy a {
display:none;

	}
	#twitter_update_list ul, li {
display:none;

	}
	#twitter_update_list {
display:none;

	}
		#twitter_update_list a {
display:none;

	}
		#twitter-link a {
display:none;

	}
	
	blockquote {
		font-family:Verdana, Geneva, sans-serif;
		font-size:85%;
		color:#FFF;
		font-weight:bold;
		margin-left:0;
		margin-right:0;
		line-height:110%;
	}
	.attribution {
		color:#FC9;
		font-style:italic;
		font-size:80%;
		line-height:60%;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		text-align:right;
		
		margin-left:15px;
	}

/* footer styles */

#footer {
    display:none;
	 }
	
