<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	/*background:url("images/bg.png") no-repeat scroll center top transparent;*/
	background:url("images/bg.png");
}

#container{ 
    height:auto; 
    width:80%; 
    margin: auto ;
	background:transparent;
} 

#content 
{ 
    padding:10px; 
    height:auto; 
    width:auto; 
    border-bottom: 1px solid #333; 
         border-left: 1px solid #333; 
         border-right: 1px solid #333; 
         border-top: 1px solid #333; 
    margin: auto ; 
    font-family:calibri; 
    font-size:11px; 
	color:black;
	background:whitesmoke;
} 
#headercontainer{ 
	width: 100%; 
	height: 350px; 
	background:transparent;
	padding-top:10px;
	padding-bottom:10px;
	margin:auto;
	background:url("headerbg/blueLightsArc3.png") no-repeat scroll center top transparent;
} 
#header { 
  width: 80%; 
  height: 350px; 
  background:transparent;
  padding:10px; 
  margin-left: auto ;
  margin-right: auto ;
} 

#title 
{ 
    float: left; 
    width: 70%; 
    height: 350px; 
	text-align: left; 
} 

#righthead 
{ 
	font-family:calibri; 
    font-size:12px; 
    float:right; 
    height: 350px; 
    width: 30%; 
    text-align: right; 
	color:whitesmoke;
}  

#menu
{
	float:right;
	height:32px;
	width:100%;
	font-family:calibri; 
    font-size:12px; 
	background:transparent;
}

#footer { 
	clear: left; 
	width: 100%; 
	height: 15px;
	background:transparent;
	font-family:calibri; 
	font-size:11px; 
	color:whitesmoke;
	text-align:center;
}  
a
{
	text-decoration:none;
	color:#0078a3;
	font-family:calibri; 
	font-weight:bold;
}
</pre></body></html>