/* 
   Make all body text marroon-colored 12-point Times
   with 16-point vertical spacing between lines of text and 
   10-point margins. Use marb017.jpg as the background
*/
body {
	font-size: 11pt;
	font-family: "Garamond";
	background: #FFFBF0 url(/VocationalESL/images/marb017.jpg);
	line-height: 12pt;
	background-color : #FFFBF0 ;
}
      
body.menu {
	background: #FFFBF0 url(/VocationalESL/images/background11a.jpg);             
}                                               

body.MathSideBar {
  background: url(/VocationalESL/images/MathLeft.jpg);
}
body.ESLSideBar {
  background: url(/VocationalESL/images/ESLLeft.jpg);
}

body.esl  {
	font-size: 11pt;
	font-family: "Garamond";
	background: #FFFBF0 url(/VocationalESL/images/marb017esl.jpg);
	line-height: 12pt;
	background-color : #FFFBF0 ;
}
body.math {
	font-size: 11pt;
	font-family: "Garamond";
	background: #FFFBF0 url(/VocationalESL/images/marb017math.jpg);
	line-height: 12pt;
	background-color : #FFFBF0;
}
      

/*ol.outline {
  font: bold 12pt Garamond, Book Antique,Times New Roman;
}*/

/* indent paragraphs */
p {
	margin-left: 15pt;
}
    
blockquote {
	margin-left: 50pt;
}

/* 
   Make haedings Prose Antique bold with generous line spacing. 
   If user doesn't have Prose Angtique, use Lucida Handwriting.
*/
h1 {
	font: bold 13pt Garamond, Book Antique,Times New Roman;
	color: Black;
}
h1.esl {
	font: bold 13pt Garamond, Book Antique,Times New Roman;
	color: Black;
}  
h1.math {
	font: bold 13pt Garamond, Book Antique,Times New Roman;
	color: Black;
}      

h2 {
	font: bold 12pt Garamond, Book Antique,Times New Roman;
	color: Black;
	line-height: 18pt;
	margin-left: 16pt;  
}
h2.esl {
	font: bold 12pt Garamond, Book Antique,Times New Roman;
	color: Black;
	line-height: 16pt;
}  
h2.math {
	font: bold 12pt Garamond, Book Antique,Times New Roman;
	color: Black;
	line-height: 16pt;
}  
          
h3 {
	font: bold 12pt Garamond,Book Antique,Times New Roman;
	color: Black;
	line-height: 12pt;
}
h3.esl {
	font: bold 12pt Garamond,Book Antique,Times New Roman;
	color: Black;
	line-height: 12pt;
}  
h3.math {
	font: bold 12pt Garamond,Book Antique,Times New Roman;
	color: Black;
	line-height: 12pt;
}   
                   
     
/*
   Don't underline links, and make all links green.
   Make links flash black when activated.
*/
a {
	text-decoration: underline;
	font: bold 12pt Garamond, Book Antique,Times New Roman;
	line-height: 16pt;
} 
a:link {
	color: #255935;
}
a:visited {
	color: #913343;
}
a:active {
	color: #913343;
}

/* use a common image as a bullet */
ul.bullets {
	margin-left: 58pt;
	list-style: url(/VocationalESL/images/separator1.gif);
} 

ol.index {
  margin-left: 65pt;
  font-weight: bold;
  color: darkgreen;
}

/*
   Format footnotes as 9-point Book Antque, and center them.
*/
div.footnote {
	font-size: 8pt;
	color: Black;
	font-weight: bold;
	line-height: 12pt;
	text-align: left;
}


 