/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles      	                   */
/***********************************************/ 

body{
	font-family: Verdana, Tahoma, sans-serif;
	color: #333333;
	line-height: 1.166;	
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
    color: #3300cc; 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Verdana, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #6633ff;
}

h2{
 font-size: 114%;
 color: #330099;
 background-color:#99cc99;
 padding: 5px;
}

h3{
 font-size: 100%;
 color: #cc3366; 
 padding-top: 0px;
}

/* sitemap heading colours */
#sitemap1 { 
  color: #000000;
  font-size:14px;
  font-variant:small-caps; 
  border-top:#cc3366 solid; 
  font-weight:bold; 
  }
 #sitemap2 { 
  color: #0000ff;
  font-size:13px;
  font-variant:small-caps; 
  font-weight:bold; 
  }
  #sitemap3 { 
  color: #0000ff; 
  font-size:12px;
  }
   
/* page margins */
#left {margin-left: 10px;
margin-top: 41px;
margin-right: 40px;
margin-bottom: 20px;
	}
	