@charset "iso-8859-1";


/* This is a comment */

#header 
{
  position: absolute;
  height:40px;
  left:0;
  top:0;
  width:100%;
  background-image: url(/top/masthead.jpg);
}


#center 
{
  position: absolute;
  top:40px;
  left:0;
  width:100%;
  background-image: url(/body/body_background.jpg);
}


a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}


/* By the way, this is a comment */ 
/* p { line-height: 1.2em; margin-top: 0em; font-size: 1.0em; font-family: arial} */
p {font-size: 1.0em; font-family: arial}
table {font-size: 1.0em; font-family: arial}

.menu1_holder
{
    text-align: center;
    width: auto;
    margin: 0 auto;
}

#menu1
{
    margin:0 auto;
    display: inline-block;
    list-style:none;
    padding:0;
}

#menu1 li
{
    list-style: none;
    float: left;
    margin-right: 0.6em; 
}

#menu1 li a
{
    display: block;
    width: 9.4em; 
    color: white;
    background-color: #4444FF;
    text-decoration: none;
    padding: 8px 10px;
}

#menu1 li a:hover, #menu1 li.opened a
{
    /* background-color: #6666B5; */
    background-color: Peru;
}



