body 	{
	font-family: verdana, Roboto, Arial, sans-serif;
	font-weight : normal;
	font-size : 12px;
	line-height: 1.6;
	color: #333333;
		margin-left : 10;
}

.body 	{
	font-family: "Arial", Roboto, Arial, sans-serif;
	font-weight : normal;
	font-size : 13px;
	line-height: 1.5;
	margin-left : 10;
	margin-top : 10;
    color: #333333;
    background: #fff;
}

p, li {
  line-height: 1.6;
}

.q  {
	font-size : 15px;
	font-weight : bold;
	color : #AD6DAD;
}

.smallbody 	{
	font-size : 12px;
	font-weight : normal;
}

.center 	{
	text-align:center;
}

a	{
	color : #003399;
	font-weight : bold;
}

td 	{
	font-size : 12px;
	font-weight : normal;
	color: #222;
	
	margin : 10;
}

li 	{
	font-size : 12px;
	font-weight : normal;
}

.whitebody 	{
	font-size : 13px;
	font-weight : normal;
	color : #FFFFFF;
}

.whitesmallbody 	{
	font-size : 12px;
	font-weight : normal;
	color : #FFFFFF;
}

.whitesmallerbody 	{
	font-size : 12px;
	font-weight : normal;
	color : #FFFFFF;
}

h1 {
	font-size : 14px;
    border-left: 6px solid #3b82f6; /* A clean blue accent */
    padding: 4px 8px;
    color: #1e293b;
  margin-top: 12px;
  margin-bottom: 12px;
    background: #CCE0FF;
}

h2 {
	font-size : 12px;
    border-left: 4px solid #3b82f6; /* A clean blue accent */
    padding: 4px 8px;
    color: #1e293b;
    background: #E2E2E2;
  margin-top: 18px;
  margin-bottom: 12px;	    
}

h3 	{
	font-size : 14px;
	font-weight : bold;
	height:20;
  margin-top: 12px;
  margin-bottom: 6px;	
}

.subhead 	{
	font-size : 12px;
	font-weight : bold;
	width:800;
	text-align:left;
	height:20;
	padding-left : 7;
	border-radius: 4px;
  margin-top: 24px;
  margin-bottom: 12px;		
  background: #CCE0FF;
  color: #1f3a8a;
  padding: 6px 10px;
  border-radius: 6px;	
}

.hometitle 	{
	font-size : 29px;
	font-weight : normal;
	color: white;
	//background-color : #1e40af;
	  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
	width:1000;
	text-align:center;
  padding: 6px 10px;
  border-radius: 6px;		
}

.copyright	{
	font-size : 11px;
    background: #CCE0FF;
	width:1000;
	text-align: center;
	height:20;
  padding: 6px 10px;
	padding-left : 7;
	border-radius: 6px;
	  margin-top: 12px;
}

.title	{
	font-size : 21px;
	font-weight : bold;
	color : #AD6DAD;
}

ul  {
	font-size : 13px;
	font-weight : normal;
	padding-left: 22px;		
}

ol  {
	font-size : 13px;
	font-weight : normal;
	padding-left: 22px;	
}

pre  {
	font-size : 12px;
	font-style : monospace;
}

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }


  /* ── Top bar ── */
  .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #528AE7;
    padding: 4px 8px;
    gap: 8px;
  }

  .topbar-home a {
    display: block;
    background: #1E5798;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    padding: 4px 12px;
    border: 1px solid #fff;
  }

  .topbar-title {
    flex: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14pt;
    white-space: nowrap;
  }

  .topbar-nav {
    display: flex;
    gap: 4px;
  }

  .topbar-nav a { display: inline-block; line-height: 0; }
  .topbar-nav img { width: 23px; height: 21px; vertical-align: middle; }

  /* ── Page layout ── */
  .layout {
    display: flex;
    align-items: stretch;
    min-height: calc(100vh - 40px);
  }
  
.content img {
  margin-left: 8px;
  margin-top : 8px;  
}  

  /* ── Sidebar ── */
  .sidebar {
    width: 350px;
    min-width: 350px;
    padding: 12px;
    background: #fff;
    border-right: 2px solid #528AE7;
  }

  .sidenav {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .sidenav a {
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    font-size: 12px;
  }

  .sidenav a:hover { text-decoration: underline; }

  .sidenav a.active { font-weight: bold; color: #1E5798; }

  .sidenav .section-label {
    font-weight: bold;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .sidenav .indent { padding-left: 15px; }

  .sidenav img { width: 16px; height: 16px; flex-shrink: 0; }

  /* ── Main content ── */
  .content {
    flex: 1;
    padding: 13px;
    background: #fff;
    max-width: 800px;
  }