/*---------------Define the page-----------------------*/

BODY {
     background-image: url("images/uoft_background.jpg"); 
     background-attachment: fixed; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 0 8.em;
	padding: 8px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}

P.indent {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

P.line-space { line-height: 1.0em; }


BR.space { line-height: 060.em }

BR { line-height: 050.em }

/*---------------use for page and section headings-----------------------*/
H1  {
	color : #000000;
	font-size : 16pt;
	font-weight: 700;
	font-family : Arial, Helvetica, sans-serif;
}

H1.small  {
	color : #000000;
	font-size : 8pt;
	font-weight: 400;
	font-family : Arial, Helvetica, sans-serif;
}


H2.black  {
	color : #000000;
	font-size : 15pt;
	font-weight: 700;
	font-family : Arial, Helvetica, sans-serif;
	align:  center;
}

H2  {
	color : #000000;
	font-size : 14pt;
	font-weight: 700;
	font-family : Arial, Helvetica, sans-serif;
}


H3  {
	color : #000000;
	font-size : 12pt;
	font-weight: 700;
	font-family : Arial, Helvetica, sans-serif;
}
	




/*---------------use for text in sections-----------------------*/
SPAN.page-headings-links {
	font-size : 9pt;
	font-weight: 600;
	font-family : Arial, Helvetica, sans-serif;
	text-align: right;
}

SPAN.text-article-body  {
	font-size : 10pt;
	line-height: 1.2em;
	font-family : Arial, Helvetica, sans-serif
}

SPAN.images  {
	font-size : 10pt;
	line-height: 1.2em;
	font-family : Arial, Helvetica, sans-serif;
	align:  center;
}

SPAN.bottom-menu  {
	color: #333333;
	font-size: 9pt;
    font-weight:  500;
	font-family : Arial, Helvetica, sans-serif;
	text-align:  center
}

SPAN.print-info {
	color: #333333;
	font-size: 9pt;
    font-weight:  300;
	font-family : Arial, Helvetica, sans-serif;
	text-align:  left
}

SPAN.bottom-links  {
	color: #333333;
	font-size: 8pt;
    font-weight:  500;
	font-family : Arial, Helvetica, sans-serif;
	text-align:  center
}

             
/*---------------use for character attributes-----------------------*/
STRONG  {
	font-weight: 700;
	font-family : Arial, Helvetica, sans-serif
}

/*--------------use for lists---------------------------------------------*/

UL.clear-circle { display: list-item; list-style: circle outside}
UL.no-circle {display:  list-item; list-style:  non oustside} 

DD {
	font-size: 9pt;
	line-height: 1.40em;
	color : #000000;
	font-weight: 300;
	font-family : Arial, Helvetica, sans-serif
	}

DT {
	line-height: 1.20em;
	color : #000000;
	font-weight: 300;
	font-family : Arial, Helvetica, sans-serif
}
						 

/*---------------link attributes----------------------  	background-color:  #CCCCC99; -*/
/* active links*/
A:link  { color: #000000;}

/* unvisited links*/
A:visited  { color: #000066;}

/* visited links*/
A:active  { color: #CCCCCC;}


/*---------------g8 website styles-----------------------*/
.nav { 
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	margin-top: 7px;	
	margin-bottom: 0px;
	font-family: arial, helevtica, sans-serif;

	}
 
.maintop {	
			
			margin-top: 7px;
			font-size: 1.3em;
			color: #000099;
			text-align: center;
			letter-spacing: 3px;
			font-family: arial, helevtica, sans-serif;	
}

.main-top-comment {	
			
			margin-top: 7px;
			font-size: 0.75em;
			color: #000099;
			text-align: center;
			letter-spacing: 2px;
			font-weight:  700;
			font-family: arial, helevtica, sans-serif;	
}

/*-------------g8 links---------------------------------------------*/

A:link  { 		
			text-decoration: none;
			font-weight: bold;
			color: #3366CC;
			font-family: arial, helevtica, sans-serif;
}

A:active { 		
			text-decoration: none;
			font-weight: bold;
			color: #33999FF;
			font-family: arial, helevtica, sans-serif;
			
		}
		
A:visited { 	
			text-decoration: none;
			font-weight: bold;
			color: #6699CC;
			font-family: arial, helevtica, sans-serif;
				
		}