html {
    border: none;
    scrollbar-face-color: #dddddd;
    scrollbar-shadow-color: #dddddd;
    scrollbar-highlight-color: #dddddd;
    scrollbar-3dlight-color: #c0c0c0;
    scrollbar-darkshadow-color: #c0c0c0;
    scrollbar-track-color: #c0c0c0;
    scrollbar-arrow-color: #0000bb;
    background-color : #c0c0c0;
    font-family: Arial, Helvetica
}

body {
    background-color : #c0c0c0;
    margin: 0px 0px 0px 0px;
}

title {
    text-transform: lowercase;
}

#canvas {
    position: absolute;
    width: 690px;
    top: 30px;
    left: 40px;
    background-color: white;
    padding: 10px 30px 30px 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
}

#homelink {
    position: absolute;
    left: 450px;
}

em {
    font-weight: bold;
    font-style: normal;
}

dt {
    font-weight: bold;
}

form {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h1 {
    text-transform: lowercase;
    font-size: 350%;
    font-family: georgia, times, serif;
    font-weight: normal;
    color: black;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h2 {
    text-transform: lowercase;
    font-size: 200%;
    font-family: georgia, times, serif;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h3 {
    padding: 0px 0px 0px 0px;
    margin:  7px 0px 1px 0px;
    color: black;
    font-family: georgia, times, serif;
}

h4 {
    font-size: 110%;
    font-family: georgia, times, serif;
    font-weight: normal;
    color: black;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

}


#breadcrumbs {
    position: absolute;
    padding: 3px 10px 3px 1px;
    left: 6px;
    top: 6px;
    font-size: 0.6em;
    line-height: 13px;
    color: #808080;
    text-transform: lowercase;
    font-family: ms sans serif, sans serif;
    z-index: 100;
    zborder: 1px solid black;
    Z-moz-border-radius-topleft: 10px;
    Zborder-bottom: 1px solid #c0c0c0;
}

#breadcrumbs img {
    margin-right: 9px;
    border: none;
}

p {
    font-size: 0.9em;
    padding: 4px 0px 0px 6px;
    color: black;
}
td {
    vertical-align: top;
    color: black;
}
code {
    font-size: 0.9em;
    Zmargin: 4px 10px 10px 6px;
    padding: 10px 10px 10px 50px;
    color: #550000;
    font-family: Geneva,Arial,Helvetica

}

small {
    font-size: 0.4em;
    padding: 0px 0px 0px 0px;
    color: silver;
    font-family: ms sans serif, sans serif;
}

small.date {
    padding: 4px 0px 0px 6px;
}

ul {
    padding: 0px 0px 0px 0px;
    margin:  0px 0px 0px 15px;
}

li {
    list-style-image: url(../img/bullet.gif);
    margin: 1px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
}


textarea, input[type=text], select {
    border: 1px inset #808080;
    background: #eeeeee;

}

textarea:focus, input[type=text]:focus, select:focus {
    border: 1px inset black;
    background: #ffffff;

}


input[type=button] {
    border: 1px outset silver;
    background: #dd0000;
    color: #ffffff;
    margin: 2px 0px 0px 0px;
}

fieldset {
    border: 1px solid silver;
    padding: 5px 5px 10px 10px;
    margin: 0px 0px 20px 0px;
    color: black;
}

legend {
    font-family: terminal, arial, sans-serif;
    margin: 0px 0px 10px 0px;
    font-size: 50%;
}

label {
    font-family: ms sans serif, arial, sans-serif;
    font-size: 70%;
    color: black;
}

a {
    text-decoration: none;
}
a:link {
    color:#222288;
}
a:visited {
    color:#444488;
}
a:hover {
    text-decoration: underline;
}

.shaded {
    background-color: #eeeeee;
}


.u {
    text-decoration: underline;
}

.err {
    color: #ff0000;
    font-weight: bold;
}

.success {
    color: #00ff00;
    font-weight: bold;
}
