/***********************************************/
/* ltat.css                                    */
/***********************************************/

* html 
{ 
width:100%; height:100%; margin:0; padding:0;
}

/***********************************************/
/* HTML tag styles                               */
/***********************************************/ 

body{
  margin:0;
  padding:0;
  height: 100%; 
  overflow: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #663300;
  background-color: #FFFF99;
  background-image: url(navbar_bg.jpg);
  background-repeat: repeat-x;
}

div {
  position: absolute;
}

img {
border: 0;
}

table {
  padding:0;
  margin:0;
  border:0;
}

a:link, a:visited {
  color: #663300;
  text-decoration : underline; 
}

a:hover {
  color: #000000;
  background : #FFFF77; 
  text-decoration : underline; 
}

a:active {
  color: #663300;
  text-decoration : underline; 
}

#corner {
  top: 0;
  left: 0;
  width: 145;
  height: 145;
  color: #FFFF99;
  background-color: #663300;
}

#corner-links {
  top:      5;
  left:    15;
  width:   65;
  height: 130;
}

#corner-block {
  top: 108;
  left: 105;
  width: 40;
  height: 40;
  background-image: url(corner.gif);
}

#titlebar {
  top:      0;
  left:   145;
  width:  550;
  height: 145;
}

#title {
  color: #FFFF99;
  font-size: 34pt;
  font-family: "Monotype Corsiva", "Verdana Italic", "Arial Italic";
}

#navbar {
  top: 145;
  left: 0;
  width: 150;
  height: 600;
  color: #FFFF99;
  background-color: #FFFF99;
  background-image: url(navbar2_bg.jpg);
  background-repeat: repeat-y;
}

#navbar-box {
  top: 5;
  left: 5;
  width: 105;
  height: 300;
  color: #FFFF99;
  font-size: 14pt;
  font-family: "Monotype Corsiva", "Verdana Italic", "Arial Italic";
}

#navbar-box ul {
margin: 0; 
padding: 0;
list-style-type: none;
line-height:20pt;
}

#navbar-box span {
  color: #cccccc;
}

#navbar-box a {
display: block;
width:105px;
text-decoration: none;
}

#navbar-box a:link, #navbar-box a:visited {
color: #FFFF99;
}

#navbar-box a:hover {
background: #774A11;
}

#navbar-box a:active {
color: #FFFF99;
}

#content {
  top:    145;
  left:   145;
  width:  auto;
  height: 600;
  font-size: 12pt;
}

#content span.ltat {
  font-family: "Monotype Corsiva", Verdana, "Arial Narrow";
  font-size: 14pt;
}

#content p.break {
  clear:both;
}

#content img {
margin: 5;
}

#content b.highlight {
  font-size: 14pt;
  font-family: "Monotype Corsiva", "Verdana Italic", "Arial Italic";
}

#content table.links {
  font-size: 11pt;
}

