/*********************** id selectors **********************/

#menu {
    width: 120px;
    float: left;
    margin-left: 30px;
    margin-top: 70px;
/*    border: 1px solid #ffffff; */
}

#main {
    margin-left: 150px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
/*    border: 1px solid #ffffff; */
/*  -moz-border-radius: 5px; */
}

/********************* class selectors ********************/

.header {
    font-size: 16pt; 
    font-weight: bold; 
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.section_caption:before {
    content: "-- "
}

a.menulinks {
    font-size: 13pt; 
    color: white;
}

a.menulinks:hover {
    color: white;
    text-decoration: none; 
    font-weight: bold;
}

a.menulinks:link, a.menulinks:active, a.menulinks:visited { 
    color: white; 
}

td.emphasis_cell {
    font-family: "MiscFixed","Console";
    font-size: 12pt; 
/*    font-weight: bold; */
    width: 15%;
}

/************************ selectors ***********************/

a { 
    text-decoration: none; 
}

a:link { 
    color: wheat; 
}

a:active { 
    color: gray; 
}

a:hover { 
    text-decoration: overline underline; 
}

a:visited { 
    color: tan;
}

b { 
    font-size: 11pt; 
}

body,td { 
 /*   font-family: grtex,grtt,screen,garamond,sans-serif; */
    font-family: garamond,"Luxi Sans", "Century Schoolbook L","Book Antiqua";
    font-size: 12pt; 
    color: white; 
    background-color: black;
    text-align: justify;
}

h1 { 
    font-size: 16pt; 
}

h2 { 
    font-size: 14pt; 
}

h3 { 
    font-size: 12pt; 
}

li {
    list-style-position: inside;
}

li, blockquote { 
    margin-top : 0; 
    margin-bottom : 0; 
    margin-left : 10px; 
}

select, input, textarea {
    font-size: 11px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
}

strong { 
    font-size: 11pt; 
}

table {
    border: 0px solid;
    padding: 0px;
    width: 100%;
}

ul {
/*    list-style-image: url(/images/bullet.png); */
    list-style-position: outside; 
    padding-left: 4px;
}

ul ul {
/*    list-style-image: url(/images/bullet2.png); */
    vertical-align:text-bottom;
    padding-left: 12px;
}
