body.showimage
{
    background-image:url('Images/topbanner_temp.jpg');
    background-repeat:no-repeat;
    background-position: top left;
    background-color: DarkSlateGray;
}

body.myframe
{
    background-color: #005020;
    background-image:  url('Images/ScoutBadgeBackground.gif');
    background-repeat: repeat;
}

p.ht 
{
    text-indent:55%;
    font:bold 40px Algerian;
    line-height:70%;
    white-space:nowrap;
}

p.contactinfo
{
    text-indent:4%;
    line-height:40%;
    white-space:nowrap;
}

a.rl:link, a.rl:visited, a.rl:active
{
    display:          inline;
    font-weight:      normal;
    color:            Blue;
    text-decoration:  none;
}

a.rl:hover
{
    text-decoration:underline;
}

a:link,a:visited,a:active
{
    display:block;
    font-weight:bold;
    color:#FFFFFF;
    background-color: DarkSlateGray;
    width:150px;
    text-align:left;
    padding:4px;
    text-decoration:none;
}

a:hover
{
    background-color:#7A991A;
}

a.monthlink
{
    display:          block;
    font-weight:      normal;
    color:            #FFFFFF;
    background-color: DarkSlateGray;
    width:            30px;
    text-align:       center;
    padding:          0px;
    text-decoration:  none;
}


a.contactlink
{
    display:          block;
    font-weight:      normal;
    color:            #FFFFFF;
    background-color: DarkSlateGray;
    width:            300px;
    text-align:       center;
    padding:          15px;
    text-decoration:  none;
}

a.contactlink:hover
{
    background-color:#7A991A;
}


table.eagle, td.eagle, tr.eagle
{
    align:  center;
    border: 1px solid black;
}

div.box
{
width   : 220px;
padding : 10px;
border  : 1px white;
margin  : 0px;
}

div.links
{
    border   :solid 0px;
    position : absolute;
    top      : 250px;
    left     : 25px;
    width    : 800px;
    height   : 500px;
}

div.content
{
    border:solid 0px;
    position: absolute;
    top: 7cm;
    left: 6cm;
    width: 1000px;
    height: 600px;
}


ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
}

li
{
    float:left;
    width: 40px;
    text-align: center;
}

