<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
       height: 100%;
 }

body {
font-family:arial, sans-serif; font-size: 12px; color: #000000;
background-color: #CCC;
background-image: url(Website%20Images/Background.png);
background-repeat: repeat-y;
background-position: center;
}

/* for sticky footer */

#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:0px;
}
#body {
   padding:0px;
   padding-bottom:45px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:45px;   /* Height of the footer */
}

/* end sticky footer */

a {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #90191C;
	text-decoration: none;
}
a:active {
	color: ##90191C;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

alarge {
	text-transform: uppercase;
	font-size: 40px;
	color: #FFF;
}

/* non-linked white text */

b
	{
	color: #000;
	text-transform: uppercase;	
	}

white
{
    color: #FFFFFF;
	font-size: 10px;
}

wlg
{
    color: #FFFFFF;
	font-size: 12px;
}

.obfuscate
{
	unicode-bidi: bidi-override;
	direction: rtl;
}

/* paragraph function */

p
{
	color: #000000;
	text-indent: 50px;
}

pni
{
	color: #000000;
	text-transform:none;
}

}
pni:visited {
	color: #FFF;
	text-decoration: none;
}
pni:hover {
	color: #90191C;
	text-decoration: none;
	text-decoration: underline;
}
pni:active {
	color: ##90191C;
	text-decoration: none;
}
pni:link {
	text-decoration: none;
}

anc {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
}

/* menu items */

ul.cssMenu, ul.cssMenu ul
{
	list-style:none;
	margin:0; padding:0;
	position: relative;
}
		
/*Style for 1st level menu header*/
ul.cssMenu li
{ 
	color:#FFFFFF;
	position: relative; 
	float: left
	zoom: 1; /*Needed for IE*/
	background: #90191C; /*background color of menu header (1st level)*/
}
        
ul.cssMenu li:hover
{ 
	background:#CCCCCC; /*background color of menu header (1st level) on hover*/;
	color:#90191C;
}

ul.cssMenu li a
{
	
/*Menu link styles*/
display: block; 
padding: 5px; 
color:#FFFFFF;
}
		
ul.cssMenu li a:hover
{
color:#90191C;
}
        
/* Building menu items - for 2nd and more level menu items*/
ul.cssMenu ul 						
{ 
display: none; /*initially menu item is hidden*/
position: absolute; /*absolute positioning is important for menu to float*/
width: 155px; 
			
/*Formating of menu items*/
border:0px solid #FFFFFF;
background:#000000;
			
/*optional - to change position of 2nd level menu item*/
top: 100%; 
left: 0; 
}
        
ul.cssMenu ul li
{ 
background: #90191C; 
color: #000; 
border-bottom: 1px solid #FFFFFF; 
float: none; 
}
									  
ul.cssMenu ul li a
{ 
width: 100%; 
display: block; 
color: #FFFFFF;
} 
    
/* Hover effect for menu*/
ul.cssMenu li:hover &gt; ul 			
{ 
display: block;
}</pre></body></html>