body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt;
	background-color:#d6d6d6;
	color:#1b1b1b;
	text-align: center;
}

#title {
position: relative;
	display: inline-block;
	height: 100px;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
}

slideshow {
	border: none;
	position: absolute;
	top: 5px;
	left: 200px;
	z-index: 20;
;
}

#core{position: relative;
	display: table;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	clear: both;
}

tr{
	display: table-row;
	top: 10px;

}

td{
	top: 5px;
	vertical-align: top;
	padding: 10px;
}

#foot{position: relative;
	display: inline-block;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: center;
}

A:link {
	color:#black;
	
}

A:visited {
	color:#777;
}

A:active, A:hover {
	color: #black;
}

img{
		border: none;
}

h1 {
	font-weight: bold;
	
}
