body
{
 background: #edeada;
 font-family: arial, helvetica, sans-serif;
}  

div#container
{
  margin: auto;
  width:760px;
/* background:blue;*/
}

div#bar
{
position: relative;
right:0px;
top: 0px;
height: 100px;
text-align: left;
font-family: georgia, serif;
font-style: italic;
border-top: solid 1px #f7d0a0;
border-bottom: solid 1px #f7d0a0;
margin-bottom: 20px;
}

div#nav
{
float: left;
background: #ff6000;
width: 12em;
top: 0px;
padding: 0px;
font-family: georgia, serif;
font-size: 0.8em;
}

div#main
{

margin-left:12em;
text-align:left;
margin-top: 0px;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
/*background: red;*/
}

#realalelogo
{
margin-left: 12em;
border: none;
}

ul.menu
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
font-family: georgia, serif;
}

li.menuhd
{
border-left:1px solid #fff;
border-right:1px solid #aaab9c;
border-top:1px solid #ffe;
border-bottom:1px solid #cccccc;
display: block;
width: 12em;
padding: 0.5em 0 0.5em 0.5em;
color:#777777;
text-decoration: none;
background: #f7d0a0;
}

li.menuitem a, li.menuitem a:visited
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777777;
text-decoration: none;
background: #ece7d7;
}

li.menuitem a:hover
{
color: #ffffff;
background: #902020;
border-color: #aaab9c #fff #fff #ccc;
}

li.menuhd a, li.menuhd a:visited
{
color: #ffffff;
text-decoration: none;
/*background: transparent;*/

}

li.menuhd a:hover
{
color: #800000;
text-decoration: none;
background: transparent;
}

a:link
{
 color: #ffffff;
 font-family: georgia, serif;
}

a:visited
{
 color: #e0e0d0;
 font-family: georgia, serif;
}

a:active
{
 color: #ffffff;
 font-family: georgia, serif;
}

a:hover
{
 color: #ff6500;
 font-family: georgia, serif;
}
a:link.dk
{
 color: #ff0000;
 font-family: arial, verdana, helvetica, sans-serif;
}

a:visited.dk
{
 color: #990000;
 font-family: arial, verdana, helvetica, sans-serif;
}

a:active.dk
{
 color: #990000;
 font-family: arial, verdana, helvetica, sans-serif;
}

a:hover.dk
{
 color: #ff0000;
 font-family: arial, verdana, helvetica, sans-serif;
}

div.panel
{
 width:760px;
 background-color:#ffc790;
 text-align:left;
 margin-top:10px;
 padding:10px 10px 10px 10px;
 font-family: georgia, serif;
}

font.title
{
 color: red;
 font-family: arial, sans-serif;
 font-size: 26pt;
 font-style: normal;
}

font.sub
{
 color: #804040;
 font-family: arial, verdana, helvetica, sans-serif;
 font-weight: bold;
}
 
font.std
{
 color: #804040;
 font-family: arial, verdana, helvetica, sans-serif;
 font-weight: bold;
 font-size: small;
}

font.detail
{
 color: black;
 font-family: arial, verdana, helvetica, sans-serif;
 font-size: x-small;
}


font.sectiontitle
{
 font-family: arial, verdana, helvetica, sans-serif;
 color: #ffffe0;
}