/* GLOBAL Styles */

body {
  margin: 0 auto;  padding: 0;
  background-color: #fff;
  background: URL(body.bg.gif) repeat-x;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-align: center;
  color: #595959;
}

a {color: #003366;}
a:hover {text-decoration: none;}
a img {border: none;}

h1,h2,h3,h4,h5,h6 {
  font-size: 16px;
  font-weight: normal;
}

hr {
  border: 1px solid #fff;
  border-top: 1px solid #e2e2e2;
  margin: 20px 0px;
}

table, th td, tr {
  border: none;
  font-size: 11px;
  text-align: left;
  vertical-align: top;
}
th, td {
  border-bottom: 1px solid #e2e2e2;
  line-height: 14px;
  padding: 4px 4px 4px 0px;
}

fieldset {
  border: none;
  text-align: left;
}
label {display: block;}
input, textarea {
  width: 230px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}
input.button {
  width: auto;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}


/* STRUCTURE/CONTENT Styles */

#page {
  margin: 0 auto;  padding: 0;
  width: 836px; height: auto;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
}

#header {
  margin: 20px 20px 40px 20px;  padding: 0;
  width: 796px; height: 160px;
  background: URL(header.kv.gif) no-repeat;
}
#header img {
  border: none;
}

#navigation {
  margin: 0px 40px 0px 40px;  padding: 0;
  width: 140px; height: auto;
  float: left;
}
#navigation ul {
  margin: 0; padding: 0;
  list-style-type: none;
}
#navigation ul li {
  margin: 8px 0 0 0; padding: 0 0 8px 0;
  list-style-type: none;
  border-bottom: 1px solid #e2e2e2;
}
#navigation a {text-decoration: none;}
#navigation a:hover {font-weight: bold;}
#navigation a.active {font-weight: bold;}

#content {
  margin: 0px 0px 0px 256px;  padding: 0;
  width: 520px; height: auto;
  text-align: justify;
  line-height: 18px;
}

#content .cleft {
  float: left;  
}
#content .cright {
  float: right;
}
#content .cleft, #content .cright {
  margin: 0;  padding: 0;
  width: 230px; height: auto;
}

.boxblue p {
  background-color: #e6ebf0;
  padding: 3px 6px;
  text-align: left;
}

table.references td {
  width: 33%;
}

#newsimg {
  float: right;
  width: auto; 
  overflow: hidden;
  margin-left: 20px;
  text-align: justify;
}
#newsimg img{
  float: left;
  margin: 4px 4px 0 0;
}

.caption {
  clear: left;
  font-size: 10px;
  color: #bfbfbf;
  display: block;
}

#footer {
  margin: 60px 20px 0px 20px;  padding: 10px 0 0 0;
  width: 796px; height: 25px;
  border-top: 1px solid #e2e2e2;
  font-size: 10px;
  color: #bfbfbf;
  text-align: center;
}
#footer a {
  font-size: 10px;
  color: #bfbfbf;
}



