body    {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e1e3df;
	background-image:url(images/background-stripe.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper-background.jpg);
	background-repeat: repeat;
	border: solid 3px #841717;
	margin-top: 10px;
	padding: 4px;
	overflow:auto;
		box-shadow:3px 3px 3px #0c0c0c;
	-moz-box-shadow: 3px 3px 3px #0c0c0c;
	-webkit-box-shadow:3px 3px 3px #0c0c0c;
		border-radius:5px;
	-moz-border-radius:: 5px;
	-webkit-border-radius:5px ;
}
#header {
	margin: 0px;
	padding: 0px;
}

#images {
	height: 100%;
	width: 160px;
	float:right;
	position: relative;
}
#images img {
	padding: 2px;
	border: 2px solid #831C16;
	background-color: #B0B8D1;
	margin-bottom: 10px;
}
#section  {
	margin-left: 190px;
	width: 420px;
	height: 100%;
	padding-left: 10px;
	border-left: 2px solid #831C16;
	background-color: #EFF1F6;	
	padding-right: 5px;
	border-bottom: solid 2px #999;
	border-right: solid 2px #999;
	margin-bottom: 10px;
}
#section-heading  {
	margin-left: 190px;
	width: 580px;
	height: 100%;
	padding-left: 10px;
	border-left: 2px solid #831C16;
	background-color: #EFF1F6;	
	padding-right: 5px;
	border-bottom: solid 2px #999;
	border-right: solid 2px #999;
	margin-bottom: 10px;
}
#section-text  {
	margin-left: 190px;
	width: 580px;
	height: 100%;
	padding-left: 10px;
	border-left: 2px solid #831C16;
	background-color: #EFF1F6;
	padding-right: 5px;
	border-bottom: solid 2px #999;
	border-right: solid 2px #999;
	margin-bottom: 10px;
	font-size: 12px;
}

#footer {
	background-color: #b0b8d1;
	clear: both;
	height: 25px;
	width: 782px;
}
#section cite a {
	font-size: 12px;
	text-decoration: none;
}
#sub_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	background-color: #C2B1C6;
	border-bottom: solid thin #663971;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	width: 130px;
	margin-right:8px;
	font-style: italic;
}
#sub_content_consult {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	background-color: #CDA3A2;
	border-bottom: solid thin  #841717;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	width: 130px;
	margin-right:8px;
	font-style: italic;
}
#sub_content_assess {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	width: 130px;
	margin-right:20px;
	font-style: italic;
	background-color: #eea7a7;
	border-bottom: solid thin #d81e22;
}
#sub_content_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	width: 130px;
	margin-right:8px;
	font-style: italic;
	background-color: #A1B59F;
	border-bottom: solid thin #13480e;
}
.imgleft {
	float: left;
	margin-right: 8px;
}
.imgright {
	float: right;
	margin-left: 8px;
	margin-bottom:10px;
	 padding: 2px;
	border: 2px solid #831C16;
	background-color: #B0B8D1;
}
#assessment_instruments li{
	display:inline;
}

