#pageheader
{
    background: url("images/pageheader.png") no-repeat bottom center;
    border: none;
    width:986;
    height:57;
    overflow: none;
    _margin-left:1px;
}

#pageboth
{
    clear:both;
}

#pagebody
{
    background: url("images/pagebody.png") repeat-y;
    background-color: white;
    width:986px;
    _margin-left:1px;
    align: center;
}

#pageright
{
    margin-right: 10px;
    margin-top: 10px;
    _margin-right: 10px;
    width:280px;
    float:left;
    text-align:left;
    color: #333333;
}

#pageleft
{
    margin-top: 10px;
    margin-left: 24px;
    _margin-left: 10px;
    _margin-right: 0px;
    width:640px;
    margin-right: 20px;
    float:left;
    text-align:left;
}

#pagefooter
{
    background: url("images/pagefooter.png") no-repeat bottom center;
    border: none;
    width:986;
    height:35;
    overflow: none;
    align: center;
}

body
{
    margin: 0;
    padding: 0;
    font: 80% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
    color: #000;
    text-align: left;
    background-color: #f2f2f2;
}
h2 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    background: transparent;
    color: #050d24;
    margin: 12px 0 10px 0;
    padding: 0 0 8px 0;
    background: transparent url(images/separator_green.gif) repeat-x center bottom;
}

a:link,
a:visited
{
    color: #353d50;
    text-decoration:none;
}

a:hover,
a:active
{
    color: #2c76bb;
    text-decoration:underline;
}

new
{
    color: #777777;
    font-size: 80%;
    text-align: justify;
}

site
{
    color: #777bb4;
    font-weight: bold;
}

gr
{
    color: green;
    font-family: courier;
}

or
{
    color: orange;
    font-family: courier;
}
