body {
margin: 0px;
padding: 0px;
background-color: #000;
}

body, p, html, table, td {
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

.pivot-image {
/* 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: 0px 4px;
}

#header {
border-top: 0px solid #182746;
border-bottom: 0px solid #182746;
background: #FFFFFF;
height: 150px;
background-position: top center;
}

#header a { 
width: 800px;
height: 150px; 
margin: 0 auto; 
display: block; 
text-decoration: none; 
} 

#leftcolumn {
left: 0px;
position: absolute;
width: 200px;
margin-top: -6px;
}

#rightcolumn {
position: absolute;
right: 0px;
width: 200px;
margin-top: -6px;
}

#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: #FFF;
border: 1px solid #999;
}

.block h3 {
background: #E3C899;
color: #26344c;
margin: -4px -4px 4px -4px;
padding: 4px;
border-bottom: 1px solid #999;
font-size: 11px;
}

.block p {
margin: 0px;
}

.content {
padding: 4px;
background: #FFF;
border: 1px solid #999;
margin-bottom: 10px; }
}

.entrycontent {
padding: 12px;
background: #FFF;
border: 1px solid #999;
}

.content p {
margin: 4px 2px 4px 2px;
}

h1 {
font-size: 16px;
margin: 4px;
color: #FFF;
display: inline;
}

h2 {
font-size: 13px;
border-bottom:1px dashed #999;
margin:0px;
padding: 2px;
color: #26344c
}

h3 {
font-size: 13px;
}

h4, .subtitle {
font-size: 14px;
margin: 4px;
color: #FFF;
display: inline;
font-style: italic;
}

.date {
color: #666;
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: #666;
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: #5c6b8e;
}

.entryfooter a:hover, .date a:hover {
text-decoration: underline;
font-weight: bold;
color: #5c6b8e;
}

a {
 color: #253a69;
}

.prevnext_links {
float: right;
color: #fff;
}

h1 a, .prevnext_links a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

h1 a:hover, .prevnext_links a:hover {
color: #fff;
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;
}

/* these styles are for the trackback boxes */
#tbgetter {
  height:40px;
  font-family:verdana,helvetica,arial;
  font-size:10px;
  border:1px #ccc solid;
  padding:5px;
  background:#eee;
  overflow:auto;
}
#tbgetter a {
  text-decoration:none;
  font-weight:bold;
  color:#666;
  }
#tbgetter a:hover {
  text-decoration:underline;
  }




/* 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; }
