
body
{
    padding: 0px;
    margin: 0px auto;
    font-family: "trebuchet ms" , arial, helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    background-repeat: repeat-x;
}

a
{
    font-size: 12px;
    color: #3665eb;
}
a:hover
{
    color: #00F;
    text-decoration: underline;
}

#header
{
    display: block;
    height: 90px;
    min-width: 700px;
    padding: 0px 20px;
}

#page
{
    margin-left: auto;
    margin-right: auto; /*width: 960px;*/ /*background-image: url(images/page-bg.gif);*/
    background-repeat: repeat-x;
    float: none;
    min-width: 700px;
    padding: 0px 20px;
}
.header-left-col
{
    float: left;
    width: auto;
}
.header-right-col
{
    float: right;
    width: auto;
    padding-right: 20px;
}
.header-center-col
{
    float: left;
    font-size: large;
    font-weight: bold;
    height: 90px !important;
    position: relative;
}
.header-center-background
{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    width: 450px !important;
    height: 90px !important;
}
.logo
{
    display: inline-block;
    background-image: url(images/logo.gif);
    height: 50px;
    width: 200px;
    float: left;
    background-repeat: no-repeat;
    margin-top: 15px;
}
.grid-row
{
    clear: both;
    display: block;
}
.util-nav
{
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.util-nav a
{
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
#page #header .title
{
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-bottom: 1px;
    font-size: 14px;
}
#page #header .welcome-message
{
    display: inline-block;
    margin-top: 15px;
    float: right;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #06b4fd;
}
.subtext
{
    position: relative;
    text-align: left;
    font-family: georgia, "times new roman" , times, serif;
    color: #eeddb9;
    font-size: 12px;
    font-weight: bold;
    top: 26px;
    left: 62px;
}
.articletitle
{
    text-align: left;
    padding-bottom: 10px;
    padding-left: 25px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #6a0020;
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}
.articlecontent
{
    position: relative;
    text-align: left;
    line-height: 27px;
    padding-left: 25px;
    width: auto;
    font-family: arial, helvetica, sans-serif;
    color: #101214;
}
.rightlinks
{
    background-image: url(links_branch.png);
    text-align: right;
    line-height: 21px;
    width: 102px;
    background-repeat: no-repeat;
    float: right;
    height: auto;
    font-size: 11px;
    font-weight: bold;
    margin-right: -3px;
}
.rightlinks a:hover
{
    color: #667765;
}

.rightlinks .linktitle
{
    margin-top: 10px;
    margin-bottom: 32px;
    color: #2b000d;
    font-size: 12px;
    font-weight: bold;
    margin-right: 1px;
}

#nav-bar
{
    height: 33px;
    background-repeat: repeat-x; /*width: 960px;*/
    min-width: 700px; /*padding: 0px 20px;*/
    background-color: #005395;
    width: 100%;
}

ul.menulink
{
    margin: 0;
    padding: 1px;
    font-size: 15px;
    font-weight: bold;
    list-style: none;
}
.homeLink
{
    position: absolute;
    right: 200px;
}
.menulink li
{
    float: left;
}

.menulink li a span
{
    display: inline-block;
    padding: 7px 15px 0px 15px;
    height: 28px;
}

.menulink li a.current-tab
{
    height: 33px;
    padding-right: 7px;
    background-image: url(images/nav-bar-current-tab.gif);
    background-repeat: no-repeat;
    background-position: right;
}

.menulink li a.current-tab span
{
    height: 20px;
    background-image: url(images/nav-bar-current-tab-bg.gif);
    background-repeat: repeat-x;
    background-position: right;
    padding-left: 15px;
}

.menulink a
{
    color: #fff;
    display: inline-block;
}

.menulink a:hover
{
    color: #debb73;
}

/*.menulink:hover
{
    background: url(bar2.png) repeat-x;
}*/

#pagecontent
{
    padding-bottom: 20px; /*width: 960px;*/
    height: auto;
    min-width: 700px; /*padding: 20px 0px;*/
}

#footer
{
    background-image: url("images/footer-bg.gif");
    background-repeat: repeat-x;
    font-size: 11px;
    height: 80px;
    text-align: center;
}

#footer .foter-content
{
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px; /*width: 960px;*/
    min-width: 700px;
    padding: 0px 20px;
}

#footer .foter-content .grid-row .util-nav
{
    margin-top: 10px;
    height: 38px;
}

p
{
    text-align: left;
}

#page #header .title-color1
{
    color: #0027b0;
    font-size: 16px;
    font-weight: bold;
}

