
body.main {
  background-color: darkcyan;
}

div.allcontainer
{
width:900;
min-height: 100%;
height: auto !important;
height: 100%;
margin:2px;
border:2px groove white;
background-color: darkkhaki;
}

div.topcontainer
{
width:100%;
height:90px;
background-color: gray;
}

div.content
{
width: 720px;
min-height: 100%;
height: auto !important;
height: 100%;
margin-left:150px;
border-left:1px solid gray;
padding:1em;
background-color: darkseagreen;
}

div.cornerimg 
{
  width:150px;
  float:left;
  margin-left: 0px;
  clear:left;
}

img.cornerimg
{
  width: 150px;
  margin-left: 0px;
  float: left;
}

div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

h1.header
{
padding:0;
margin:0;
}

div.leftmenu
{
width:120px;
padding: 0px 6px;
margin-left: 10px;
margin-top: 4px;
margin-bottom: 20px;
float: left;
background-color: cadetblue
}

div.lmenuhead { font-weight: bold; width: 110px; border-bottom: 1px solid black; }
div.lmenuitem { text-align: right; width: 110px; }
a.lmenulink { text-decoration: none; color: black; }
a.lmenulink:hover { color: white; }

div.msgarea { background-color: olivedrab; height: 100%; }

table.msgtab {
 border: 0px;
 spacing: 0px;
 padding: 0px;
 width:740px; 
}

label.headmsg { 
 text-align: right;
 font-weight: bold;
 color: maroon;
 background-color: white; 
 padding: 2px 16px; 
}

a.signin { text-decoration: none; text-size: 12px; color: maroon; }


