body {
	background-color: #F5F5DC;
	font-family: Helvetica, Verdana, sans-serif;
	font-size 12px;
}

html {
	/* See: http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}

span.bold {
	font-weight: bold;
}

div#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

div#footer {
	font-size: 10px;
	color: gray;
	text-align: center;
}

div#footer a {
	text-decoration: none;
}

div#footer img {
	display: inline;
}

div#heading {
	width: 790px;
	height: 160px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #53080d; 
	color: white;
	background-image: url("/images/mki-banner.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}

div#heading h1 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 0.2em;
}

div#heading p {
	font-size: 12px;
	letter-spacing: 0.2em;
}

div.clearFloat {
	height: 0px;
	width: 0px;
	clear: both;
}

.floatRight {
	float: right;
}

.leftColumn {
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.rightColumn {
	display: block;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

div#menu {
	float: right;
}

div#menu p {
	margin-top: 0px;
}

a.menuItem {
	display: block;
	float: left;
	height: 20px;
	width: 199px;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-left: 1px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: white;
	background-color: #53080d;
	text-decoration: none;
}

a.firstMenuItem {
	margin-left: 0px;
	width: 200px;
}

div#content {
	width: 758px; /* -2 for borders */
    min-height: 394px;
   	height: auto !important;
	height: 376px;
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-style: dashed;
	border-width: 0px 1px 1px 1px;
	border-color: black;
	font-size: 10pt;
	background-color: white;
	line-height: 18px;
}

a {
	color: #53080d;
}

div.contentHeading {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #53080d;
	color: white;
	padding-left: 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-align: left;
}

div.text {
	text-align: left;
}

a.photoThumbnail {
	margin-top: 72px;
	margin-left: auto;
	margin-right: auto;	
	display: inline-block;
	border-style: none;
	border-color: none;
	border-width: 0px 0px 0px 0px;
	text-align: center;
}

a.photoThumbnail img {
	border-style: none;
	border-color: none;
	border-width: 0px 0px 0px 0px;
}

a.lastPhotoThumbnail {
	margin-right: 0px;
}

div.smallSpacer {
	height: 18px;
}

div.spacer {
	height: 72px;
}

p.caption {
	margin-top: -3px;
	margin-bottom: 15px;
	color: #777777;
	font-size: 9pt;
}

table {
	border-collapse: collapse;
}

th {
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #777777;
	padding: 10px;
}

td {
	border: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #777777;
	padding: 10px;
	text-align: right;
}