/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	

#main h1 {
		font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	
#main h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	}
	
#main h3 {
		font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	
#main h4 {
		font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	
#main p {
		font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	
		
/* 1.2	Forms
-----------------------------------------------------------------------------------------------*/	

	input, textarea, select {
		font: 1.2em Arial, Helvetica, sans-serif;
	}


/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

	a {
		color: #0000ff;
		text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #ff0000;
		text-decoration: none;
	}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

	hr { 
		display: none; }
			
	strong {
		font-weight: bold; }
			
	em {
		font-style: italic; }
		
	abbr, acronym {
		cursor: help;
		border-bottom: 1px dotted #999; 
	}

/* 3.4	Main content
-----------------------------------------------------------------------------------------------*/	

	#main h2, #main h3 {
		padding-bottom: 15px;
	}
	#main h2, #main h3, #main h4, #main p, #main li {
		color: #6e6e6e;
		text-align: left;
		line-height: 165%;
	}
 body.borealis #main p, body.borealis #main li {
color: #000;
line-height: 165%;
}

body.borealis #main ul {
     margin-left: 35px;                    
     padding-bottom: 20px; }


	body.borealis #main h2, body.borealis #main h3, body.borealis #main h4 {
		color: #008737;
		text-align: left;
		line-height: 165%;
	}
    body.borealis #main h2 {
        text-transform: uppercase;
		font-weight: bold; }
	#main p {
		font-weight: normal;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	#main li {
		font: 1.2em Verdana, Arial, Helvetica, sans-serif;
		list-style-position: outside;
		list-style-type: disc;
		margin-left: 10px;
		padding-right: 20px;
	}
