body {
    margin: 0px auto;
    padding: 0px;
    background: url(../images/back.jpg) #74DE70;
    font-family: Verdana, Arial, sans-serif;
}

a {
    color: #183DC7;
}
a:active {
    color: #0000FF;
}
a:visited {
    color: #1968F9;
}

#page {
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    background: #D1EAC8;
    border: 1px solid #475941;
}
#header {
    width: 775px;
    height: 148px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #475941;
    background: url(../images/banner02.jpg) 0px 0px no-repeat #D1EAC8;
}
#header h1 {
    display: none;
}
#footer {
    width: 765px;
    height: 15px;
    padding: 1px 5px 1px 5px;
    clear: both;
    background: #D1EAC8;
    border-top: 1px dashed #475941;
    color: #363636;
    font-size: 8pt;
}

#main {
    width: 500px;
    margin: 15px 0px 30px 10px;
    float: left;
    font-size: 10pt;
}
#main h2 {
    margin-top: 25px;
    font-size: 14pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
#text {
    margin-bottom: 40px;
    font-size: 12pt;
    text-align: center;
}
#news {
    font-size: 10pt;
}
#news .article {
    margin: 0px 30px;
}
#news h3 {
    margin: 15px 0px 0px 0px;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 10pt;
    font-weight: normal;
}
#news h3 .caption {
    margin: 0px;
    letter-spacing: 1px;
    font-size: 10pt;
    font-weight: normal;
    font-variant: small-caps;
}
#news h3 .info {
    font-size: 8pt;
    color: #363636;
}
#news p {
    margin-top: 5px;
    margin-bottom: 0px;
}
#news .teaser {
    color: #515151;
}

#right {
    width: 215px;
    margin: 30px 5px 30px 0px;
    padding: 5px;
    float: right;
    font-size: 10pt;
}
#right h2 {
    margin-bottom: 5px;
    font-size: 11pt;
    font-weight: bold;
}

#meeting {
    margin-bottom: 20px;
    border: 3px dotted #FF0000;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
}
#banner {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#gjnews ul {
    margin: 0px;
    padding-left: 10px;
    list-style-position: inside;
    list-style-type: circle;
    font-size: 8pt;
}
#links ul {
    margin: 0px;
    padding-left: 10px;
    list-style-position: inside;
    list-style-type: square;
    font-size: 8pt;
}

#provider {
    width: 765px;
    height: 15px;
    padding: 1px 5px 1px 5px;
    clear: both;
    background: #D1EAC8;
    color: #A1A1A1;
    font-size: 8pt;
    text-align: center;
}
#provider a {
    color: #8E8E8E;
}
#provider a:active {
    color: #000000;
}
#provider a:visited {
    color: #B5B5B5;
}

a img {
    border: 0;
}

#navigation {
    width: 765px;
    margin: 2px 10px;
    background: #D1EAC8;
    font-size: 10pt;
}

#navigation ul li > ul {
    top: auto;
    left: auto;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
              
#navigation ul li {
    position: relative;
    margin-left: 15px;
    display: inline;
}
#navigation ul li:before {
    content: "::";
}
                
#navigation ul li ul li {
    margin-left: 0px;
    padding-left: 5px;
    background: #D1EAC8;
    display: block;
}
#navigation ul li ul li:before {
    content: "»";
}
                
#navigation ul li ul {
    display: none;
    position: absolute;
    top: 1em;
    left: 5px;
    border-left: 1px solid #B8B8B8;
    border-bottom: 1px solid #B8B8B8;
}
                          
#navigation ul li:hover ul, #navigation ul li.over ul {
    padding-top: 10px;
    display: block;
}

fieldset {
    border: 1px solid #B8B8B8;
}
fieldset label {
    width: 100px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
    text-decoration: underline;
}
fieldset input[type=text], fieldset textarea {
    width: 200px;
    margin-top: 5px;
    border: 1px solid #A1A1A1;
    background: #F9F9F9;
    font-family: sans-serif;
    font-size: 10pt;
    text-align: left;
}
fieldset input[type=submit] {
    width: 150px;
    margin: 15px 0px 0px 160px;
    border: 1px solid #475941;
    background: #E5E5E5;
    text-align: center;
}

#error {
    width: 350px;
    margin: 15px 50px;
    padding: 10px;
    border: 2px solid #FF0000;
    font-weight: bold;
    text-align: center;
}
