body  {
 font-family : arial, helvetica, sans-serif;
 color : #000000;
 margin : 0;
 font-size : 100%;
 padding : 0;
 border: 0;
 background-color : #f0f0ff;
}

div#container {
}

div#lhsbar {
 position: absolute;
 padding: 3px 3px 3px 2px;
 width: 130px;
 left: 0px;
 top: 46px;
 background-color: #f0f0f0;
 overflow:hidden;
 clear:both;
}

div#maintext  {
 text-align        : justify
 background-repeat : no-repeat;
 vertical-align:top;
 font-family : arial, helvetica, sans-serif;
 background-color : white ;
 margin-left: 140px;
 padding: 10px 10px 10px 10px;
 border   : thin solid #008800;
 background-color : #ffffff;
 }

div#bottomlinks {
 position:relative;
 width : 818px;
 height: 50px;
 margin-left: 130px;
 border   : thin solid #a0a0a0;
 background-color : #d0d0d0;
}

div#botleft {
 vertical-align: top;
 text-align : center;
 width : 300px;
 height : 50px;
 float : left;
}

div#botright {
 vertical-align: middle;
 width : 300px;
 height : 50px;
 float : right;
}

P.terminal { border-bottom: 1px solid rgb(255, 255, 255);
 padding: 0px 5px;
 line-height: 22px;
 font-family: courier;
 font-size: 100%;
 background-color: rgb(225, 255, 237);
 color: rgb(0, 0, 0);
}

.barlink {
 background-repeat : no-repeat;
 background-color : white;
}


.bottom-navig {
 font-family : arial, helvetica, sans-serif;
 font-size : 11px;
 color : #000080;
 text-decoration : none;
}

.linktable {
}


h1 , h4 , h5 , h6 , p , ol , ul , dl , dt , dd , td , th , blockquote , address , div , multicol {
 font-family : arial, helvetica, sans-serif;
 color : #000000;
}

em , strong , samp , var , cite , dfn , acronym , q , i , u , strike , s , big , small , sup , sub {
 font-family : arial, helvetica, sans-serif;
}
b, strong {
font-family : arial, helvetica, sans-serif;
font-weight : 600;
color: #444444;
}
h1 {
 font-family : arial, helvetica, sans-serif;
 font-size : 160%;
 font-weight : 500;
 color : #555555;
 margin-top : 0;
}
h2 {
 font-family : arial, helvetica, sans-serif;
 color : #555555;
 font-size : 140%;
 font-weight : 500;
 margin-top : 0;
}
h3 {
 font-family : arial, helvetica, sans-serif;
 font-size : 120%;
 font-weight : 600;
 color: #555555;
}
h4 {
 margin-bottom : 2px;
 color: #555555;
 font-size : 100%;
}
hr {
 color : #003399;
 height : 1px;
}

div#nav1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#nav1 li {
    padding: 8px;
    margin-bottom: 7px;
    background-color :#3e30a9;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
div#nav1 a {
    text-decoration: none;
    color : white;
}
div#nav1 li.current {
    background-color :#405e7c;
    color: #ffffff;
}

div#nav1 li:hover {
    background-color: #72a1f9;
    color: #ffffff;
    cursor: default;
}

div#nav2{
  padding: 0;
  border: 0;
  margin-left: 20;
  margin-top: 0;
  margin-right : 0;
  margin-bottom : 0;
  width : 110px;
}

div#nav2 ul {
    list-style-type: none;
    font-size : 14px;
}
div#nav2 li {
  margin-top: -5px;
    background-color :#4466ee;
    color: #ffffff;
}
div#nav2 a {
    text-decoration: none;
    color : white;
}
div#nav2 li.current {
    background-color :#405e7c;
    color: #ffffff;
}

div#nav2 li:hover {
    background-color: #72a1f9;
    color: #ffffff;
    cursor: default;
}


