/* CSS Document */
#wrap { 
width:900px; 
margin:0 auto; 
} /* "auto" makes the left and right margins center the wrapper */

body { 
  margin-left: 5; 
  margin-top: 5;
  padding: 0; 
  min-height: 700px;
  text-align:center;
  
}

p {
text-align:left;
}

.style1 {
  font-weight:bold;
  font-size:14pt;
}

h2 {
  margin-top:0;
}

 .first_letter {
  font-size:1.5em;
}

div#basic_page {
  font-family: Times New Roman; 
  font-size: 12pt;
   width:900px;
   height: 400px; 
  margin:0;
   padding: 10px 25px 10px 25px;
   text-align:left;
}
div#header {
   width:900px;
   height:160px;
   text-align:left;
}
.header_logo {
	width:220px;
	top: 45px;
	padding-left:20px;
}

.dendrotab {
  text-align:left;
}

.dendrohead {
  text-align:left;
}

.text_line {
height:0;
}
.header_title {
	font: Times New Roman, Times, serif;
	font-size: 28pt;
	position: absolute;
	width:680px;
	top: 15px;
	font-weight: bold;
	padding-left:20px;
}
.header_addr_container {
	font-family:Arial;
	font-size: 8pt;
	position:absolute;
	width:680px;
	top:85px;
	vertical-align:top;
	padding-left:30px;
}

.header_addr1 {float:left;vertical-align:top;text-align:left;width:30%;padding:0;}
.header_addr2 {float:left;vertical-align:top;text-align:left;width:40%;padding:0; }
.header_addr3 {float:left;vertical-align:top;text-align:left;width:30%;padding:0;}


.first_letter {
	color: #FF0000;
}


a:link {
  color: red;
}
 a:hover {
  color: #666666;
}

 a:visited {
  color: red;
}  
 a:active {
  color: #666666;
 } 

div#copyright {
   width:900px;
   height:80px;
   right: 0;
   bottom: 0;
  border-top:2px solid red;
  font-weight: bold;
 padding-bottom: 1em;
 padding-top: .75em;
 font-size: 12px;
 text-align: center;
}


