﻿body 
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    font-family:Arial, Tahoma;
    font-size:13px;
}

#header
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
}

#menubar
{
    width:850px;
    height:26px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/menubar.gif);
    margin-bottom:10px;
    text-align:center;
    padding-top:8px;
    color:White;
    font-size:14px;
}
#menubar a
{
    text-decoration:none;
    color:White;
    margin-left:8px;
    margin-right:8px;
}
#menubar a:hover
{
    text-decoration:none;
    color:#d2e6fb;
}


#pageholder
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
}

#outerback
{
    width:850px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/outer_background.gif);
    background-repeat:repeat-y;
}

#contentholder
{
    width:810px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
#contentholder a
{
    text-decoration:none;
    color:#0066cc;
}
#contentholder a:hover
{
    text-decoration:none;
    color:Black;
}


#innerback
{
    width:810px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/inner_background.gif);
    background-repeat:repeat-y;
}

#lowermenubar
{
    width:800px;
    height:23px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/lower-menubar.gif);
    margin-bottom:10px;
    color:#515151;
    font-size:14px;
    font-weight:bold;
    padding-top:7px;
    padding-left:10px;
}

#footer
{
    width:850px;
    height:43px;
    padding-top:25px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/outer_footer.gif);
    background-repeat:no-repeat;
    text-align:center;
    color:#515151;
    font-size:11px;
}
#footer a
{
    text-decoration:none;
    color:#515151;
    margin-left:5px;
    margin-right:5px;
}
#footer a:hover
{
    text-decoration:none;
    color:Black;
}



.headertext
{
    background-color:#0066cc;
    width:100%;
    font-size:16px;
    text-indent:10px;
    padding-top:8px;
    padding-bottom:8px;
    color:White;
}

.contenttext
{
    color:#0066cc;
    line-height:130%;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 5px;
background-color: #0066cc;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



h1
{
    font-size:20px;
    margin-top:20px;
    font-weight:normal;
    color:#0066cc;
    margin-bottom:10px;
}

h2
{
    font-size:16px;
    margin-top:10px;
    font-weight:normal;
    color:#0066cc;
    margin-bottom:10px;
}


