/**June **/
/*padding - top right bottom left**/


body {
	background-color: white;
	margin-top: 20px;
	margin-left: 30px; 
	margin-right: 30px; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: black; 
	}

#header {
	width: 100%;
	height: 145px;
	background-color: #F5F5F5; /**white smoke **/
	}

h1.header {
	font-family: Airal, Verdana, sans-serif; 
	font-size: 24px;
	font-weight: bold;
	color: navy; 
	} 


#linkbar {
	background-color:  #F5F5F5; /**white smoke **/
	height: 28px;

	}


#leftcolumn {    /**for syringa **/
	float: left; 
	margin-top: 20px;
	padding: 5px 0px 0px 0px;
	width: 120px;
	
	background-color: white;
	font-size: 12px;
	}

#leftcolumn_2 {        /** for target map **/
	float: left; 
	margin-top: 50px;
	width: 150px;
	background-color: white;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px; 
	font-size: 12px;
	}

ul.navbar li {
  margin: 0.5em 0;
  padding: 0.3em;
   }

ul.navbar a {
  text-decoration: none }

a:link {
  color: blue }

a:visited {
  color: maroon }


#content {	
	margin-top: 0px;
	margin-left: 160px;  
	margin-right: 50px;
	padding: 5px 25px 5px 25px; /*top right bottom left**/
	}

#content_2 {          /**narrower left colm. for tree gif **/
	margin-top: 0px;
	margin-left: 120px;
	margin-right: 50px;
	padding: 5px 25px 5px 25px; /*top right bottom left**/
	}

h1 { 
	font-family: Airal, Verdana, sans-serif;  
	font-size: 24px;
	/***	margin-bottom: 1em; **/
	font-weight: bold;
	font-style: italic;
	color: navy;
	} 


h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 24px;
	font-style: italic;
	font-weight: bold; 
	color: navy;
	} 

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: navy;
	}

h4 {
	font-family: font-family: Airal, Verdana, sans-serif;
	font-size: 18px;  
	font-style: italic;
	font-weight: bold; 
	color: navy;
	}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: navy;
	}

table {
	font-size: 10pt;
	}	


p.outset {			
	border-style: outset;
	padding: 0.5em;
	}

p.em {
	font-style: italic;
	}

span.highlight {
	background-color: yellow; 
	}

.navy {
	font-family: Arial;
	font-style: italic;
	color: navy;
	}

.em {
	font-style: italic;
	}	


blockquote {
	width: 80%;
	align: center;
	margin-top: 1em;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: 10.5em;
	font-style: italic;
	}	

.photo {
	float: right;
	position: relative;
	padding: 10px 1px 10px 2px;	
	}


.footer links {
	font-size: x-small;
	text-align: center;
	margin-bottom: 3em;
	}
