/* a, a:visited { color: #333; text-decoration: none; } 
a:hover, a:visited:hover { color: #333; background-color: #ff6; }
*/
ul li a, ul li a:visited { color: #333; text-decoration: none; }
ul li a:hover, ul li a:visited:hover { color: #333; background-color: #ff6; }

.separator { border:1px dotted #333; width: 100%; }
.description { text-align: justify; }
.program_list { margin: 0; padding: 0; list-style: disc; font-size: 9pt; font-weight: bold; }

#mission_statement { width: 580px; margin: 0 auto; text-align: justify; }
#program_header { width: 590px; min-height: 125px; margin: 0 auto; background-position: bottom center; background-repeat: no-repeat; padding-left: 15px; padding-top: 5px; text-align: left; font-size: 8pt; }

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float: right;
  background:url(../images/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(../images/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(../images/corner_tr.gif) right top no-repeat;
	display: block;
  }
.address_background {
  background: url(../images/address_background.jpg) top left no-repeat;
}

.result_background {
  background: url(../images/result_background.jpg) center no-repeat;
}

