﻿/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
html
{
    color: #000;
    background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
li
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: '';
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input, textarea, select
{ *font-size:100%;
}
legend
{
    color: #000;
}

h1, h2, h3, h4, h5, th, td, p, ol, dl, ul, textarea, input, select, blockquote, label, div
{
    color: #000;
    font-family: arial,helvetica,sans-serif;
}


h1
{
    font-size: 123.1%;
    color: #040484;
    font-weight: bold;
    border-bottom: 2px solid #F18233;
}

h2
{
    color: #040484;
    font-size: 93%;
    font-weight: bold;
    margin: .6em 0;
}

h3
{
    font-size: 100%;
    font-weight: bold;
    margin: 5px 0 3px;
}


p
{
    margin: 0 0 10px;
}

a:link, a:active, a:visited
{
    color: #040484;
}

a:hover
{
    color: #800;
}

p, textarea, input, select, ul, ol, dl, blockquote
{
    font-size: 93%;
}


hr
{
    height: 1px;
    border-style: none;
    color: #dddddd;
    background-color: #dddddd;
}


body
{
    background-color: #FFFFFF;
    background-image: url(/images/bg.jpg);
    background-repeat: repeat-x;
    margin: 0;
    padding: 1em 0;
}

#topBar
{
    background-image: url(/images/top-bar-slim.gif);
    background-repeat: no-repeat;
    clear: both;
    height: 55px;
    margin: 10px 0;
    padding: 0;
}
#topBar, #contentArea, #footerBg, #headerBg, #footer
{
    margin-left: auto;
    margin-right: auto;
    width: 782px;
}
#logo
{
    padding: 5px;
    display: block;
}

#headerBg
{
    background-image: url(/images/bg-curve-top.gif);
    background-position: center top;
    background-repeat: no-repeat;
    clear: left;
    height: 9px;
    margin-top: 5px;
    overflow: hidden;
}
#contentArea
{
    background-color: #FFFFFF;
    background-image: url(/images/bg-center.gif);
    background-repeat: repeat-y;
    font-size: 85%;
    overflow: hidden;
}

#content
{
    width: 575px;
    display: block;
    margin: 1em;
    float: left;
}

#footerBg
{
    background-image: url(/images/bg-curve-bottom.gif);
    background-repeat: no-repeat;
}
#footer
{
    font-size: 77%;
    padding-left: 1em;
}
#footer p
{
    padding-top: .5em;
}

ul.bullet1
{
    list-style-position: outside;
    list-style-type: square;
    margin: 10px 5px 10px 13px;
    padding-left: 1em;
}
ul.bullet1 li
{
    list-style: square;
}
#sidecol
{
    width: 160px;
    float: left;
    display: block;
    margin: 1em 0 0 0;
}

.box1
{
    background-color: #FFE8C0;
    background-image: url(/images/bg-callout1bot.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 0 0 1em;
    padding: 0;
    width: 246px;
}
.box-head
{
    background-color: #F18233;
    color: #FFFFFF;
    background-image: url(/images/bg-callout1top.gif);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 246px;
}

.box-head h3
{
    display: block;
    float: left;
    margin: 0;
    padding: 6px 12px;
    color: #fff;
}

.box-body
{
    display: block;
    float: left;
    line-height: normal;
    margin: 0;
    padding: 0 12px 12px;
}
.box-body td, .box-body th
{
    font-size: 93%;
    padding-right: 1em;
}
.box-body th
{
    padding-right: 1em;
    font-weight: bold;
    color: #040484;
}


