
body {
        margin: 0;
        background-color: #F0F0F0;
        font-family : verdana, helvetica, tahoma, sans-serif, arial;
}

span.title {
        font-size: 3em;
        font-weight: 700;
        color: #ffffff;
        padding-left: 160px;
}


#header {margin-bottom: 0;
         padding-left: 1em;
         background-color: #000066;
         }

#container {
        background-color: #f0f0f0;
        width: 100%;
}


#line {
        padding: 0;
        margin-bottom: 1em;
        text-align: right;
        color: #FFFFFF;
        background-color: #000066;
        padding-right: 2em;
        font-size: 120%;
}

#line a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 800;
}

.footline {
        clear: both;
        margin-top: 0;
        color: #000000;
        background-color: #000066;
        border-top: 1px solid #003300;
        border-bottom: 1px solid #003300;
        text-align: right;
        vertical-align: bottom;
        padding-right: 0.3em;
        font-weight: bold;
        font-size: 75%;
}

#content {
        padding: 20px;
        margin-left: 180px;
        margin-right: 160px;
        background-color: #FFFFFF;
        margin-bottom: 15px;
        margin-top: 15px;
}

#left {
        float: left;
        width: 149px;
        vertical-align: top;
        font-size: 80%;
        padding-left: 5px;
        padding-top: 15px;
}

#left ul {
        list-style: disc;
        padding: 0;
}

ul {
        list-style: disc;
        padding: 0;
        margin-top: 0;
        margin-bottom: 8px;
}

#left li {
        padding: 0;
        list-style: circle;
}

#right {
        float: right;
        width: 130px;
        vertical-align: top;
        font-size: 60%;
        padding-left: 3px;
        padding-right: 5px;
        padding-top: 15px;
}

#footer {
        clear: both;
        color: #000000;
        background-color: #CCCCCC;
        vertical-align: top;
        padding: 0.3em;
        font-size: 85%;
        line-height: 1.25em;
        text-align: right;
}

.fl {
        float : left;
        text-align: left;
}

h1 {
        font-size: 140%;
        font-weight: bold;
        color: #000066;
        border-bottom: 1px solid #000066;
}

h2 {
        font-size: 125%;
        font-weight: bold;
        color: #000066;
        border-bottom: 1px dashed #000066;
}

h3 {
        font-size: 110%;
        font-weight: bold;
        color: #000066;
}

h4 {    font-weight: bold;
        color: #000066;
        padding-left: 20px;
        padding-bottom: 1px;
        padding-top: 1px;
        margin-top: 2px;
        margin-bottom: 2px;
}

h5,h6 {
        color: #000066;
}


.navhead {
        font-weight: bold;
        color: #000000;
}

.nav {
        color: #000000;
        font-weight: bold;
        padding: 0;
        margin-top: 2px;
        margin-bottom: 2px;
}

a:link, a:visited {
        color: #483d8b;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
        color: #000033;
}

#content p,ul {
        font-size: 95%;
        padding-left: 20px;
}
/* acronym,abbr {
        border-bottom: 1px dashed 000000;
        cursor: help;
} */

li {
        font-size: 90%;
        list-style: disc;
}

.bold  {
         font-weight:bold;
}

.boldcent  {
         font-weight:bold;
         text-align:center;
}