/* ********************************************************
   style sheet for carleton pages 
   by acd
   created 18 august 2003
   last update 4 september 2003
   ********************************************************
*/

/* general styles */
body 	{ color: black; background: white }
hr		{ width: 90%; align: center}
h1		{ text-align: left }

/* hyperlinks */
:link		{ color: maroon }
:visited	{ color: teal }
:active		{ color: blue }

/* general class attributes */
.center 		{ text-align: center }
.centerbold 	{ text-align: center; font-weight: bold }
.bold			{ font-weight: bold }

/* special text types */
p.quote		{ text-align: center; font-style: italic; 
		  		margin-left: 10%; margin-right: 10%;
		  		font-size: smaller }
p.email		{ font-style: italic; color: maroon; font-size: smaller }
p.link 		{ font-weight: bold; margin-left: 2% }
p.title		{ font-size:  large; font-weight:  bold } 
div.picleft     { float:left; width: 20%; margin-left: 5% }
div.picright    { padding-bottom: 60px  }

/* all text on secondary pages should be indented; headings flush */
div.text  	{ margin-left: 5%; margin-right: 5%}

/* this style is used for the bottom-of-the-page data:  
   last update, author, contact info, etc */
div.bottompage	{ font-size: smaller; font-style: italic }
div.contact	{ font-style: italic }

/* this style is used for indented headings  */  
div.toc1	{ margin-left: 5%; font-size: larger }
div.toc2	{ margin-left: 10%; font-weight: bold  }
