body
{
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    align:center;
    background-color: #000000;
    text-align:center;
    color:#99ffcc;
    margin: 0px;
    padding: 0px;
}

a
{
    color:#99ffcc;
    text-decoration: none;
}

a:visited
{
    color:#99ffcc;
    text-decoration: none;
}


div.opening
{
        background-image: url('images/h1Bkgd.jpg');
        background-repeat: no-repeat;
        heigth: 700px;
        width: 500px;
}

h2.opening
{
     color: #ffff99;
     font-size:130%;
     text-align: left;
     margin-left:30px;
     font-style: italic
}

#divContainer
{
    display: table;
    width:1000px;
}

#divLeftMargin
{
    display: table-cell;
    width:110px;
    heigth:260px;
    float: left;
}

#divLeftMargin p
{
    float:left;
    width:100px;
    height:14px;
    background-color:#6666cc; 
    padding:0.2em 0.6em; 
    border-left:1px solid white;
    border-style: outset;
    color:white;
    text-decoration:none;
    text-align: center;
    font-weight: bold;
}


#divContent
  {
    display: table-cell;
    padding:10px;
    text-align: left;
    width: 850px;
    background-image: url(/images/background1.jpg);
    background-repeat: no-repeat;
    float: right;
  }

#divInside
{
    width: 650px;
    margin: 25px 40px;
    background-color: #ffffff;
    border: 1px solid black;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
}

#divInside p
{
  margin: 25px 45px;
  font-family: Times New Roman,serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

p.xmlLinks
{
    text-align: center;
}

#divInside p.timestamp
{
   font-size: 12px;
   color: #555555;
}

#divInside a
{
     color:#3333cc;
     text-decoration: underline;
}

#divInside h3
{
     color:  #000000;
     font-size: 120%;
     font-weight: bold;
     text-align: center;
}

#divLinks
{
     position: relative;
     display: table-cell;
     width:110px;
     height: 260px;
     float: left;
}

#divLinks p
{
    float:left;
    width:100px;
    height:14px;
    background-color:#6666cc; 
    padding:0.2em 0.6em; 
    border-right:1px solid white;
    border-style: outset;
    color:white;
    text-decoration:none;
    text-align: center;
    font-weight: bold;
}

#displayTable
{
   color: #000000;
}


#footer
{
        clear: both;
        text-align: center;
}


#copywrite
{
        font-size: 75%;
        font-wight: light;
}

#insideLinks a
{
     color: white;
     text-decoration: none;
}


a.buttonRT
{
    float:left;
    width:100px;
    height:14px;
    background-color:#666699; 
    padding:0.2em 0.6em; 
    border-left:1px solid white;
    border-style: outset;
    color:white;
    text-decoration:none;
    text-align: center;
}

a.buttonRT:hover {background-color:#ff3300;}

a.button
{
    float:left;
    width:100px;
    height:14px;
    background-color:#666699; 
    padding:0.2em 0.6em; 
    border-right:1px solid white;
    border-style: outset;
    color:white;
    text-decoration:none;
    text-align: center;
}

a.button:hover {background-color:#ff3300;}

