html, body
{
}

body
{
    margin: 20px 20px 20px 20px;
}

body
{
    font-size: 75%;
}

body, td, input, select, textarea
{
    font-weight: normal;
    font-family: helvetica, verdana, arial, sans-serif;
    color: #3342B5;
    text-decoration: none;
}
#wrapper
{
    width: 762px;
    margin: 0 auto;
}


H1
{
    font-size: 200%;
    margin: 25px 0px 10px 0px;
}


H2
{
    font-size: 170%;
    margin: 25px 0px 10px 0px;
}


H3
{
    font-size: 130%;
    margin: 25px 0px 10px 0px;
}

H4
{
    font-size: 100%;
    margin: 25px 0px 10px 0px;
}


a
{
    color: #4D5CCC;
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
    color: #7B87D9;
}

a.NoStyle
{
    text-decoration: none;
    color: #ffffff;
    border: none 0 #ffffff;
}

.NoStyle
{
    text-decoration: none;
    color: #ffffff;
    border: none 0 #ffffff;
}

.warning
{
    border-width: 2px;
    border-color: red;
    border-style: dotted;
    padding: 2px;
    background-color: #FFE4E1;
}

.myinput
{
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    background-color: White;
    font-size: 12px;
}


input.invalid, textarea.invalid, select.invalid
{
    border-color: red;
    background-color: #FFE4E1;
}

input.valid, textarea.valid, select.valid
{
    border-color: silver;
    background-color: White;
}

.menuI
{
    border-top: solid 1px #ffffff;
    text-align: left;
}

.menu
{
    border: solid 1px #DDD;
    padding: 2px 6px 2px 6px;
    margin: 1px 1px;
    background: #F1F1F1;
    width: 120px;
    height: 1%;
    line-height: 1em;
    color: #000;
    display: block;
    text-decoration: none;
}


.menu:hover
{
    border: solid 1px #999;
    background: #CCC;
}



a.topmenu
{
    display: block;
    width: 50px;
    padding: 2px;
    margin-right: 5px;
    border: solid 2px #E8DFDA;
    text-align: center;
    font-weight: bold;
    float: right;
}

a.topmenu:hover
{
    background: #EEE;
}

.headerwhite
{
    font-size: 130%;
    font-weight: bold;
    color: #FFF;
}

.headergrey
{
    margin: 5px 0px 0px 2px;
    font-size: 130%;
    font-weight: bold;
    color: #AAA097;
}

.box
{
    margin-top: 10px;
    border: 1px solid #000;
}


TABLE.votebox
{
    border: 1px solid #000;
    width: 200px;
}


div.votegraph
{
    display: block;
    height: 10px;
    background: #000;
}

.story
{
    display: block;
}

.blueheader
{
    font-size: 16px;
    font-family: helvetica, verdana, arial;
    color: #3342B5;
}

.whiteheader
{
    font-size: 16px;
    font-family: helvetica, verdana, arial;
    color: #ffffff;
}

.Whiteheaderbold
{
    font-size: 16px;
    font-family: helvetica, verdana, arial;
    color: #ffffff;
    font-weight: bold;
}

.boldheader
{
    font-size: 12px;
    font-family: helvetica, verdana, arial;
    color: #3342B5;
    font-weight: bold;
}

.whiteboldheader
{
    font-size: 12px;
    font-family: helvetica, verdana, arial;
    color: #ffffff;
    font-weight: bold;
}

.footer
{
    font-size: 11px;
    font-family: helvetica, verdana, arial;
    color: #3342B5;
}

.footersmaller
{
    font-size: 9px;
    font-family: helvetica, verdana, arial;
    color: #3342B5;
}

.whitetext, .whitetext a
{
    color: #ffffff;
}

.homenewsimage
{
    height: 110px;
    width: 185px;
}

.homecaseimage
{
    width: 290px;
    height: 265px;
}

.menulist
{
    list-style: disc outside;
    padding-left: 28px;
}

.menulist li
{
    padding-bottom: 8px;
}

.menulist li a
{
    font-size: 12px;
    font-family: helvetica, verdana, arial;
    color: #3342B5;
    background: #fff;
    text-decoration: none;
}

.menulist li a:hover
{
    text-decoration: underline;
    font-size: 12px;
    font-family: helvetica, verdana, arial;
    color: #7B87D9;
    background: #fff;
}

.boldlink
{
    font-weight: bold;
}

.whiteborder
{
    border: solid 1px #fff;
}

.NavLftalign
{
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}

.NavHdalign
{
    text-align: center;
}



