@charset "utf-8";
/* 
  -----------------------------------
  Alran Books PRINT Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
Color Scheme
Header Yellow: f9de36
Sidebars:
	Reading Blue: 3265c1  DEFAULT
	Writing Red:  ed2434
	Vocabulary Green:  177f4c
	Instructional Maroon: 9e2956
	Featured Purple: 4a117c
*/


body, div, table,tr, td {margin:0;padding:0;}
body {
	margin:0;
	padding:0;
	font: 95% "Trebuchet MS", tahoma, sans-serif;
	/*font: 100.01% Georgia, "Times New Roman", Times, serif;*/
	line-height:1.5;}	

a {text-decoration:underline;}
.printOnly { display:block;}
.noPrint {display:none;}
/* Layout */	
#wrapper{}
	#header{
		height:2em;
		background-color:#f9de36;
		position:relative;
		background:none;}

	#mainSection{
		margin:0 0 0 0;
		padding:11px 10px 10px 0;
		z-index:20000!important;}
		#content{
			margin-left:0;}
		#sidebar{display:none;}
	#footer{
		background-color:#fff;
		margin-left:0;
		text-align:center;
		font-weight:bold;}

	#pageFooter{background-color:#fff;display:none;}
