/*****************************************************************************
 *         These are the root level elements (body, p, a, etc)               *
 *****************************************************************************/

body {
   background-color: #FFFFFF;
   font-family: Verdana, Tahoma, Helvetica, sans-serif;
   color: #000000;
   padding: 0px;
   margin: 1px;
   margin-top: 1px;
   margin-left: 1px;
   font-size: 8pt;
   }

div {
   border: 1px none #FF0000;
   }

span {
   border: 1px none #00FF00;
   }

table {
   padding: 0px;
   border: 1px none #000000;
   }

ol, ul {
   color: #000000;
   list-style-image: url("/images/misc/bullet.gif");
   padding-left: 6px;
   margin-left: 6px;
   text-indent: -4px;
   }

* html ol, * html ul {
   padding-left: 6px;
   margin-left: 6px;
   text-indent: -5px
   }

a,
a:link,
a:visited {
   text-decoration: none;
   color: #425063;
   }

a:hover {
   text-decoration: underline;
   color: #425063;
   }

img {
   border: 0px none;
   }

h3 {
	font-size: 9.8pt;
   }

/************************ NOT ROOT LEVEL, BUT NECESSARY **********************/


#root {
   width: 760px;
   height: 100%;
   padding: 0px;
   }

#root_top {
   vertical-align: top;
   height: 60px;
   }

#root_main {
   vertical-align: top;
   height: 100%;
   }

#root_footer {
   vertical-align: top;
   }

#main_all {
   padding: 0px;
   width: 100%;
   height: 100%;
   }

#billboard {
   width: 100%;
   height: 150px;
   padding: 0px;
   margin-bottom: 1px;
   }

@media screen {
   #billboard {
      background: white url('/images/bb-loading.png') top center no-repeat;
      }
   }

#billboard, #home_billboard_td {
   vertical-align: middle;
   text-align: center;
   }


#right_main { 
   padding-top: 2px;
   padding-left: 2px;
   vertical-align: top;
   padding-right: 0px;
   border-top: 1px solid #425063;
   border-bottom: 1px solid #425063;
   }

@media print {
   #right_main { 
   border-top: 1px none #425063;
   border-bottom: 1px none #425063;
   }
   }

#right_main_container {
   width: 100%;
   height: 100%;
   }

@media screen {
   #right_main_container.main_print {
      width: 8.5in;
      height: 11in;
      }
   }
