/*<title></title>*/
 body { background: #54849E; color: black; } p { background: #white; text-align: left; color: #660000; font-size: 12px; font-family: Arial; border: 1px #555555; padding: 5px;} h1 {
color: black; text-align: center}
h2 { color: black;
text-align: center;} img { border-style: solid; border-color: #D1CDCD; border-width: 7px; }
h3 { color: black;
text-align: center; font-family: Arial; color: #990000; font-size: 14px}
li { font-family: Arial; color: #990000; font-size: 14px;} A:link {text-decoration: none; color: black;}
A:{color: rgb(238, 63, 39)}
A:visited {
COLOR: #990000
}
A:hover {
COLOR: yellow
}
.center
{
margin:auto;
width:80%;

}
td.tdimage {margin: 0; padding: .75em;}
td.tdcenter {align: center;}
.toolbar2 li { display:inline; align: center; border:0px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0;
padding:.5em;
zoom: 1;
}
.toolbar li { display:inline; position: relative; z-index: 1; top: 1000px; background-color:red; border:1px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0;
padding:.5em;
zoom: 1;
}
div.leftnav {height: 400px; float: left; border-left: 5px double black; }
div.rightcontent {border-left: 5px solid black; float:left;}
.navtable { border: 4px solid ; border-style:solid;
border-top:thick double #ff0000;
border-bottom: thick double #ff0000;
border-left: 0px;
border-right: 0px;
padding:.5em;   }
.scrolltable { border-left: 0px solid black; position: absolute; z-index: 1; top: 25px; left: 320px; }
.toptable-orig { color: #444; border: "0px"; border-color: #000000; position: absolute; z-index: 2; top: 15px; left: 15px; border="2"; border-color: #005 }
.secondtable { border: 0px; position: absolute; z-index: 1; top: 25px; left: 25px; }
.secondtable-orig { color: #white; border: "1px"; border-color: #000000; position: absolute; z-index: 1; top: 25px; left: 475px; border-color: #005 }
.table3 { color: #white; border: "3px"; border-color: #666666; position: absolute; z-index: 1; top: 850px; left: 25px; border-color: black }
ul.fixedlist {
position:fixed;
top:125px;
right:65px;
}
.table1 { border-right: 3px double black; align: center; position: fixed; z-index: 5; top: 15px; left: 15px; }      
.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
/*
* In Internet Explorer, The"border-style: dashed" will never be
* rendered unless "(width * 5) &gt;= border-width" is true.
* Since "width" is set to "0", the "dashed-border" remains
* invisible to the user, which renders the border just like how
* "border-color: transparent" renders.
*/
border-style: dashed;
border-color: transparent;
border-width: 0.53em;
display: -moz-inline-box;
display: inline-block;
/* Use font-size to control the size of the arrow. */
font-size: 25px;
height: 0;
line-height: 0;
position: relative;
vertical-align: middle;
width: 0;
}
.arrow-n {
border-bottom-width: 1em;
border-bottom-style: solid;
border-bottom-color: #666;
bottom: 0.25em;
}
.arrow-e {
border-left-width: 1em;
border-left-style: solid;
border-left-color: #666;
left: 0.25em;
}
.arrow-s {
border-top-width: 1em;
border-top-style: solid;
border-top-color: #666;
top: 0.25em;
}
.arrow-w {
border-right-width: 1em;
border-right-style: solid;
border-right-color: #666;
right: 0.25em;
}