body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

body, p, html, table, td {
	font-family: arial, arial, arial, arial, arial, arial;
	font-size: 12px;
	line-height: 18px;
}

.pivot-image {
	border: 1px solid #000;
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
	/* style for popup-images in entries (textual links) */
}

.registered {
	background-color: #ff9;
}

#centercolumn {
	border: 0px solid #666;
	margin-left: 201px;
	margin-right: 201px;
	padding: 10px 4px;
}

#header {
	background: #ffffff;
	padding: 8px;
}

#leftcolumn {
	left: 0px;
	position: absolute;
	width: 200px;
	margin-top: 4px;
}

#rightcolumn {
	position: absolute;
	right: 0px;
	width: 200px;
	margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}

#footer {
	clear: both;
	margin-bottom:12px;
}

.block {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #ffffff;
	border: 0px solid #999;
}

.block h1 {
	font-size: 20px;
	border-bottom:1px solid #f00;
	margin: 8px;
	padding: 8px;
	color: #000;
	display: inline;
}

.block h3 {
	background: #ffffff;
	color: #000;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 1px solid #8C0613;
	font-size: 11px;
}

.block p {
	margin: 4px 2px 4px 2px;
}

.colofon {
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #006699;
	border: 1px solid #000;
}

.colofon h3 {
	background: #006699;
	color: #000;
	margin: -4px -4px 4px -4px;
	padding: 4px;
	border-bottom: 0px solid #000;
	font-size: 11px;
}

.colofon p {
	margin: 0px;
        color: #000;
}

.content {
	padding: 0px;
	background: #ccffff;
	border: 0px solid #8C0613;
}

.entrycontent {
	padding: 0px;
	background: #ccffff;
	border: 0px solid #8C0613;
}

.content p {
	margin: 4px 2px 4px 2px;
}

.entrycontent p {
	margin: 4px 2px 4px 2px;
}

h1 {
	font-size: 30px;
	border-bottom:1px solid #f00;
	margin: 8px;
	padding: 8px;
	color: #000;
	display: inline;
}

h2 {
	font-size: 16px;
	background: #B7B8F4;
	border:1px solid #8C0613;
	margin:0px;
	padding: 2px;
	color: #000;
}

h3 {
	font-size: 13px;
}

h4, .subtitle {
	font-size: 14px;
	margin: 4px;
	color: #fff;
	display: inline;
	font-style: italic;
}

.date {
	color: #8C0613;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #8C0613;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #8C0613;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #8C0613;
}

a {
 color: #473264;
}

.prevnext_links {
	float: right;
	color: #8C0613;
}

h1 a, .prevnext_links a {
	color: #8C0613;
	font-weight: bold;
	text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
	color: #8C0613;
	font-weight: bold;
	text-decoration: underline;
}

/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}

/* ACCESSIBILITY CHANGES - JM 2004/11/26 */
/* these hide the accessibility tags to stop the layout from changing */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
