header,.TopNav,footer,.leftNavNEW {display:none !important;}

img{padding-right:10px;}
a[href="Javascript:history.go(-1)"] {
    display: inline-block;
    padding: 0.1em .9em;
    background: #2563eb;        /* modern blue */
    color: #fff;
    font-weight: 500;
    font-size:18px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease, transform 0.1s ease;
  }
  
  a[href="Javascript:history.go(-1)"]:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
  }
  
  a[href="Javascript:history.go(-1)"]:active {
    background: #1e40af;
    transform: translateY(0);
  }
  /* Month headers */
.monthTitle {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #003366 !important;
  margin: 15px 0 8px;
  cursor: pointer;
  text-decoration: none !important;
}
.monthTitle:hover {
  text-decoration: underline !important;
}

/* Month block container */
.monthDiv {
  margin-left: 10px !important;
  border-left: 3px solid #eee;
  padding-left: 12px;
}

/* Each news item */
.NewsItemDiv {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  float: none !important;
  width: 100% !important;
}
img[src="../sysimages/btn_print.jpg"] {
  display: none;
}
/* Thumbnail images */
.NewsItemDiv img.newscomponent_thumbimage {
  width: 180px !important;
  height: auto !important;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 4px;
  object-fit: cover;
  float: none !important;
}

/* Main link (headline) */
a.newscomponent_mainlink {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222 !important;
  text-decoration: none !important;
  float:left;
}
a.newscomponent_mainlink:hover {
  color: #0066cc !important;
  text-decoration: underline !important;
}

/* Summary text */
.newscomponent_maintext {
  display: block !important;
  margin: 8px 0;
  font-size:15px;
  line-height: 1.5;
  color: #444 !important;
}
.newscomponent_maintext div,
.newscomponent_maintext p {
  margin: 0 !important;
}

/* Posted date */
.NewsItemDiv b {
  display: block;
  font-size: 0.85rem;
  color: #666 !important;
  margin-top: 5px;
}

/* Overall page layout */
#ctl00_MainDiv {
  display: flex;
  justify-content: center;  /* center everything horizontally */
  align-items: flex-start;  /* align top */
  gap: 20px;                /* space between sidebar and content */
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #f7f7f7;
}

/* Sidebar (left nav) */
.leftNavNEW {
  flex: 0 0 220px;           /* fixed sidebar width */
}
.leftNavNEW img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
}

/* Content area (article) */
.ContentDiv {
  flex: 1;
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 30px;
}

/* Article title */
.ContentDiv h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #222;
}

/* Article images */
.ContentDiv img {
  float: left;                 /* float images left within article */
  margin: 5px 15px 10px 0;
  border-radius: 6px;
  max-width: 45%;              /* don’t let images be too big */
  height: auto;
}

/* Paragraph text */
.ContentDiv p,
.ContentDiv div {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

/* "Back" link */
.ContentDiv a[href*="history.go"] {
  display: inline-block;
  margin-top: 20px;
  font-size: 1rem;

  text-decoration: none;
}
.ContentDiv a[href*="history.go"]:hover {
  text-decoration: underline;
}
