body{
	background: #EAE5D8;
	color: #111;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------- */
a{
	color: #4F2A53;
}
a:visited{
	color: #614B63;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2{
	font-family: "Clarendon","Georgia","Times New Roman",serif;
}
h2,h3,h4,h5,h6{
	color: #222;
}
h2{
	font-size: 150%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5,h6{
	font-size: 100%;
}
h2 em, 
h3 em{
	font-size: 80%;
	color: #695932;
	font-style: normal;
	display: block;
	margin-top: 0em;
}
#before #contents h3{
	border-top: 0px solid #D7D3C8;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4em;
}
/* Navigation -------------------------------------------------------- */
#nav{
	display: none;
}
/* Footer ------------------------------------------------------------ */
#footer-links{
	padding: 0.5em 0.25em 0 0.25em;
	border-top: 3px solid #D7D3C8;
	line-height: 1.3;
}
address{
	font-style: normal;
	font-size: 100%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
.error{
	margin-top: 1em;
}
.return a{
	font-weight: bold;
}
a.question:hover{
	cursor: help;
}

/* Tables! */
#contents table,
#contents table td,
#contents table th
#contents table.responsibilities th{
	border: 1px solid #C4BEAD;
}
#contents table{
	border-right: none; 
	border-bottom: none; 
	width: 100%;
}
#contents table td,
#contents table th
#contents table.responsibilities th{
	border-left: none;
	border-top: none; 
	padding: 5px;
}
#contents table.responsibilities th,
#contents table caption{
	font-weight: bold;
	vertical-align: top;
}
#contents table.data td{
	padding: 1px 3px;
}
#contents table td p{
	margin-top: 0;
}
#contents table th{
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #8B748E;
	border-left: none;
	border-bottom-color: #C4BEAD;
	border-bottom-width: 4px;
	background: #76567A;
	color: #fff;
	padding: 2px 4px;
}
#contents table th a, #contents table th strong{
	color: #fff;
}
#contents table.responsibilities th{
	background: transparent;
	color: #000;
	border: 1px solid #C4BEAD;
	border-left: none;
	border-top: none;
	border-bottom-width: 1px;
	padding: 4px;
}

/* back to top links */
p.top{
	padding: 0.7em 0;
	clear: both;
}
p.top a{
	display: block;
	text-align: center;
	padding: 0.25em;
	font-weight: bold;
	text-decoration: none;
	background: #D7D3C8;
	color: #000;
}
p.top a:hover{
	background: #fff;
}

/* Images */
#contents img{
	border: 5px solid #fff;
}
#contents img.noborder{
	border: none;
}

/* Nested lists */
#contents ul li ul{
	margin-left: 0;
	padding-left: 1.5em;
}

/* Technicians listing */
ul#technicians {
	float: left;
	width: 450px;
	margin: 0 0 1em 0;
	padding: 0;
	border: 1px solid #C4BEAD;
	border-top: none;
	list-style: none;
}
ul#technicians li{
	margin: 0;
	padding: 0.25em 0 0.5em 0.5em;
	line-height: normal;
	float: left;
	width: 443px;
	border-top: 1px solid #C4BEAD;
}
ul#technicians dt, ul#technicians dd{
	float: left;
	margin: 0;
}
ul#technicians dt{
	font-weight: bold;
	width: 70px;
	clear: left;
}
ul#technicians dd{
	width: 250px;
}