*
{
    margin: 0;
    padding: 0;
    position: relative;
}

html
{
    min-height: 100%;
}

body
{
    margin: auto;
    background-color: #DDE;
    color: #444;
    font-family: Veranda, sans-serif;
    font-size: 80%;
    min-height: 100%;
}

#content
{
    margin: auto;
    width: 700px;
    padding: 4px;
    background-color: #FFF;
    min-height: 100%;
}

.majority
{
    width: 486px;
    float: right;
    background-color: #FFF;
    border-left: 213px solid #093;
    margin-left: -213px;
}

.minority
{
    width: 213px;
    float: right;
    height: 100%;
}

.info
{
    padding: 20px;
    margin-bottom: 15px;
}

.border
{
    background-color: #DDD;
    border-style: groove;
    border-width: 2px;
    border-color: #FFF;
    padding: 15px;
}

h1
{
    color: #777;
    font-size: 110%;
    background-color: #EEE;
    padding: 4px;
}

h1 span
{
    color: #222;
    font-size: 110%;
}

h2
{
    color: #FFF;
    font-size: 100%;
    background-color: #1bb531;
    padding: 6px;
    text-align: center;
}

h2 span
{
    color: orange;
    font-size: 100%;
}

#nav
{
    color: #FFF;
    font-size: 90%;
    font-weight: bold;
    background-color: #666;
    height: 38px;
    width: 700px;
    border-bottom-width: 2px;
    border-bottom-color: #000;
    border-bottom-style: solid;
}

#nav ul
{
    padding-top: 14px;
    list-style-type: none;
    text-align: center;
}

#nav ul li
{
    display: inline;
    padding: 8px;
    color: #fff;
    background-color: #555;
}

#nav ul li a:hover
{
    color: #fff;
}

a
{
    text-decoration: none;
    color: orange;
}

#footer
{
    color: #EEE;
    background-color: #59bc5c;
    background-image: url('images/nav_bg_black.jpg');
    text-align: center;
    font-size: 90%;
    font-weight: normal;
    margin-top: 1px;
    padding: 10px;
}

.donate_box
{
    padding: 25px;
    padding-top: 10px;
}

#donate_box_1
{
    height: 160px;
}

#donate_box_2
{
    height: 140px;
}

#donate_box_3
{
    height: auto;
}

ol
{
    margin-left: 50px;
}

.vertical
{
    margin-left: 20px;
}

.center
{
    text-align: center;
}

#sponsor_area
{
    background-color: #093;
    width: 193px;
    padding: 10px;
    color: #FFF;
}

.sponsor_box
{
    margin: auto;
    background-image: url('images/sponsor_box.png');
    background-repeat: no-repeat;
    height: 105px;
    width: 137px;
    padding-top: 10px;
}

.sponsor
{
    margin: auto;
}

#sponsor1
{
    background-image: url('images/logo_ksl.png');
    width: 120px;
    height: 40px;
    margin-top: 25px;
}
#sponsor2
{
    background-image: url('images/logo_mmp.png');
    background-repeat: no-repeat;
    width: 137px;
    height: 117px;
}
#sponsor3
{
    background-image: url('images/logo_nkf.png');
    width: 125px;
    height: 37px;
    margin-top: 30px;
}
#sponsor4
{
    background-image: url('images/logo_edge.png');
    width: 125px;
    height: 38px;
    margin-top: 25px;
}
#sponsor5
{
    background-image: url('images/logo_revcollect.png');
    width: 125px;
    height: 53px;
    margin-top: 20px;
}
#sponsor6
{
    background-image: url('images/logo_energy_solutions.png');
    width: 125px;
    height: 32px;
    margin-top: 20px;
}

img
{
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
    border-style: none;
}

#marquee_title
{
    width: 130px;
    padding: 2px;
    background-color: green;
    font-weight: bold;
    color: orange;
    border-top: #1ae43a 2px solid;
    border-bottom: #1ae43a 2px solid;
    margin-bottom: 4px;
    float: left;
    padding-left: 15px;
}
marquee
{
    width: 520px;
    padding: 2px;
    background-color: green;
    font-weight: bold;
    color: white;
    border-top: #1ae43a 2px solid;
    border-bottom: #1ae43a 2px solid;
    margin-bottom: 4px;
    float: left;
}

tr td
{
    text-align: right;
}

td + td
{
    text-align: left;
}

input[type='submit']
{
    float: right;
    color: #444;
    font-size: 115%
}

.clear
{
    clear: both;
}

.right
{
    float: right;
}


html
{
    overflow: -moz-scrollbars-vertical;
}
.suggest_link
{
    background-color: #FFFFFF;
    padding: 2px 6px 2px 6px;
}
.suggest_link_over
{
    background-color: #3366CC;
    padding: 2px 6px 2px 6px;
}
#search_suggest
{
    position: absolute;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #999;
}


