body {
margin: 0;
margin-top: 0;
padding: 0;
height: 100%
font-family: arial, verdana, helvetica, sans-serif;
font-size: 90%;   
/* line-height: 1.45em;  */
background-color: white;

}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
color: #af0000;
/* line-height: 1.45em; */
/* padding: 4px 0px 4px 0px; */
}
 
h1 {
font-size: 160%;
}
 
h2 {
font-size: 150%;
}
 
h3 {
font-size: 140%;
}
 
h4 {
font-size: 130%;
}
 
h5 {
font-size: 120%;
}
 
h6 {
font-size: 110%;
}

li {
list-style-image:url(images/bullet2.gif);
}


/* Content */
DIV#content {

    margin-left: 2.0em; 
    margin-right: 2.0em;
    margin-top: 2.0em;
    vertical-align: middle;
    text-align: justify;
    width: 683px;
}

DIV#headimage {
    margin-left: 2.0em;
    margin-top: 1.0em;
}

/* Menu 1 column */

TD#menu_1 {
    background-color:black;
    vertical-align: top;
    width: 190px;
    margin-top: 0;
}
TD#menu_1 DIV {
/*    width: 95%; */
    padding-top:    1.0em;  
    padding-bottom: 1.0em;
    border-bottom-color: grey;
    border-bottom-style: outset; 
    border-bottom-width: medium;

}
TD#menu_1 DIV A {
    background-color: black;
    color: white;
    text-decoration: none;
}
TD#menu_1 DIV A:hover {
    text-decoration: underline;
}

/* MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
/*    border-bottom: 1px dotted #999999; */
    font-size: 110%;
}

/* MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
    font-weight: bold;
    font-size: 110%;
    padding-top:    1.0em; 
    padding-bottom: 1.0em;
    background-color: white;
}
TD#menu_1 DIV.menu1-level1-act A {
/*    color: #af0000;  */
    background-color: white;
    color: black;
}

H1#top {
    background-color: black;
    line-height: 1.45em; 
/*    padding: 4px 0px 4px 0px; */
    color: white;
    font-size: 100%;
    font-stretch: expanded; 
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.contenttable {
    background-color: #FFFF99;
}

