body#l4l
{
    margin: 10px;
    text-align: center;
}

body#content
{
    margin: 0 10px 0 0;
}

div#content
{
    width: 750px;
    text-align: left;
    margin: auto;
    background-color: white;
    border-left: 2px solid #999;
    border-right: 2px solid #999;
}

div#content2
{
}

h1, h2, p, li
{
    font-family: tahoma,sans-serif;
}

h1
{
    font-weight: bold;
    font-size: 15px;
}

h2
{
    color: rgb(0,114,0);
    font-weight: bold;
    font-size: 14px;
}

p
{
    font-size: 13px;
}

li
{
    font-size: 13px;
}

/********************************************/

div#head
{
    background-color: rgb(0,114,0);
    padding: 10px 10px 6px 22px;
    border-bottom: 2px solid white;
}

div#head table
{
    width: 100%;
}

div#head table td
{
    font-family: tahoma,sans-serif;
    color: white;
    font-size: 13px;
}

td.right
{
    text-align: right;
}

div#head a, div#footer a
{
    color: white;
    text-decoration: none;
}

div#head a:hover, div#footer a:hover
{
    color: red;
    background-color: #FFC;
    text-decoration: none;
}

/********************************************/

div#navigation
{
    background-color: rgb(219,202,91); /* padding: 3px 10px 3px 22px; */
    margin: 0;
}

div#navigation table
{
    /* width: 100%; */
}

div#navigation td
{
    color: black;
    font-family: tahoma,sans-serif;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid white;
    padding: 5px 0 5px 0;
}

div#navigation td.x, div#navigation td.x1
{
    background-color: rgb(221,188,0);
    color: black;
}

div#navigation td.x
{
    width: 120px;
}

div#navigation td.x1
{
    width: 95px;
}

div#navigation td.selected, div#navigation td.selected1
{
    background-color: rgb(164,83,96);
    color: white;
    font-weight: bold;
}

div#navigation td.selected
{
    width: 85px;
}

div#navigation td.selected1
{
    width: 100px;
}

div#navigation td.x a, div#navigation td.x1 a
{
    color: black;
    text-decoration: none;
}

div#navigation td.selected a, div#navigation td.selected1 a
{
    color: white;
    text-decoration: none;
}

div#navigation td a:hover
{
    color: red;
    background-color: #FFC;
    text-decoration: none;
}

span.h1-white
{
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: tahoma,sans-serif;
}

/********************************************/

div#help
{
    background-color: white;
    padding: 10px 10px 5px 30px; /* border: 1px solid black; */
}

div#help p
{
    color: #999;
    font-family: tahoma,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

/********************************************/

div#banners
{
    height: 151px; /* 82px; */
    background-color: white; /* rgb(238,238,238); */
    background-image: url('img/banner.gif');
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom: -30px;
    margin-left: 0;
}

/********************************************/

div#x
{
    /* position: fixed; 	width: 750px; 	height: auto;         overflow: hidden; 	top: 150px; 	bottom: 50px; */
}

div#x table
{
    width: 100%;
}

#content_frame
{
    position: relative;
    left: 0;
    top: 0;
    width: 580px;
    height: 100%;
    border: 0;
}

/********************************************/

td#sidebar
{
    width: 230px;
    text-align: center; /* border: 1px dotted #999; */
}

/********************************************/

div#footer
{
    background-color: #333;
    padding: 10px 10px 10px 22px;
    margin-top: 10px; /* position: fixed; 	top: auto; 	bottom: 10px; 	width: 718px; */
}

div#footer table
{
    width: 100%;
}

div#footer td
{
    font-family: tahoma,sans-serif;
    font-size: 12px;
    color: white;
}
