* {
  font-family: georgia, trebuchet, times, serif;
}
a {
  color: #81525c;
}
blockquote {
  margin: 15px 25px;
}
#container-subpage #logo {
  background-color: #d3e4f4;
  width:660px;
}
#content-homepage {
  color: #45363b;
  background-color: #fcfbf9;
}
#content-homepage p {
  line-height: 150%;
}
#content-homepage #right a {
  color: #5d1f33
}
#content-subpage {
  color: #362f2d;
  background: top left no-repeat #e7e4d3;
}
#footer, #footer-subpage {
  color: #45363B;
  font-size: 93%;
}
#footer a, #footer-subpage a {
  color: #45363B;
  text-decoration: none;
}

/* NAV Dropdown menu */
#nav, #nav ul {
  list-style: none;
  line-height: 1;
  font-weight: bold;
  padding: 0;
}
#nav {
  height: 35px;
  background-color: #dcbf1d;
}
#nav.homepage {
  height: 42px;
}
#nav a {
  display: block;
  color: #7C6240;
  text-decoration: none;
  font-weight: bold;
}
#nav li {
  float: left;
  padding: 0;
}
#nav li ul li {
  float: none;
  display: block;
  padding: 3px;
  text-align: center;
}
#nav li#nav-about-us {
  width: 123px;
}
#nav li#nav-about-us ul {
  width: 123px;
}
#nav li#nav-programs {
  width: 141px;
}
#nav li#nav-programs ul {
  width: 141px;
}
#nav li#nav-programs ul ul {
  	width: 141px;
	margin-left: 141px;
	margin-top: -20px;
	background-color: #d9ca78;
}
#nav li#nav-publications {
  width: 141px;
}
#nav li#nav-publications ul {
  width: 141px;
}
#nav li#nav-contact-us {
  width: 141px;
}
#nav li#nav-contact-us ul {
  width: 141px;
}

#nav li ul {
  background-color: #e4daa1;
  position: absolute;
  left: -999em;
  height: auto;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 10px 0;
}

#nav li ul a {
  width: 100%;
  color: #bf6125;
  font-size: 12px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #f9f5e2;
}
h1 {
  	font-size: 124%;
	margin-bottom: 15px;
}
h2 {
  font-size: 107%;
}
h3.people {
  color: #196f76;
}
table.registration td {
  padding: 4px;
}
.testimonial {
  font-size: 122%;
  color: #5d1f33;
}
.testimonial img.ldquo {
  float: left;
  padding: 0 2px 2px 0;
}
.testimonial .quotee {
  font-style: italic;
}
.standout{
	border:1px solid #C0B8A3;
	background-color:#EDEBE1;
	margin-top:20px;
	padding:20px;
}
.standout p{
line-height:1.4em;	
}
.standout h2{
 font-size: 110%;	
}
em {font-style: italic;}