* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: #efefdf;
  font: 100% Arial, Verdana, Helvetica, sans-serif;
}
img {
  border: none;
}

div#globalWrapper {
  margin: 0px auto;
  width: 900px;
}
div#topWrapper {
  border: 2px solid #fff;
}
div#headerWrapper {
  background: #29ae68 url("images/header-bg.gif") repeat-x left top;
  height: 123px;
}
div#navWrapper {
  background: #000066 url("images/nav-bg.gif") repeat-x left top;
  border-top: 1px solid #a6cdc3;
  height: 52px;
  position: relative;
}
div#mainWrapper {
  margin: 10px 0px;
}
div#sideWrapper {
  float: left;
  width: 240px;
}
div#contentWrapper {
  background-color: #fff;
  border: 2px solid #ddddca;
  margin-left: 250px;
}
div#footerWrapper {
  background: #51518c url("images/footer-bg.gif") repeat-x left top;
  border-top: 5px solid #000066;
  height: 54px;
}

div#header {
  margin-left: 151px;
  margin-right: 129px;
  padding-top: 25px;
}
div#header div {
  margin-bottom: 10px;
}
div#nav {
  color: #fff;
  text-align: center;
}
div#nav ul {
  list-style: none;
  padding-top: 15px;
}
div#nav li {
  display: inline;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0px 13px;
}
div#nav a {
  color: #fff;
  text-decoration: none;
}
div#nav a:hover {
  text-decoration: underline;
}
div#latestNews {
  border: 3px solid #ddddca;
  height: 150px;
  overflow: hidden;
}
div#latestNews h3 {
  font-weight: normal;
  margin: 5px 10px;
}
div#latestNews h4 {
  font-size: 1.2em; 
}
div#latestNews span {
  font-size: 0.6em;
  font-style: italic;
  font-weight: normal;
  padding-left: 10px;
}
div#latestNews ul {
  list-style: none;
  margin: 10px;
}
div#latestNews li {
  background-color: #eee;  
  border-bottom: 1px dotted #999;
  font-size: 0.8em;
  padding: 5px;
}
div#latestNews a {
  font-weight: bold;
  text-decoration: none;
}
div#latestNews a:hover {
  text-decoration: underline;
}
div#latestNewsMenu {
  font-size: 0.6em;
  margin-bottom: 10px;
  text-align: right;
}
div#latestNewsMenu a {
  text-decoration: none;
}
div#latestNewsMenu a:hover {
  text-decoration: underline;
}
div#login {
  background: #2eb16b url("images/kn-login-bg.gif") repeat-x left top;
  color: #fff;
  height: 120px;
  padding: 20px;
}
div#login h3 {
  font-size: 0.85em;
  text-align: center;
}
form#mainform {
  margin: 5px 0px;
}
form#mainform div {
  margin: 5px auto;
  width: 150px;
}
form#mainform label {
  font-size: 0.8em;
  font-style: italic;
}
form#mainform input {
  border: 1px solid #999;
}
div#content {
  padding: 10px;
}
div#content h1 {
  font-size: 1.8em;
}
div#footerLeft {
  float: left;
  margin: 5px 0px 0px 20px;
}
div#footerLeft ul {
  list-style: none;
  margin-bottom: 5px;
}
div#footerLeft li {
  border-right: 1px solid #fff;
  display: inline;
  font-size: 0.7em;
  padding: 0px 10px;
}
div#footerLeft h3 {
  font-size: 0.7em;
  font-weight: normal;
}
div#footerRight {
  float: right;
  margin: 18px 20px 0px 0px;
}
div#footerRight h3 {
  font-size: 0.75em;
  font-weight: normal;
}
div.wysiwygtext {
}
div.footer {
  color: #fff;
}
div.footer a {
  color: #fff;
  text-decoration: none;
}
div.footer a:hover {
  text-decoration: underline;
}
div.noNews {
  font-style: italic;
}

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.floatWrapper {
  height: 100%;
  overflow: hidden;
}

