body {
    background-color: #2c5594;
    margin: 0px;
    padding: 0px;
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
}

#mainbody {
    float: left;
    width: 70%;
    padding: 0em;
    margin: 0em;
    margin: auto 0;
    font-size: 0.84em;
}

#mainbodynoright
{
    float: left;
    width: 84%;
    padding: 0em;
    margin: 0px;
    background-color: #cccccc;
    border: 1px solid #999999;
}

.breakoutright
{
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2em;
    margin-bottom: 2em;
}

.textbreakoutright
{
    border: 1px solid #1c355b;
    background-color: #ffffff;
    padding: 0.5em;
    float: right;
    position: relative;
    color: #1c355b;
}

.leftaligntext
{
    text-align: left;
}

.centered
{
    text-align: center;
}

.newprompt
{
    font-weight: bold;
    color: #ff0000;
}
.bottombordercell
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: #c6dec4;
    border-right-color: #c6dec4;
    border-bottom-color: #c6dec4;
    border-left-color: #c6dec4;
}
.italicbottombordercell {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-top-color: #c6dec4;
    border-right-color: #c6dec4;
    border-bottom-color: #c6dec4;
    border-left-color: #c6dec4;
    font-style: italic;
}

p {
    line-height: 1.4em;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
}
.clearall {
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}
.articleiconimage {
    border: none;
    margin-right: 0.5em;
    vertical-align: middle;
}
cite {
    padding-left: 3em;
    display: block;
    padding-right: 3em;
}
#footer {
    padding: 1.5em;
    margin: 1em 1.5em 1em 1.5em;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #1c355b;
    border-right-color: #1c355b;
    border-bottom-color: #1c355b;
    border-left-color: #1c355b;
    font-family: tahoma, verdana, helvetica, sans-serif;
    font-size: 0.85em;
    color: #e0e9f5;
}
.todotext {
    color: #ccff00;
}
.faqquestion {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.1em;
}
.helptext {
    font-size: 0.7em;
    text-align: center;
}
hr {
    margin: 10px 10px 10px 10px;
    padding: 0em;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #1c355b;
    border-right-color: #1c355b;
    border-bottom-color: #1c355b;
    border-left-color: #1c355b;
    height: 1px;
}
#promo_box{
    border: 1px solid #1c355b;
    background-color: #ffcc00;
    padding: 0.5em;
    float: right;
    position: relative;
    color: #1c355b;
}

#promo_box a{
    text-decoration: none
}

.menu:link
{
    text-decoration: none;
}

.menu
{
    border-right: #0066ff 1px solid;
    padding-right: 5px;
    border-top: #0066ff 1px solid;
    display: block;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0px 0px 5px;
    border-left: #0066ff 1px solid;
    color: #ffffff;
    padding-top: 5px;
    border-bottom: #0066ff 1px solid;
    position: relative;
    background-color: #4e7fc9;
    text-decoration:none;
    text-align:center;
}


.menu:hover {
    color: #ffffff;
    background-color: #0000ff;
    text-decoration: none;
}

.menuon
{
    border-right: #0066ff 1px solid;
    padding-right: 5px;
    border-top: #0066ff 1px solid;
    display: block;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0px 0px 5px;
    border-left: #0066ff 1px solid;
    color: #3c5a45;
    padding-top: 5px;
    border-bottom: #0066ff 1px solid;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    background-color: #0000ff;
}
