/* thsese are general styles for the entire site */
html,body, td    {  color: #666666; font-family: Arial, Helvetica, sans-serif;  font-size: 10pt; font-weight: normal; }
li                        { color: #000000; }
td                        { color: #000000; }

h1,h2,h3,h4,h5  {  font-family:Georgia, "Times New Roman", Times, serif;}

h1                       {  color: #000000;}
h2                       {  color: #000000;  display:inline; margin: 10pix 0pix 5pix 0pix; }
h3                       {  color: #000000;  }
h4                       {  color: #000000;  }
h5                       {  color: #000000;  }

hr 			  {  color: #006600;  }



/* these are the default link styles */
A:link                   { color: #000099; text-decoration: none;  }
A:active               { color: #000099; text-decoration: none;  }
A:visited             { color: #000099; text-decoration: none;  }
A:hover                 { color: #009900; text-decoration: none;  display: inline;  }
A img:hover     { text-decoration: none; background-color:transparent; !important  }

/* thsese styles will be applied inside div tags with id="topbar" */ 
#topbar			      {margin-bottom: 20px;}
#topbar a	              { font-family:Georgia, "Times New Roman", Times, serif; !important}
#topbar A:link           { color: #000099; text-decoration: none; font-weight: bold; }
#topbar A:active       { color: #000099; text-decoration: none; font-weight: bold; }
#topbar A:visited     { color: #000099; text-decoration: none; font-weight: bold; }
#topbar A:hover         { color: #000066; text-decoration: none; font-weight: bold; display: block; background-color: #E5E7BA;}
#topbar td	              { padding: 0px; }

/* this class applies to the table cell for the left column */ 
td.leftColumn   		  { vertical-align:top; width:200px; vertical-align:top; height:500px;}

/* thsese styles will be applied inside div tags with id="body" */  
#leftmenu A:link          { color: #009999; text-decoration: none; font-weight: bold; }
#leftmenu A:active      { color: #009999; text-decoration: none; font-weight: bold; }
#leftmenu A:hover        { color: #009999; text-decoration: none; font-weight: bold; background-color: EEEEEE;}
#leftmenu A:visited    { color: #009999; text-decoration: none; font-weight: bold; }
#leftmenu li 			 { margin-top: .7em; }
#leftmenu		         { height:500px; background-image:url(/gfx/bkgd/panel_01_mid.gif); background-repeat:repeat-y;}


/* thsese styles will be applied inside div tags with id="body" */  
#body			  { vertical-align:top; padding-left:20px; }
#body td			  { vertical-align:top; }
#body A:link           { color: #000099; text-decoration: none; font-weight: normal; }
#body A:active       { color: #000099; text-decoration: none; font-weight: normal; }
#body A:hover         { color: #000099; text-decoration: none; font-weight: normal; background-color: EEEEEE;}
#body A:visited     { color: #000099; text-decoration: none; font-weight: normal; }

/* thsese are useful css classes for specific needs */  
.S                       {  font-size: 8pt; }
.L                       {  font-size: 10pt; color: #333333; font-weight: bold; }
.XL                     {  font-size: 14pt; }
.XXL                   {  font-size: 16pt; }
.XXXL                 {  font-size: 20pt; font-weight: bold; }



/* this section is for handling the top bar drop down layers*/

#layer6{
   background-color : #E5E7BA; 
   layer-background-color : #E5E7BA; 
   font-family: Georgia, "Times New Roman", Times, serif; !important;
   width : 300px; 
   top : 190px; 
   left : 480px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}

#layer6 a {font-family: Georgia, "Times New Roman", Times, serif; !important;}
