@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  background: #f2f0f3;
  font-size : 0.75em;
  font-family: Arial, Helvetica, sans-serif;
  color: #58585a;
}
a {
  text-decoration: none;
  color: #23408f;
}
a:hover {
  color: #f99d1c;
}
li {
  margin: 0 0 5px 25px;
}
p {
  margin: 0 0 10px 0;
  text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  color: #f7941e;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.1em;
}
#container {
  width: 1000px;
  margin: 20px auto;
  background: #FFF;
}
#header {
  background: url(../img/header.jpg) no-repeat;
  height: 177px;
}
#menu {
  background: url(../img/menu.gif) no-repeat;
  width: 817px;
  height: 20px;
  margin: 20px 0 0 183px;
  text-align: center;
  font-size: 1.05em;
}
#menu li {
  display: inline;
  line-height: 20px;
  margin: 0 30px;
}
#menu a {
  color: #000;
}
#menu a:hover {
  color: #23408f;
}
#menu .current {
  font-weight: bold;
}
#menu .current a {
  color: #23408f;
}
#left {
  width: 183px;
  float: left;
  font-size: 1em;
  font-weight: bold;
}
#left a {
  color: #FFF;
  display: block;
  width: 150px;
  height: 18px;
  padding: 1px 0 0 5px;
}
#left a:hover {
  color: #f99d1c;
}
#left li {
  list-style-type: none;
  background: url(../img/li.gif) no-repeat;
  width: 155px;
  height: 19px;
  margin: 0 0 15px;
}
#content {
  float: left;
  width: 802px;
  padding: 20px 0;
  min-height: 405px;
}
#news {
  width: 255px;
  float: right;
  background: #e1e1ef;
  margin: 20px 0 0 15px;
  padding: 15px;
}
#news .moduletable {
  margin: 0;
}
.lnd_head {
  font-size: 0.9em;
}
#news h3 {
  font-size: 1.5em;
}
#footer {
  clear: both;
  background: url(../img/footer.gif) no-repeat;
  height: 23px;
  padding: 17px 0 0 200px;
  text-align: center;
  font-size: 0.9em;
  position: relative;
}
#logo {
  width: 183px;
  position: absolute;
  left: 0;
  bottom: 10px;
}


/*  LOGIN FORM  */

fieldset {
  border: 0;
}
fieldset label {
  display: block;
  width: 100px;
  margin: 0 0 5px;
}
fieldset input {
  margin: 0 0 10px;
}
fieldset button {
  margin: 0 0 15px;
}
.moduletable {
  margin: 0 0 15px 14px;
}

/*  CATEGORY LIST  */

.category {
  width: 740px;
}
.list-title {
  width: 600px;
}
.list-date {
  width: 140px;
}
.category tr {
  height: 30px;
}
