/*  Style Sheet for Biosa (Canada) Inc. by Pat Dejonghe */ 
					
/*  Defines styles for the <p> element */
p					{
					font-size: 12pt;
					font-family: arial;
					color: #2F4F4F;
					text-align: left;
					font-weight: bold;
					}
/*  Defines styles for the body */
body			{
					border-style: solid;
					font-family: arial;
					color: #2F4F4F;
					background-color:white;
					border-color: black;
					padding: 40px;
					}
/*  Defines styles for the strong attribute */					
strong 		{
			 		font-weight:bold;
					text-align:left;
					text-decoration:underline;
					}
/*  Defines styles for the list */
li				{
				 	font-style: italic;
					}
/*  Defines styles for the all elements except if overridden */
*					{
				 	color: #2F4F4F;
					font-family: arial;
					text-align: right;
					}
/*  Defines image border*/
img				{
				 	border: none;
					}
/*  Defines styles for the division named white */
div.white	{
					background-color: white;
  				}									
/*  Defines styles for the heading 1 */
h1				{
					font-size: 24pt;
					font-family: arial;
					font-weight: bold;
					color: #2F4F4F;
			 		text-align: center;
					}
/*  Defines styles for heading 2 */
h2				{
					font-size: 14pt;
					font-family: arial;
					background-color: white;
					color: black;
			 		text-align: center;
					}
/*  Defines styles for heading 3 */
h3				{
					font-size: 12pt;
					font-family: arial;
					text-align: left;
					color: black;
					}
/*  Defines styles for heading 4 */					
h4				{
					font-size: 16pt;
					font-family: arial;
					text-align: left;
					color: black;
					}
										
a:link		{
					 	color: black;
					}
a:visited	{
					 	color: green;
					}				
a:hover		{
					 	color: red;
					}
a:focus	{
					 	color: red;
					}					
a:active	{
					 	color: blue;
					}					
					
#content-left
	{
	float: left;
	width: 205px;
	}

#content-right 
		{
		width: 470px;
		margin-left: 70px;
		background-color: white;
		}

#content-site 
		{
		font-size: 8pt;
		font-family: arial;
		text-align: center;
		}									

#content-agriculture 
		{
		background-image: url('images/agriculture.jpg')
		}		
			
#content-environmental 
		{
		background-image: url('images/environmental.jpg')
		}	
				
#content-human 
		{
		background-image: url('images/human.jpg')
		}			
		
#content-all
					{
				 	color: #2F4F4F;
					font-family: arial;
					text-align: left;
					background-color: #F0FFF0;
					}
		
#content-update
					{
				 	font-size: .75em;
					color: black;
					font-family: arial;
					text-align: right;
					background-color: white;
					}
