@import url(../palace/styles/basic.css);

/* sitenav is hidden for tutorial when part of 
	FormBuilder doc */
#sitenavmenu {
	display: none;
}

#centerwrapper {
	min-height: 400px;
	/** for ie? */
	height: 400px;
}

#content {
	padding: 5% 10% 5% 10%;
	
}

#localnavmenu {
	height: 383px;
	border-bottom: none; /*1px solid black;*/
}

h1 {
  font-size: 2em;
  font-weight: normal; 
}

h2 {

  font-size: 1.5em;
  font-weight: normal; 

}

.introtext {

}