@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 8px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background: #FEF0DB;
}
.twoColFixLtHdr #container {
	width: 80%;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background: white;
	border: thin solid #CDB38B;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding-bottom: 20px;
	height: 6em;
	padding-left: 5px;
	text-align: right;
} 
#container #imageFaces {
	background: #CDB38B;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	padding-top: 2px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 24%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin-left: 5px;
	}

#emotIntellimg {
	margin-right: 10px;
	margin-top: 10px;
}
#bellCurve {
	margin:auto;
}
#header #logo {
	margin-right: 20px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 80px 0 26%;
	background: #FFF;
	color: #000;
	padding-right: 10px;
	text-align: left;
	}
.stenGraph {
	margin-left: 120px;
}
#mainContent #mainTbl1 {
	border-style: none;
	border-color: #FFF;
}
#mainContent #mainTbl1 tr {
	border-style: none;
	border-color: #FFF;
}
#mainContent #mainTbl1 tr td {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: medium solid #FEF0DB;
	border-bottom: medium solid #FEF0DB;
	border-top-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-left-color: #FFF;
	height: 150px;
	width: 250px;
}
#mainTbl1 tr td h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #CDB38B;
}
#mainContent #linksTbl caption {
	text-align: left;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #CDB38B;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	margin: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
	color: #999;
	border-width: thin;
	border-style: double;	
}
a:link, a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #CDB38B;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #8B8378;
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #CDB38B;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: #8B8378;
	line-height: 140%;
	text-align: left;
}
.graybg {
	background-color:#8B8378;
	color: white;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", 		Palatino, serif;
	color: #CDB38B;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #8B8378;
	font-weight: bold;
	border-bottom: 1px solid #999;
	font-size: 14px;
}
h3 {
	font-size: 1em;
	color: #CDB38B;
	letter-spacing: normal;
	text-align: left;
	font-weight: normal;
	background: #FFF;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}
h5 {
	color: #8B8378;
	font-size: 1em;
}
#davespicture2 {
	margin: 10px;
	float: right;
}
.rsdlist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	font-weight: normal;
	color: #8B8378 
}
#mainContent #tablefirstview {
	background: #FEF0DB;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8B8378;
}
.thirtylist {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	list-style: disc;
	color: #8B8378;
	line-height: 140%;
}
#map {
	float: left;
	margin-left: 30px;
}
p.psleaderth {
	padding-right: 10px;
	padding-left: 5px;
}
p.psleadertd {
	padding-left: 5px;
}
p.center {
	font-weight: bold;
	color: #CDB38B;
	margin-left: 10px;
}
#mainContent psLeadertable {
	margin-right: auto;
	margin-left: auto;
}

.emotintelltext {
	margin-left: 5px;
	margin-top: 20px;
}
.prevueScales {
	height: 120px;
	width: 300px;
}
.scalesborder {
	border: thin solid #CDB38B;
	padding: 30px;
	background: #FEF0DB;
}
.scalesborder1 {
	border-color: #CDB38B;
}
#prevueQandA {
	margin: auto;
}
.tdqandaQuestions {
	font-weight: bold;
	color: #8B8378;
	font-size: .8em;
	padding-top: 5px;
}

psidebarSmallFont {
	font-size: 0.65em;
}
#mainContent blockquote {
	line-height: 160%;
}
.sidebarTextbox {
	background: #CDB38B;
	text-align: left;
	margin-top: 50px;
	width: 8em;
	border-color: #FFF;
	font-size: 1em;
	color: #000;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}
.sidebarTextbox div p {
	color: #000;
}
