body { font-family: helvetica, arial, sans-serif;
       font-size: 8pt;
       margin-top: 10px;
       margin-left: 0px;
       text-align: justify;
       background: url(../bgd.jpg) repeat;
       color: black;
       line-height: normal; }

p { margin-top: 0px;
    margin-bottom: 0px; }

a:link    { font-weight: bold; color: black; }
a:visited { color: #555555; }

a:hover   { font-weight: bold; color: white; }

h1 { font-size: 9pt;
font-weight: normal;
letter-spacing: 3px;
margin-top: 0px; }

li { list-style: square inside; }

img { border: none; }

#menu { height: 50px; text-align: center; padding-top: 2px; }

#menu a { text-decoration: none; }
#menu a:visited { color: white; }
#menu a:link { font-weight: bold; color: white; }

#menu li { margin: 0px; }

#menu ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#menu ul li {
  font: bold 10pt sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 10px 20px;
  background: black;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#menu ul li:hover { background: #378cf4; }

#menu ul li ul {
  padding: 0;
  position: absolute;
  top: 36px;
  left: 0;
  width: 150px;
  display: none;
  visibility: hidden;
}

#menu ul li ul li { 
  background: black; 
  display: block; 
padding: 4px 8px;
  color: white;
}

#menu ul li ul li:hover { background: #66a4f1; }

#menu ul li:hover ul {
  display: block;
  visibility: visible;
  z-index: 3;
}


.header p { font-weight: bold;
            font-size: 9pt;
	    background: black;
	    color: white;
	    padding: 2px;
	    text-align: center;
	    }

#main_frame img  { text-align: center; padding: 10px; }

/* -------------------------------------------------------- IE 5 Scum */

* html h1 { margin-bottom: 0px; margin-top: 0px; }
* html p {margin-bottom: 0px; }

/* IE 5 Scum */

