html {
  padding:0; 
  margin:0; 
}
body {

  padding:0; 
  margin:2; 
  background-color: white;
  font-family: verdana;
}
table {

  padding:0; 
  margin:0; 
  border-collapse: collapse;
  font-size: 10px;
}
td {

  padding: 0; 
  margin: 0;
}
a {

  text-decoration: none;
  color: black;
}
a:hover {

  text-decoration: underline;
}
#table1 {
  
  width: 100%; 
  height: 100%;
}
#line1 {

  height: 120px;
}
#line1 #logotype {

  width: 390px; 
  vertical-align: bottom;
  padding-bottom: 10px;
}
#line1 #logotype img {
  
  border: 0;
}
#line1 #navigation1 {

  width: 390px; 
  text-align: right;
}
#line1 #navigation1 a {

  text-decoration: none;
  margin-left: 20px;
  color: black;
}
#line1 #navigation1 a:hover {

  text-decoration: underline;
}
#line2 {

  background-color: #848C94; 
  height: 140px;
}
#line2 #gray-left {

  height: 140px; 
  border-right: 2px white solid;
}
#line2 #gray-right {
  
  height: 140px; 
  border-left: 2px white solid;
}
#line2 img {

  border: 0;
}
#line3 {

  height: 28px;
}
#line3 #mainmenu {
  
  width: 780px;
  height: 24px;
}
#line3 #mainmenu div {

  background-color: #DF6D27; 
  height: 24px; 
  margin: 0; 
  padding: 0 0 0 2px;
}
#line3 #mainmenu table {

  border-collapse: collapse;
  height: 24px; 
  background-color: #DF6D27; 
/*    color: white; */
}
#line3 #mainmenu td {

  border-left: 2px white solid;
  border-right: 2px white solid;
  white-space: nowrap;
  padding: 0 7px 0 7px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
#line3 #mainmenu a {

  color: white;
}
#line3 #mainmenu .selected {

  background-color: white;
}
#line3 #mainmenu .selected a {

  color: #DF6D27;
}
#line4 {
}
#line4 #body
{
  width: 780px;
}
#line4 table {

  height: 100%;
}
#line4 #leftmenu {

  width: 188px; 
  padding-top: 26px;
  background-color: #FAFAFA; 
  vertical-align: top;
}
#line4 #leftmenu div {

  padding: 5px 8px 5px 8px; 
}
#line4 #leftmenu .indent {

  padding: 5px 8px 5px 22px; 
}
#line4 #leftmenu .selected {

  background-color: #EAEAEA;
}
#line4 #content {
  
  width: 590px; 
  background-color: #EAEAEA; 
}
#line4 #content #news {

  width: 400px; 
  background-color: #EAEAEA; 
  vertical-align: top;
}
.news {

  margin: 14px 18px 14px 8px;
}
.news .date {

  color: #8C8C8C;
}
.news h2 {

  font-family: times; 
  font-size: 20px; 
  font-weight: normal; 
  margin: 2px 0 2px 0;
}
.news .content {

  color: #505050; 
  line-height: 16px;
}
.news_archive {

  padding-left: 8px;
}
#line4 #content #shortcut {
  
  width: 188px; 
  padding-top: 26px;
  background-color: #DCDCDC;
  vertical-align: top;
  line-height: 16px;
}
.shortcut {

  margin: 14px 18px 26px 8px;
}
.shortcut a {

  font-weight: bold;
}
.shortcut img {

  margin: 0 0 -1px 4px;
}
#line4 #content #document {

  width: 550px; 
  margin: 8px 0 0 8px;
}
#line4 #content #document #navigation {

  height: 42px;
  color: #505050;
}
#document td {

  vertical-align: top;
}
#document h1 {

  font-family: times; 
  font-size: 22px; 
  font-weight: normal; 
  margin: 2px 0 2px 0;
}
#document h2 {

  font-family: times; 
  font-size: 14px; 
  font-weight: normal; 
  margin: 2px 0 2px 0;
}

#document .content {

  width: 530px;
  margin-bottom: 20px;
  color: #505050;
}

#document .content p {

  line-height: 16px;
  text-align: justify;
}
#document .content ul {

  color: #202020; 
  line-height: 16px;
}
#document .content a {

  color: black;
  text-decoration: underline;
}
#document .content table {

  border-collapse: collapse;
}
#document .content th {

  border: 1px gray solid;
  padding: 2px;
  color: white;
  background-color: gray;
  text-align: left;
}
#document .content td {

  border: 1px gray solid;
  padding: 2px;
}
#document .content img {

  border: 1px silver solid;
}
.center {

  text-align: center;
}
.separator {

  width: 2px; 
  font-size: 0;
  background-color: white; 
}
#copyright {
 
  height: 90px; 
  padding-left: 8px; 
  color: gray;
}
#copyright a {

  color: gray;
}
