body
{
/*    background-image: url('/images/background_barcode.gif');*/
    background-repeat: repeat;
background-color: #b9c4d4;
}
#main
{
/*    padding: 10px 0 0 10px;*/
    width: 801px;
    background-color: #ffffff;
/*border:2px solid #d4e4fd;*/
}
#header
{
    width: 801px;
    background-color: #ffffff;
}
#footer,
#footnote
{
    background-color: #efefef;
    width: 801px;
}
a:link
{
    color: #0033cc;
    text-decoration: none;
}
a:visited
{
    color: #555599;
    text-decoration: none;
}
a:hover
{
    color: #F08817;
    text-decoration: underline;
}
a:active
{
    color: #002C73;
    text-decoration: underline;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link
{
    color: #00066;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited
{
    color: #00066;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{
    color: #F08817;
}
h1, h2
{
    color: #00066;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h1
{
    font-size: 1.5em;
}
h2
{
    font-size: 1.3em;
	margin-bottom: 6px;
}
caption {
	font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	}
thead {
	font-weight: bold;
	}
h1, h2, h3, h4, h5
{
    padding-top: 0px;
    margin-top: 0px;
}
h3, h4, h5
{
    color: #002971;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px;
}
p
{
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 3px;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #333333;
}
table
{
    text-align: left;
}
td.yellow
{
    color: #000000;
    background-color: #FFCC66;
    font-weight: bold;
}
td.blue
{
    color: #000000;
    background-color: #7C9FFC;
    font-weight: bold;
}
.menuStripe
{
    width: 801px;
    height: 9px;
    background-image:url('/images/menu-stripe.jpg');
    background-repeat: repeat-x;
    clear:both;
}
.vDivide
{
    width: 3px;
    height: 200px;
    background-image:url('/images/line.jpg');
    background-repeat:repeat-y;
}
.rightBox,
.centerBox,
.leftBox
{
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
.rightBox
{
    float: right;
}
.leftBox
{
    float: left;
}
.block
{
    clear: both;
    padding-bottom: 8px;
}
.xMark
{
    text-align:center;
    font-weight: bold;
}
.space li
{
    margin-bottom: 8px;
}
.HeadingBlue
{
}
.MedBoldBlue,
span.MedBoldBlue,
a.MedBoldBlue,
div.MedBoldBlue
{
    font-size: 1.1em;
    font-weight: bold;
}
.Black
{
    color: #000000;
}
.testimonial
{
    font-style: italic;
    color: #D99E57;
}
.PRSubHead
{
    font-style: italic;
    font-weight: normal;
    font-size: 1.1em;
    color: #666666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
.PRByline
{
    font-weight: bold;
    font-size: 1em;
    color: #666666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
.PRHeadline
{
    color: #002971;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.PageHeading
{
    font-size: 1.5em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #022C74;
}
.error
{
    color: red;
    font-size: 1em;
}
/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/* Begin CSS Popout Menu */
#menu
{
    width: 801px;
    height: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    background-image: url('/images/menu-back.jpg');
    background-repeat: repeat;
}
#menuInner
{
    padding-left: 9px;
}
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 75px;
    float: left;
}
#menu ul h2
{
    display:block;
    text-align:center;
}
#menu ul.box li
{
    border-bottom: 1px solid #cccccc;
    text-align: left;
}
#menu ul.box
{
    border: 1px solid #052467;
    background-color:#efefef;
    width: 180px;
}
#menu a
{
    font-size: 0.9em;
    font-weight: bold;
    font-family: Arial narrow, Helvetica, sans-serif;
    font-style: normal;
    display: block;
    margin: 0;
    padding: 2px 5px;
}
#menu h2,
#menu h2 a
{
    font-size: 1.0em;
    font-weight: bold;
    font-family: Arial Narrow, Helvetica, sans-serif;
    font-style: normal;
    display: block;
    margin: 0;
    padding: 2px 3px;
}
#menu h2
{
    color: #052467;
    background: transparent;
    white-space: nowrap;
}
#menu a, .menu a
{
    color: #052467;
    /*background: #efefef;
    */
    text-decoration: none;
}
#menu a:visited, .menu a:visited
{
    color: #555599;
    /*background: #efefef;
    */
    text-decoration: none;
}
#menu a:hover, .menu a:hover
{
    color: #052467;
    background-color: #CED9EF;
}
#menu li
{
    position: relative;
}
#menu ul ul
{
    position: absolute;
    z-index: 500;
}
#menu ul ul ul
{
    position: absolute;
    top: 0;
    left: 100%;
}
div#menu ul ul
{
    display: none;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
    display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
    display: block;
}
/* End CSS Popout Menu */