﻿/*all.css*/
body
{
    font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
    background: white;
    padding: 0px;
    margin: 0px;
    min-width: 700px;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #00F;
}
a:hover
{
    background-color: Yellow;
}

pre
{
    font-size: 11px;
    color: blue;
}

.greek
{
    color: #999;
}

ol
{
    margin-right: 40px;
}
li
{
    margin-bottom: 10px;
}

/*the rest of it*/
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div.justify
{
    text-align: justify;
}
#leftcontent
{
    float:left; /*position: absolute;*/
    left: 0px;
    top: 50px;
    width: 168px;
    background: #fff;
    border: 1px dashed #000;
    border-right-style: dashed;
    border-left-style: none;
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 3px;
    padding-right: 3px;
    word-wrap: break-word; /* IE only */
    height: auto;
    background-color: #ccc;
}

#states
{
    position: relative;
    left: 0px;
    top: 50px;
    padding-left: 3px;
    padding-right: 3px;
    word-wrap: break-word; /* IE only */
    height: auto;
}
#ads
{
    right: 350px;
    top: 200px;
    width: 350px;
    background: #fff;
    border: 1px solid #000;
    float:right;
 
}

#ads1
{
    position:absolute;
    right: 180px;
    top: 200px;
    width: 350px;
    background: #fff;
    border: 1px solid #000;
    float:right;
 
}


#centercontent
{
    background: #fff; /* margin-left: 173px;     margin-right: 173px;     border: 1px solid #000; */
    voice-family: "\"}\""; /* IE5x hack.  Read more at http://www.glish.com/css/hacks.asp */
    voice-family: inherit;
    /*margin-left: 175px;
    margin-right: 175px;*/
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
}
html > body #centercontent
{
    margin-left: 175px;
    margin-right: 175px;
}

#rightcontent
{
    position: absolute;
    right: 10px;
    top: 60px;
    width: 150px;
    background: #fff;
    border: 1px solid #000;
    background-color: #ccc;

}

.banner
{

    height: 250px;
    white-space: nowrap;
    background-color: #ccc;
    color: blue;
    font-size: 3em;
    padding-left: 5px;
}
html > body .banner
{
    height: 50px;
}

.footer
{
    height: 21px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 20px;
    white-space: nowrap;
    background-color: Black;
    color: #FF9900;
    font-size: 32px;
    padding-left: 5px;
    width: 85%;
    margin: auto;
}

html > body .footer
{
    height: 20px;
}

p, h1, pre
{
    margin: 0px 10px 10px 10px;
}

h1
{
    font-size: 22px;
    padding-top: 10px;
}

#banner>h1
{
    font-size: 14px;
    padding: 10px 10px 0px 10px;
    margin: 0px;
}

#rightcontent p
{
    font-size: 10px;
}
H3
{
    font: Geneva;
    font-size: 18px;
    text-align: center;
    color: #999;
}
