BODY {
  background: #BCC8DA;
  margin : 0px 0px 0px 0px; 
  width: 100%; 
  text-align:left; 
  font-family: geneva, arial, helvetica, san-serif;
  scrollbar-base-color: #BCC8DA;
  scrollbar-track-color: #eaebeb;
  scrollbar-3dlight-color:ffffff; 
  scrollbar-arrow-color: #000000;
}

body, p, html, table, td {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #212121
  line-height: 15px;
}

table.thinborder
{ 
  border: 1px #0e1f2f solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.lightborder
{ 
  border: 1px #BCC8DA solid;
  border-collapse: collapse;
  border-spacing: 0px;
}

TD.image { 
background-color: #ffffff; 
background-image: url(/image/fx5.jpg); 
background-repeat: no-repeat;  
} 

.pivot-image {
	/* style for images in entries */
}

.pivot-popupimage {
	/* style for popup-images in entries (thumbnails) */
}

.pivot-popuptext {
  font-family: geneva, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.registered {
  background-color: #ebebeb;
}

#centercolumn {
  border: 0px solid #333333;
  margin-left: 201px;
  margin-right: 201px;
  padding: 10px 4px;
}

#header {
  border-top: 1px solid #828282;
  border-bottom: 2px solid #182746;
  background: #314e8c;
  padding: 8px;
  background: #ebebeb;
}

#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: 10px;
  line-height: 14px;
}

#footer {
  clear: both;
  margin-bottom:12px;
}

.block {
  margin:6px 6px 12px 6px;
  padding: 4px;
  background: #fff;
  border: 1px solid #999;
}

.block h3 {
  background: #a7b6c9;
  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;
}

.entrycontent {
  padding: 12px;
  background: #fff;
  border: 1px solid #999;
}

.content p {
  margin: 4px 2px 4px 2px;
}

h1 {
  font-size: 13px;
  margin: 4px;
  color: #003333;
  display: inline;
}

h2 {
  font-size: 13px;
  border-bottom:1px dashed #999;
  margin:0px;
  padding: 2px;
  color: #26344c
}

h3 {
  font-size: 13px;
}

h4, .subtitle {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 4px;
  color: #828282;
  display: inline;
}

.date {
  color: #999999;
  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: #003366;
  text-decoration: none;
}

a:hover{ 
  text-decoration: underline; 
  color: #000033
}

.prevnext_links {
  float: right;
  color: #003366;
}


/* these styles are for the search boxes */
.searchbox { 
  width: 10em; 
  font-size: 10px;
  font-family: geneva, verdana, arial, san-serif;
  padding: 2px; 
  color: #828282;
  background-color: #ffffff;
  border: solid 1px #003333;
}

.searchbutton {
  font-size: 10px;
  font-family: geneva, verdana, arial, san-serif;
  padding: 2px; 
  color: #828282;
  background-color: #ffffff;
  border: solid 1px #003333;
}

/* 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; }
