html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000;
	background-color: #fff;
}

p { margin: 0 0 1.5em 0; }

a { color: #000; background-color: #fff; text-decoration: underline; }

img {
	margin: 0;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

input {
	margin: 6px;
	padding: 0;
}

h1 {
	font-size: small;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background-color: #fff;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #000;
}

h3 {
	font-size: small;
	font-weight: bold;
	text-transform: none;
	color: #000;
	background-color: #fff;
	margin: 1em 0 0.25em 0;
}

blockquote {
	margin: 0 0 1em 0;
	color: #333;
	font-style: normal;
}

/* -------------------------------------------------------- */
.copyright {
	width: auto;
	font-size: xx-small;
	text-align: left;
	color: #000;
	background-color: #fff;
	margin: 20px 0 0 0;
}

/* -------------------------------------------------------- */
.caption {
	font-size: x-small;
	line-height: 1.3em;
	margin: 4px 0 10px 0;
}

/* -------------------------------------------------------- */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* -------------------------------------------------------- */
.rightphoto { margin: 3px 0 3px 6px; }
.leftphoto { margin: 3px 6px 3px 0; }

/* -------------------------------------------------------- */
.body3a {
	padding: 20px 150px 0 150px;
}

/* -------------------------------------------------------- 
	lefthand navigation panel
*/
#nav {
	display: none;
}

/* -------------------------------------------------------- 
	template1: simple, no sidebar
	template2: simple, with sidebar
*/
#template1, #template2, #template3 {
	width: auto;
}

#template1 {
}

#template2 {
}

#template3 {
}

#template1 .top {
	display: none;
}

#template2 .top {
	display: none;
}

#template3 .top {
	display: none;
}

#template1 .middle, #template2 .middle, #template3 .middle {
	width: auto;
	margin: 0;
	padding: 10px 0 0 0;
}

#template1 .edge, #template2 .edge {
	display: none;
}

#template3 .edge {
	display: none;
}

#template1 .bottom {
	display: none;
}

#template2 .bottom {
	display: none;
}

#template3 .bottom {
	display: none;
}

/* -------------------------------------------------------- */
#column-a {
	display: none;
}

/* -------------------------------------------------------- */
#column-b {
	width: auto;
}

#column-b ul {
	margin: 4px 0 0 1.5em;
	padding: 0;
}

#column-b li {
	margin: 0 0 8px 0;
	padding: 0;
}

#column-b h4 {
	font-size: small;
	font-weight: normal;
	margin: 6px 0 8px 0;
	text-transform: none;
	color: #000;
	background-color: #fff;
}

/* -------------------------------------------------------- */
#globals-a {
	display: none;
}

/* -------------------------------------------------------- */
#globals-b {
	display: none;
}

/* -------------------------------------------------------- */
#printicon {
	display: none;
}

/* -------------------------------------------------------- */
.biophoto-tack {
	width: 77px;
	height: 127px;
}

.biophoto-tack img { margin: 0; }

/* -------------------------------------------------------- */
.pullquote {
	float: right;
	width: 200px;
	margin: 4px 0 10px 10px;
	padding: 6px;
	color: #333;
	background-color: #fff;
	border: 1px solid #666;
	font-size: x-small;
	line-height: 1.4em;
}

.pullquote blockquote {
	background-color: #fff;
	font-style: italic;
	color: #333;
}

.pullquote p {
	text-align: right;
	margin: 0;
	color: #333;
	background-color: #fff;
	font-style: italic;
}

/* -------------------------------------------------------- */
.clientlist {
	width: auto;
	font-weight: normal;
	font-size: small;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 2px;
}

.clientlist a {
	text-decoration: none;
}

.clientlist td {
	font-weight: normal;
	line-height: 1.3em;
	padding: 3px;
	text-transform: none;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ddd;
}
