<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*background-color: #B56A17;
    background-image: url("../graphics/dome.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0px;
    background-size: 100% auto;*/
    background-color: #838383;
}
#mainouter {
    position:absolute;
    top:0;
    left:0;
    border:none;
    background:none;
    width:100%;
    overflow:hidden;
}
#mainbuttons {
    margin-left:auto;
    margin-right:auto;
    display:block;
    max-width:827px;    
}
.mainbutton {
    display:inline-block;
    border:2px outset lightgray;
    border-radius:10px;
    background:#385C8B;
    color:white;
    text-decoration:none;
    padding:10px;
    width:100px;
    text-align:center;
    margin:5px;
    font-size:13pt;
    font-weight:bold;
    line-height:21px;
    height:21px;
    vertical-align:top;
}
.mainnonbutton {
    display:inline-block;
    background:none;
    color:white;
    text-decoration:none;
    width:100px;
    text-align:center;
    margin:5px;
    font-size:13pt;
    font-weight:bold;
    line-height:21px;
    height:21px;
    vertical-align:top;
}
#txtSearch {
    width:70px;
    height:19px;
    border:1px solid lightgray;
    border-right:none;
    vertical-align:middle;
    text-indent:7px;
    font-size:12pt;
}
#btnSearch {
    font-size:9pt;
    width:25px;
    text-align:center;
    padding:0px;
    height:23px;
    border:1px solid lightgray;
    border-left:none;
    vertical-align:middle;
}
#mainheader {
    text-align: center;
    position: relative;
    top: 0px;
    left: 0px;
    border: none;
    width: 100%;
    /*height: 200px;*/
    height: 205px;
    background: linear-gradient(#102d53 95%, transparent);
    /*background-color: #102d53;*/
    /* background-image: url("../tempimg/bg1.png"), url('../tempimg/bg7.png'); 
    background-image: url("tempimg/b1.png");  */
    background-position: center;
    background-repeat: no-repeat;
}
#mainheader img {
    height:200px;
}

#main, #mainbody
{
}

#newstable {
    text-align:left;
    font-size:10pt;
    display:inline-block;
    height:260px;
    overflow-y:scroll;
}
.news1 {
    background-color: #CCCCCC;
}
.news0 {
    background-color: #EEEEEE;
}
.news1 A, .news0 A {
    font-weight: bold;
    color:black;
    text-decoration:underline;
}

.paddedBGDIV
{
    background-color:rgba(255, 255, 255, 0.3);
}

.LinkToolTip
{
    color:Black;
    display:none;
    text-align:left;
    position: absolute;
    border:1px outset #CCC;
    border-radius:5px;
    background:#FFFFCC;
    padding:4px;
    font-size:10pt;
}

#ReportAndSurvey a:hover &gt; .LinkToolTip
{
    display:block;
}

.LookupSecHead
{
	background-color:#ccc;
	font-weight:bold;
	font-size:10pt;
	font-family:Arial, Helvetica, Sans-Serif;
	border-bottom:1px solid gray;
	padding: 8px;
    text-align: left;
}

#committeesection
{
    border-left: 1px solid black;
    background-color: white;
}

#committeesection ul
{
	margin:1em;
	padding-left:1em;
}
#committeesection th
{
	padding-left:5px;
}
#committeesection td
{
	padding-left:5px;
	width:300px;
}

#personalsection
{
    border-left: 1px solid black;
    background-color: white;
}

#personalsection a
{
	padding-left:5px;
	font-size:10pt;
	font-family:Arial, Helvetica, Sans-Serif;
}

#personalsection th
{
	padding-left:5px;
    text-align:left;
}

#addresssection table
{
	background-color: white;
	border-left:1px solid gray;
}

#addresssection th
{
    padding-left: 10px;
}</pre></body></html>