/**************************Main Layout Style Sheet
Created; August 20006
Dufferin-Peel CDSB
**************************************************/

/*This is main style sheet used to create the layout*/
body{
 font-family: Verdana, Arial, sans-serif;
 text-align: center;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 font-size: 12px;
 background: #EFEFEF;
}
mainContainer
{
	margin-left:50px;
	text-align:center;
	
	}

H1
{
	font-family:Verdana;
	text-align:center;
	font-size:20px;

	}
.title
{
	background-image: url(/dufferinpeelWeb/styles/default/images/menuback_default.gif);
	font-size:14px;
	color:White;
	font-weight:bold;
}

/*This is for my header*/  
div#Header{
 background-color: white;
 height:150px;
 text-align:center;
 margin-left:60px;
 margin-right:60px;
 }
 
/*This is the main content container*/
div#freeText
{
	background-color:White;
 margin-left:100px;
 margin-right:100px;
  text-align:justify; 
}
.Text
{
	margin-left:20px;
	margin-right:20px;
}


div#freeText li
{
	
  list-style-image:url(/dufferinpeelWeb/styles/board%20office/cec/styles/images/arrowHorizontal.gif);
  padding-left:10px;
  margin-right:20px;
  
  
  
}

/********************************************END***********************************************/
/*This is for the page footer*/ 
div#footer{
 clear: both;
 height:66px;
 text-align:center;
}
			
/*This class is used for non IE browsers prevents content spilling out of div*/
html>body  .box{
 width: auto;
 min-width: 4px;
} 

