body {
 background-color: #a7a4a5;
 font-family: Arial, Helvetica, sans-serif;
}
#main {
 font-size: 11pt;
 text-align:left;
 width: 800px;
 height: 600px;
 overflow:visible;
 background-image:url('images/back.gif');
 background-repeat:no-repeat;
 position:relative;
}

#menu {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 background-image:url(images/back.gif);
 background-repeat:no-repeat;
 width: 79px;
 height: 300px;
 top: 130px;
 left: 65px;
 position:absolute;
}

#menu2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 width: 79px;
 height: 300px;
 top: 130px;
 left: 652px;
 position:absolute;
}

#content {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 435px;
 top: 130px;
 left: 181px;
 position:absolute;
 border: #00003d;
 border-style: solid; 
 border-width: thin;
 overflow:visible;
}

.header {
 background-color: #838383;
 text-align:left;
 font-size: 13px;
 font-weight: bold;
}

.nav {
 font-size: 13px;
 background-color: #a7a4a5;
}

.newsh {
 font-size: 13px;
}
.news {
 font-size: 12px;
 text-align: justify;
 width: 430px;
}
.text {
 font-size: 12px;
 width: 430px;
}

.borderred {
  text-align:center;
  border: red; 
  border-style: solid; 
  border-width: thin;
  font-size: 9pt;
}

.tdleft {
  margin-left: 30px;
  text-align:left;
}

.n {
 font-size: 9pt;
 font-style: italic;
}

.active {
 font-size: 13px;
 font-style: italic;
 background-color: #a7a4a5;
}

a {
 color: black;
}

a:hover {
 font-weight: bold;
 color: red;
}
.maintab {
 background-color: #d0cece;
 width:800px; 
 margin-left:auto; 
 margin-right:auto;
 border: #00003d; 
 border-style: solid;
 border-width: thin;
}

ol {
 list-style-type:circle;
 list-style-position:inside;
}
