

body {
    color: black;
    background: white;
    margin: 0px;
    padding: 0px;
}

* {
    color: inherit;
    background: transparent;
}

div {
    border-style: dashed;
    border-width: 0px;
    color: black;
    background: white;
    margin: 0px;
    padding: 0px;
}

div.SmallPage {
    position: absolute;
    width: 760px;
    height: 600px;
    left: 0px;
    top: 0px;
}

div.FullPage {
    position: absolute;
    top: 0px;
    height: 900px;
    width: 760px;
    left: 0px;
}

div.LargePage {
    position: absolute;
    top: 0px;
    height: 1200px;
    width: 760px;
    left: 0px;
}

div.Banner {
    position: fixed;
    width: 760px;
    height: 100px;
    left: 0px;
    top: 0px;
    bottom: auto;
    border-bottom-style: solid;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    z-index: 4;
}

div.Footer {
    position: absolute;
    width: 760px;
    height: 39px;
    left: 0px;
    bottom: 0px;
    padding-top: 10px;
    text-align: center;
    border-top-style: solid;
    border-top-color: gray;
    border-top-width: 1px;
    z-index: 3;
}

div.Navbar {
    position: absolute;
    width: 149px;
    top: 101px;
    left: 0px;
    bottom: 50px;
    padding-top: 10px;
    padding-left: 10px;
    border-right-style: solid;
    border-right-color: gray;
    border-right-width: 1px;
    z-index: 2;
}

div.Content {
    position: absolute;
    width: 580px;
    padding: 10px;
    left: 160px;
    top: 101px;
    bottom: 50px;
    text-align: justify;
    font-weight: normal;
    z-index: 1;
}

img.LeftGreen {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    border-style: solid;
    border-color: #339900;
    border-width: 3px;
}

img.RightGreen {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px;
    border-style: solid;
    border-color: #339900;
    border-width: 3px;
}

img.LeftNormal {
    float: left;
    margin: 5px;
}

img.RightNormal {
    float: right;
    margin: 5px;
}

img.Green {
    margin: 5px;
    border-style: solid;
    border-color: #339900;
    border-width: 3px;
}

img.Normal {
    margin: 5px;
}

div.center {
    text-align: center;
    clear: both;
}

div.justify {
    text-align: justify;
    clear: both;
}

span.normal {
    color: #000000;
    font-weight: normal;
}

span.h0 {
    color: #000000;
    font-weight: bold;
}

span.h1 {
    color: #339900;
    font-weight: bold;
}

span.h2 {
    color: #000000;
    font-size: smaller;
    font-weight: normal;
}

span.h3 {
    color: #339900;
    font-weight: bold;
    font-size: larger;
    text-decoration: underline;
    line-height: 2.0;
}

span.h4 {
    color: #339900;
    font-weight: bold;
    font-size: larger;
    line-height: 2.0;
}

ul {
    list-style-image: url('orange-bullet-small.gif');
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}

li {
    margin: 5px;
}

address {
    font-variant: small-caps;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a.Normal:link {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

a.Normal:visited {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}

a.Normal:hover {
    color: #CC6600;
    text-decoration: underline;
    font-weight: normal;
}

a.Normal:active {
    color: #CC6600;
    text-decoration: underline;
    font-weight: normal;
}

a.Green:link {
    color: #339900;
}

a.Green:visited {
    color: #339900;
}

a.Green:hover {
    color: #CC6600;
    text-decoration: underline;
}

a.Green:active {
    color: #CC6600;
    text-decoration: underline;
}



