BODY
 {font-family: Arial, Helvetica ;
 font-size: 12pt;
 padding: 0 10px 0 10px;
 background:#F9F9FF;}

P
 {padding-left: 5;
 padding-right: 5;}

H1
 {font-family: Comic Sans MS;
 font-size: 50;
 font-weight: 600;
 color: #EB3F3F;
 border:double;
 text-align: center; 
 padding-top: 10;
 padding-bottom: 5;
 padding-left: 10;
 padding-right: 10;}
 
H2
  {font-family: fantasy, Critter, Cottonwood, FB Reactor, Studz, trebuchet ms, times new roman, arial;
  font-size: 48;
  color: #D80505;
  font-variant:small-caps;
  padding-bottom: 0;
  text-align: center; }
  
H3
 {font-family: Trebuchet ms;
  font-size: 24;
  color: #eb3f3f;
  padding-bottom: 0;
  text-align: center; }
  
H3.black
  {font-family: Trebuchet ms;
  font-size: 24;
  color: #000000;
  padding-bottom: 0;
  text-align: center; }
  
table.border
 { width: 100%; 
 border: 2px solid #000; 
 border-top: 1px solid #CCC;
 border-left: 1px solid #CCC;}
 
td
  {vertical-align:top; }  
  
Marquee
  {font-weight:700 ;}

em
  {color: #eb3f3f;
  font-weight:700;
  font-size:large;
  font-family:trebuchet ms;
  text-decoration:none;
   }
  
hr
  {width: 80%;
  height:2; 
  background-color:#000;
  border:hidden;}

hr.hrlink
  {width: 100%; 
  height:2;
  color:#4AA0FF;
  background-color:#4AA0FF;
  border:hidden;}
  
A.l:link 
  {color:#155799;
  text-align:center;
  width:100%;
  padding-bottom:2;
  padding-top:2;
  border:hidden;
  text-decoration:none;}

A.l:visited 
  {color:#155799;
  text-align:center;
  width:100%;
  padding-bottom:2;
  padding-top:2;
  border:hidden;
  text-decoration:none;}

A.l:hover 
  {color: #0080C0;
  font-weight:600;
}
  
A.l:active 
  {color: #808080;
  font-weight:600;
}

/*webmaster links*/  
A.wm:hover
  {font-size:10pt;
  text-decoration:underline;
  width:auto; }
  
a.wm
  {color: #0080C0;
  font-size:normal;
  width:auto;}

/*pic links*/
A.pic:hover
  {font-size:normal;
  font-weight:400;
  text-decoration:underline;
  width:auto; }
  
a.pic
  {color: #0080C0;
  font-size:normal;
  width:auto;}  
  
/*Body links*/
a.bod:link 
  {color: #155799;
  text-align:left;
  text-decoration:none; }
  
A.bod:visited
  {color: #D24D4D;
  text-align:left;
  text-decoration:none; }
  
A.bod:hover
  {color: #0080C0;
  text-align:left;
  text-decoration:none;
  font-weight:600;
  padding-top:2;
  padding-bottom:2; }
  
A.bod:active 
  {color:#155799;
  text-align:left;
  width:100%;}
  
/*inline links*/
a.i:link
  {color: #155799;
  text-align:justify;
  width:auto;
  text-decoration:none; }
  
A.i:visited
  {color: #D24D4D;
  width:auto;
  text-decoration:none; }
  
A.i:hover
  {color: #0080C0;
  text-decoration:none;
  font-weight:400;
  padding-top:2;
  padding-bottom:2; }
  
A.i:active
  {color:#155799;
  width:auto;}
  
  
a.h:link
  {color:#Fc0;
  text-decoration:underline;
  font-family:Comic Sans Ms;
  font-size:14pt;
  }
  
a.h:visited
  {color:#Fc0;
  text-decoration:underline;
  font-family:Comic Sans Ms;
  font-size:14pt;}
  
a.h:hover
  {color:#fc0;
  font-weight:600;
  text-decoration:none; }
  
a.h:ative
  {color:#fc0;
  font-weight:600;
  text-decoration:none; }

/*Catalog Menu Links*/


Blink
  {color:#32A7AD; }
  
/*Column Title*/
Tr.title
  {font-weight:600; }

#menu {
width: 12em;
background: #F9F9FF;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: 14px/20px arial, helvetica, sans-serif;
font-weight: 900;
display: block;
border-width: 1px;
border-style:solid;
border-left: none;
border-right: none;
border-color: #4AA0FF;
margin: 0;
padding: 5px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #eb3f3f;
background: #FBFBFB;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #4AA0FF;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
top: 0;
left:100%;
width: 150%;
}

#menu ul li a
{text-align:center;
 }

div#menu ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}


#menu ul ul li {float:left; width: 100%;}

