img {
  border: 0 0 0 0;
}

body { 
  margin: 0;
  padding: 0;
  background-color: #4F6FA7;
  background-image: url(/images/bg.png);
  background-repeat: repeat-x;
}

body, p, ol, ul, td {
  font-family: Lucida Sans Unicode;
  font-size:   12px;
  xline-height: 18px;
  color: #000;
}

a {
  color: #99CC00;
  text-decoration: none;
}

a:visited {
  color: #99CC00;
}

a:hover, a:visited:hover {
  color: #99CC00;
  text-decoration: underline;
}

ul#tabnav {
    background-color: #ADDA29;
    font: bold 14px  Lucida Sans Unicode;
    list-style-type: none;
    padding-bottom: 33px;
    border-bottom: 1px solid #ADDA29;
    border-top: 1em solid #ADDA29;
    margin: 0;
}

ul#tabnav li {
    float: left;
    height: 30px;
    background-color: #ADDA29;
    margin: 2px 5px 0 5px;
    border: 1px solid #ADDA29;
}

ul#tabnav li.active {
    border-style: solid;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
}

#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 7px;
    background-image: url(/images/ctl.gif);
    background-repeat: no-repeat;
    background-position: top left;
}


#tabnav a:hover {
    background: #beea3a;
}

ul#tabnav li.active a {
    background: #fff;
}


#header {
  background-color: #fff;
/*
  background-image: url(/images/white_globe.png);
  background-repeat: no-repeat;
  background-position: bottom right;
*/
  color: white;
  text-align: left;
  height: 164px;
}

#site-title {
  color: #407ca1;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: none;
}
#site-subtitle {
  letter-spacing: 2px;
  text-transform: lowercase;
  color: #789028;
}
#header #site-title .red {
  color: #c00;
}
#navigation {
  width: 100%;
  background-color: #fff;
}

#navigation #nav {
  padding-top: 4px;
  padding-left: 10px;
  border-right: 1px dotted #a3a39c;
  width: 489px;
}

h1 {
  font-size: 250%;
  font-weight: normal;
  color: #0060A1;
}
h1.first { font-size: 150%; color: #0060A1; }
h3 {
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  text-align: left;
}

p.first { font-size: 150%; color: #0060A1; }
p.second { font-size: 120%; }
p.justify { text-align: justify; }

dl.front_menu {
  padding-top: 2em;
  border-top: 1px dotted #a3a39c;
  margin-top: 2em;
}

dl dt {
  font-weight: bold;
  font-size: 150%;
}
dl dd {
  margin-bottom: 1em;
}

div.news_item div.link {
  font-size: 130%;
}

div.news_item div.date {
  color: #666;
}

div.news_item {
  margin-bottom: 1em;
}

#main {
  background-color: #fff;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 500px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}

#content div#date {
  font-size: 95%;
  color: #999;
  margin: 0;
}

#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
/*  background: #EEF6FF;
  height: 100%;
  width: 100%;
  margin: 0; */
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  border-top: 0.2em solid #BBB;
  background-color: #1D2D45;
  float: left;
  font-size: 90%;
  width: 100%;
}
#footer p {
  padding: 1em;
  color: #aad3f3;
}

#toplinks {
    float: right;
    line-height:normal;
}
#toplinks ul {
    margin:0 5px 0 0;
    padding:0;
    list-style:none;
}
#toplinks li {
    float:left;
    margin:0;
    padding:3px;
    color: #99CC00;
}

#toplinks a {
    display:block;
}

#current {
    color: black;
}

input.validation-failed, textarea.validation-failed {
        border: 1px solid #900;
        color: #900;
}
.validation-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: #900;
        color: #FFF;
        font-weight: bold;
}

#Dialog {
  background: #E8EFFA;
  margin: 100px 180px 70px 180px;
  border: 0.5em solid #A4C3F5;
  padding: 20px;
}


#Dialog dl {
  margin: 10px 0 0 20px;
}

#Dialog dt {
  float: left;
  width: 90px;
  font-size: 14px;
  line-height: 24px;
}

#Dialog dd {
  margin: 0 0 5px 90px;
  font-size: 11px;
  line-height: 24px;
  color: #666;
  margin-left: 90px;
}

#Dialog input {
  font-size: 14px;
}

#Dialog input#password {
  width: 150px;
}

#Dialog input#login {
  width: 150px;
}
