

body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: top;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFFFFF;
}
a {
	color: #000000;
}
li {
	list-style-type: square;
	padding-bottom: 10px;
	line-height: normal;
}

hr {
	color: #000000;
}
.left-col {
	width: 200px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #000000;
	font-size: small;
}

.right-col {
	width: 400px;
	padding-top: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	text-align: left;
	vertical-align: top;
}
.headline{
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	line-height: normal;
	margin-top: 30px;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../Images/gillespie-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #000000;
}
.teaser {
	font-size: medium;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 10px;
	line-height: normal;
}
.publication {
	color: #000000;
	font-size: small;
	line-height: normal;
	margin: 0px;
}
.body-copy {
	line-height: 1.5;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	background-attachment: fixed;
	background-image: url(../Images/gillespie-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #000000;
}
.hm {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	float: right;
	margin-top: 10px;
}