body, td
{
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

td, th
{
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}


#mainlayout
{
    margin: auto;
    width: 780px;
    text-align: left;
    vertical-align: top;
}

#maincontent
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 11px;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    vertical-align: top;
}

.maincontentbackground
{
    height: 100%;
    background: url('../images/layout_content_background.gif') top left;
}

#maincontenttile
{
    height: 100%;
    width: 38px;
    background: url('../images/layout_content_tile.gif') repeat-y top right;
}

#maincontenttop
{
    height: 100%;
    background: url('../images/layout_content_top.gif') no-repeat top right;
}

#maincontentbottom
{
    background: url('../images/layout_content_tile.gif') repeat-y top right;
    vertical-align: bottom;
}

#maincontentbottomcorner
{
    height: 28px;
    background: url('../images/layout_content_bottom.gif') no-repeat bottom right;
}


#maincontent a:link, #maincontent a:visited
{
    text-decoration: none;
    color: #3F7EC6;
    background: transparent;
}

#maincontent a:hover
{
    text-decoration: none;
    color: #FFCC33;
    background: transparent;
}

#headerlogo
{
    margin: 0px;
    padding: 0px;
    width: 226px;
    height: 143px;
    background: url('../images/layout_logo.gif') no-repeat top left;
    text-align: left;
}

#headerleft
{
    margin: 0px;
    padding: 0px;
    width: 227px;
    height: 142px;
    background: url('../images/layout_top_left_corner.gif') no-repeat top left;
}

#headerright
{
    margin: 0px;
    padding: 0px;
    width: 38px;
    height: 43px;
    background: url('../images/layout_top_right_corner.gif') no-repeat top right;
}

#headertile
{
    margin: 0px;
    padding: 0px;
    height: 43px;
    background: url('../images/layout_top_tile.gif') repeat-x top left;
}

#navigation, #navigationbottom
{
    margin: 0px;
    padding: 0px;
    width: 227px;
    color: #000000;
    background: url('../images/layout_navigation_tile.gif') repeat-y top left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

#navigationbottom
{
    vertical-align: bottom;
}

#navigationbottomcorner
{
    margin: 0px;
    padding: 0px;
    width: 172px;
    height: 28px;
    background: url('../images/layout_navigation_left_corner.gif') no-repeat bottom left;
}
/*
#navigation td
{   margin: 0px;
    padding: 4px 5px 0px 5px;
    text-align: center;
    vertical-align: top;
}
*/

#navigation a:link, #navigation a:visited
{
    text-decoration: none;
    color: #000000;
    background: transparent;
}

#navigation a:hover
{
    text-decoration: none;
    color: #FFFFFF;
    background: transparent;
}

#footerleft
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 32px;
    background: url('../images/layout_bottom_left_corner.gif') no-repeat bottom left;
}

#footerright
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 32px;
    background: url('../images/layout_bottom_right_corner.gif') no-repeat bottom right;
    text-align: center;
    vertical-align: bottom;
}

#footertile
{

    margin: 0px;
    padding: 0px;
    height: 32px;
    background: url('../images/layout_bottom_tile.gif') repeat-x bottom left;
}

#footercontent
{
    position: relative;
    top: 6px;
}

#footercontent, #footercontent a
{
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
}

.centermiddlealign
{
    text-align: center;
    vertical-align: middle;
}

.centertopalign
{
    text-align: center;
    vertical-align: top;
}

.lefttopalign
{
    text-align: left;
    vertical-align: top;
}

.righttopalign
{
    text-align: right;
    vertical-align: top;
}

.pageheader
{
    color: #FF463A;
    line-height: 1em;
    font-size: 1.81em;
    font-weight: bold;
    text-align: center;
    background: inherit;
}

.sectionheader
{
    margin: auto;
    color: #050576;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: inherit;
}

.messagetext
{
    color: green;
    font-weight: bold;
    background: inherit;
}

.errortext
{
    color: red;
    font-weight: bold;
    background: inherit;
}

.bigtext
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.fancytext01
{
    color: #FF463A;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background: inherit;
}

.fancytext02
{
    color: #050576;
    font-size: 11px;
    background: inherit;
}

.fancytext03
{
    color: #FF463A;
    font-size: 12px;
    font-weight: bold;
    background: inherit;
}

.fancytext04
{
    color: #050576;
    font-size: 12px;
    font-weight: bold;
    background: inherit;
}


.fancylist01
{   margin: auto;
    position: relative;
    left: -20px;
}

@media print {
    #navigation { display: none; }
}