/* CSS Document */

body, div, h1, h2, h3, strong, img{
	padding:0px;
	margin:0px;
}

body{
	background-color:#C8C6C7;
	font-family:"Myriad Web Pro","Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:1em;
}
#crownContainer, #meatContainer, #heelContainer{
	text-align:center;
	margin:0px;
	padding:0px;
	width:100%;
	position:relative;
}
#crownContainer{
	height:	131px;
}
#crown, #meat, #heal{
	position:relative;
	text-align:left;
	width:782px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(images/bodyBG.jpg);
	background-position:0px 0px 0px 0px;
}
#crown{
	height:	131px;
}
#meat{
	padding:0px 91px 0px 91px;
	width:600px;
	min-height:450px;
}

.flat{
	border:solid 1px #000000;
}
.question{
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
	border-bottom: solid 2px #048394;
	margin-bottom: 3px;
}
.qIndent{
	margin-left:25px;
}
.disclaimer{
	font-size:0.8em;
	font-style:italic;
	color: #666666;
}


.dhtmlgoodies_contentBox{
	border:1px solid #317082;
	height:0px;
	visibility:hidden;
	position:relative;
	background-color:#E2EBED;
	overflow:hidden;			
}
.dhtmlgoodies_content{
	position:relative;		
	width:100%;	
}

