body {background-image: url(images/logo1_grey.gif);
      background-attachment: fixed;
      background-position: 45% 50%; 
      background-repeat: no-repeat;
      background-color:   #ffffff;
        margin-top: 15px;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
        font-family: helvetica, times new roman, verdana, arial, sans-serif;
        font-size: 12pt;
        color: #000;
        }
a {
text-decoration: none;
text-transform: capitalize;
color: maroon;
}
a:hover {
text-decoration: underline;
color: red;
}
ul ul {
margin-left: 0px;
padding: .5em 0 1.5em 20px;
}
li {
margin-left: 10px;
list-style: none;
padding-left: 20px;
background: transparent url('cssimages/level1.png') 0 .15em no-repeat;
}
li li {
background: transparent url('cssimages/level2.png') 0 .15em no-repeat;
}
li li li {
background: transparent url('cssimages/level3.png') 0 .15em no-repeat;
font-size: .85em;
}
li a {
font-weight: bold;
}
li li a {
font-weight: normal;
}
#home {
font-size: 24px;
font-weight: bold;
padding: 0 0 .5em 24px;
margin: 0;
background: transparent url('cssimages/home.png') 0 .15em no-repeat;
}

