
html, body {
  background: url(img/body.jpg) center repeat-y;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

h1 {
  color: #456ea3;
  font-size: 1.4em;
  border-bottom: 1px solid #456ea3;
  margin: 30px 0 15px;
  clear: both;
}

h1.first {
  margin-top: 0 !important;
}

h2 {
  margin: 20px 0 10px;
  font-size: 1.2em;
  color: #ec7600;
  font-weight: normal;
  clear: both;
}

address {
  margin-bottom: 10px;
}

#sysheader {
  background: url(img/header.jpg) bottom no-repeat;
  width: 750px;
  height: 150px;
  padding-top: 5px;
}

#sysfootercontent {
  border-top: 1px solid #bbb;
  color: #a9a9a9;
  font-family: Tahoma;
  font-size: 8pt;
}

#sysfootercontent a {
  color: #4779bb;
  font-weight: bold;
  text-decoration: none;  
}

#sysfootercontent a:hover {
  text-decoration: underline;  
}

#sysfootercontent .leftfooter {
  padding-top: 2px;
  width: 300px;
  float: left;
}

#sysfootercontent .rightfooter {
  padding-top: 2px;
  width: 400px;
  float: right;
  text-align: right;
}

#mainnavigation {
  font-size: 10px;
  background: url(img/bgmenu.png) center repeat-x;
  height: 25px; 
  border-top: 1px solid #ffffe0;
  border-bottom: 1px solid #eb8038;
}

#mainnavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainnavigation ul li {
  float: left;
}

#mainnavigation ul li a {
  text-decoration : none;
  display : block;
  float: left;
  color : #ffffff;
  width: 148px !important;
  width /**/: 148px;
  font-weight: bold;
  text-align: center;
  height: 25px;
  line-height: 25px;
  border-left: 1px solid #ffaf79;
  border-right: 1px solid #ef833b;
}

#mainnavigation ul li a:hover, #mainnavigation ul li a.selected {
  /*
  background: url(img/bgmenuover.png) center repeat-x;
  */
  color: #000000;
}

#leftcolumn {
  width: 450px;
  float: left;
  overflow: hidden;
  padding-left: 15px;
  margin-right: 30px;
  margin-top: 30px;
}

#leftcolumn a {
  color: #4779bb;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

#leftcolumn a:hover {
  text-decoration: underline;
}

#leftcolumn a.pdf {
  padding-left: 20px;
  background: url(img/pdf.png) left top no-repeat;
  font-size: 10pt;
}

#leftcolumn a.doc {
  padding-left: 20px;
  background: url(img/doc.png) left top no-repeat;
  font-size: 10pt;
}

#leftcolumn a.xls {
  padding-left: 20px;
  background: url(img/xls.png) left top no-repeat;
  font-size: 10pt;
}


#leftcolumn img {
  border: 1px solid #ccc;
  padding: 1px;
  float: left;
  margin: 0 10px 10px 0;
}

#leftcolumn p {
  margin-bottom: 10px;
  text-align: justify;
}

#rightcolumn {
  width: 240px;
  float: left;
  overflow: hidden;
  margin-top: 30px;
}

.news {
  background: url(img/news.jpg);
  height: 600px;
}

.aboutus {
  background: url(img/aboutus.jpg);
  height: 600px;
}

.docs {
  background: url(img/docs.jpg);
  height: 600px;
}

.contactus {
  background: url(img/contactus.jpg);
  height: 600px;
}

.clear {
  clear: both;
  font-size: 0;
  height: 1px;
  line-height: 1px;
}

.upfooter {
  height: 100px;
}

p.date {
  font-size: 0.8em;
  color: #888;
}

p.attachments {
  margin-top: 20px;
  font-weight: bold;
}

div.newsitem {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  overflow: hidden;
}

#rightcolumn a {
  color: #4779bb;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  font-size: 0.8em;
}

#rightcolumn a:hover {
  text-decoration: underline;
}

.index {
  font-size: 1.4em;
}
