
#navigation ul{
  padding: 0; margin: 0;
  margin-right:20px;
}
#navigation ul li{
  margin: 1px;
  list-style-type: none;
  font-size: 14px;
  font-weight: bold;
}
#navigation ul li a {
  display: block;
  height: 20px;
  margin: 0;padding: 4px;
  text-decoration: none;
  color: #ffff81; 
  background-color: #005718; 
}
#navigation a:hover, #navigation a.current {
  color: #fff;
  background-color: #111111; 
}
ol li{ 
  list-style-position: outside;
  margin-left: 12px;
}

body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
  background: url('/images/background.gif');
}
body div.container {
  background: #fff ;
  border-right: 5px solid black;
  border-bottom: 5px solid black;
}
#content {
  background: #fff url('/images/skin_03.gif') repeat-y top center;
}
.center {
  text-align: center;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #111; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AA7; }
a:hover           { color: #000; }
blockquote        { color: #666; font-size: 120%; font-weight: bold;}

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }

/* EOF */
