/* CHAH stylesheet */


/* Style for general body */

body
	{ background-color: #ffffff ;
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 2em;
	margin-right: 2em; }



/* Style for footer */

div.footer, div.finish
	{ text-align: right;
	font-size: 80%;
	margin: 0; }
div.footer a:link
	{color: #003366;}
div.footer a:visited
	{ color: #003366; }
div footer a:active, div.footer a:hover
	{ background: #990000;
	color: #FEFFDD;
	text-decoration: none; }

/* Style for trail */

div.trail
	{ border: none;
	margin: 0;
	text-align: right;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal; }
div.trail a:link
	{color: #003366;}
div.trail a:visited
	{ color: #003366; }
div.trail a:active, div.trail a:hover
	{ background: #990000;
	color: #ffffff;
	text-decoration: none; }

/* Style for banner */

div.banner 
	{ border: none;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.1em 0.3em;
	font-size: 11pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none; 
	background: #006600;
	font-size: 90%;  }
div.banner, div.banner a:link, div.banner a:visited
	{ color: #FFFFFF;
	 background: #006600; }
div.banner a:active, div.banner a:hover
	{ background: #006600;
	color: #CCFF00; }

/* Style for navigation bar */

.navbar
	{ background: #ffeeaa;
	text-decoration: none; }
input
	{ font-size: 85%;}

/* Style for links */

.links
	{ background: #FFEEAA; }
a, a:link
	{ color: #008000; }
a:visited
	{ color: #800000; }
a:active
	{ color: #666600; }
a:hover
	{ color: #FF0000;
	 }
a:link img, a:visited img, .imagelink
	{ border: none; }
.logo
	{ margin: 0% 0%; }

/* Style for text */

.slogan
	{ font-style: italic;
	color : #800000;
	text-align : center }
.box
	{ border: solid;
	border-width: thin;
	padding: 0.5em;
	margin-left: 2em;
	margin-right: 2 em; }

.tiny {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 60%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none }

.small {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 80%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none }

.medium {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 100%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none }

.big {
	BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    font-size : 120%;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none }

.strong {
	font-weight : bold }


/* Style for headings */

h1
	{ font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	color: #800000; }
h2
	{ font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color : #006600; }
h3
	{ font-size:16pt;
	font-weight: bold;
	color : #006600;
	font-style: normal; }
h4
	{ font-size: 14pt;
	font-weight: bold;
	color: #006600;
	font-style: normal; }
h5
	{ font-size: 110%;
	font-weight: bold;
	color: #006600;
	font-style: normal; }
h6
	{ font-size: 80%;
	font-weight: bold;
	color: #006600;
	font-style: normal; }

/* Style for CPBR header */

div.header {  
	font-size: 14pt; 
	text-align: right; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600 ; 
	font-weight: normal; 
	clip:   rect(   ); 
	background-position: 10px }

div.subheader {  
	font-size: 14pt; 
	text-align: right; 
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif; 
	color: #800000 ; 
	font-weight: normal; 
	clip:   rect(   ); 
	background-position: 10px }


/* Style for table layout */

div.table
	{ text-align: center; }
table
	{ border: medium #000000 none;
	margin: 0px;
	padding: 2px;
	caption-side : top; }
tr
	{ 
	}
th
	{ color : #800000;
	background : #66FF99; }
td
	{  }
td, th
	{ font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
h1 {  font-family: Arial, Helvetica, sans-serif}
h3 {  font-family: Arial, Helvetica, sans-serif}
h2 {  font-family: Arial, Helvetica, sans-serif}
li {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
li {  list-style-type: disc}
ul {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; list-style-type: disc}
blockquote {  font-size: 10pt}
.update {  font-size: 9pt; font-style: italic; text-align: center}




/* Style for header */

header
	{ background-color: #ffffff ;
	font-family : Arial, Helvetica, sans-serif;
        border: none;
        text-align: center
	margin-left : 0;
	margin-right: 0; }


  .sticky-header {
    position: sticky;
    top: 0;
    text-align: center; 
    border: none;
    z-index: 10; /* Optional: Ensure it stays above other elements */
  }

