﻿body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    color: #333333;
    background-color: #000000;
    margin: 0px;
}
/* IE needs this to make the font inside a table be the same
   size as the one specified in the body class; stupid. */
table
{
    font-size: 100%;
}
th
{
    font-weight: bold;
    text-align: right;
}

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
    font-weight: normal;
    line-height: normal;
}
h1
{
    color: #EA9919;
    font-size: 210%;
    text-transform: uppercase;
    text-align: center;
}
h2
{
    font-size: 130%;
    font-weight: bold;
}
h3
{
    font-size: 13px;
}
h5
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
}
span.h2
{
    font-size: 130%;
    font-weight: bold;
}
span.headerLink
{
    font-size: 75%;
}
a
{
}
a:link
{
    color: #ea9919;
    text-decoration: underline;
}
a:visited
{
    color: #ea9919;
}
a:hover
{
    text-decoration: none;
}
a:active
{
}
ul
{
    list-style-image: disc outside;
}
ol
{
    list-style: decimal outside;
}
div.centerContent
{
}
.small
{
    font-family: Georgia, "Times New Roman" , Times, Serif;
    color: #333333;
    font-size: 10px;
    line-height: 1.2em;
}
img
{
    border: 0px;
}
div#menu1, div#menu2, div#contentWrapper3, div#footer
{
    padding: 0;
    width: 980px;
    margin: 0 auto;
    border-top-width: 1px; /* 2010-08-31 pliska: Hate leaving this line here here but I'm on a deadline. If removed, the secondary nav bar becomes taller on some steps */
    border-right-width: 0; /* see note above */
    border-bottom-width: 0; /* see note above */
    border-left-width: 0; /* see note above */
    border-style: dashed; /* see note above */
    border-color: transparent; /* see note above */
}
div#menu1, div#menu2
{
    height: 36px;
}
div#menu2
{
    text-align: center;
}
div#menu2Wrapper
{
    background: url(/nuservices/resources/verite/menu-grad.jpg) repeat-x top #434343;
}
div#mainContent
{
    width: 725px;
    padding-top: 10px;
    padding-bottom: 30px;
}
div#contentWrapper1
{
    background: #DFDFDF url(/nuservices/resources/verite/bg-main.jpg) repeat-y center;
}
div#contentWrapper2
{
    background: url(/nuservices/resources/verite/bg-side.jpg) no-repeat transparent center top;
    min-height: 809px;
    max-width: 100%;
}
div#contentWrapper3
{
}
div#footer
{
    font-size: 12px;
    color: #656565;
}
div#footer h3
{
    color: #CCC;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
div#footer
{
    padding: 20px 0;
}
div#ftr1, div#ftr2
{
    float: left;
    padding: 0 25px;
}
div#ftr1
{
    width: 750px;
    border-right: 1px solid #656565;
}
div#footer div#ftr2
{
    width: 115px;
}
ul.nav
{
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.nav li
{
    color: #999999;
    float: left;
}
ul.nav li a
{
    display: block;
    line-height: 36px;
    text-decoration: none;
    padding: 0px 5px;
    text-transform: uppercase;
}
ul.nav a:link, ul.nav a:visited, ul.nav a:active
{
    color: #FFCC00;
}
ul.nav a:hover
{
    background: #FFCC00 url(/nuservices/resources/verite/menu-grad-hover.jpg) repeat-x top;
    color: #000000;
}
.indent
{
    margin-left: 20px;
}
span.format-hint
{
    font-size: smaller;
    font-family: Courier New;
}

