/* screen display styles */

BODY {font-family:Times; }
A:link {color: blue; text-decoration: none;}
A:visited {color: blue; text-decoration: none;}
DIV.center {text-align: center;}
#csstopmenu, 
#csstopmenu ul{padding: 0px; margin: 0px; list-style: none;}
#csstopmenu li{float: left; position: relative; border: 0px solid black; font-size:9.0pt; white-space: nowrap;}
#csstopmenu a{text-decoration: none;}
.textblue10 {font-family:Times; font-size:10pt; font-weight:normal; color:blue;}
.textblue {font-family:Times; font-size:9pt; font-weight:bold; color:blue;}
.textred10 {font-family:Times; font-size:10pt; font-weight:normal; color:red;}
.textbutton {font-family:Times; font-size:10pt; font-weight:bold; color:red;}
.mainitems{font-family:Times; font-size:9pt; z-index: 2; background-color: #ECD9A2;}
.headerlinks a:visited{text-decoration: none;}
.scrollx {width: 100%; overflow: auto; scrollbar-base-color: lgray;}
.scrollx60 {height: 60%; width: 100%; overflow: auto; scrollbar-base-color: lgray;}
.submenus{display: none; width: 10em; position: absolute; top: 1.2em; left: 0;  border: 0px solid black; background-color: #FFFFFF;}
.submenus li{ z-index: 2; width:100%;}
.submenus li a{display: block; width:100%; text-indent: 3px;}
.submenus li b{display: block; width:100%; text-indent: 3px;}
html>body .submenus li a{ /* non IE browsers */ width: auto;}
.submenus li a:hover{color: black; background-color: #ECD9A2;}
.submenus li a:visited{color: blue; text-decoration: none;}
#csstopmenu li>ul {/* non IE browsers */ top: auto; left: auto;}
#csstopmenu li:hover ul, li.over ul {display: block;}
html>body #clearmenu{ /* non IE browsers */ height: 3px;}
