/** BASIC */

body
{
    margin: 0px;
    padding: 0px;
    background: url(images/img02.jpg) repeat-x left top;
    line-height: 20px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #66CCFF;
}

h2
{
    font-size: large;
}

a
{
    color: #0077dd;
}

a:hover
{
    text-decoration: underline;
}

.accordion
{
    width: 400px;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a:hover
{
    text-decoration: none;
    color: #66CCFF;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    border: 1px dashed #2F4F4F;
    border-top: none;
    font-family: 'Times New Roman' , Times, serif;
    padding: 5px;
    padding-top: 10px;
}
.list1
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.list1 a
{
    background: url(images/img01.gif) no-repeat left 60%;
    padding-left: 12px;
}

.list2
{
    margin: 0;
    list-style: none;
}

.list2 a
{
    background: url(images/img01.gif) no-repeat left 60%;
    padding-left: 12px;
}

img
{
    border: none;
}

img.left
{
    float: left;
    margin: 3px 20px 0px 0px;
}

/** HEADER */

#header
{
    width: 1024px;
    margin: 0px auto;
    padding: 14px;
    height: 80px;
    color: #204360;
}

#header h1
{
    margin: 0px;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

#header h2
{
    margin: 0 0 0 -80px;
    padding: 0px 0px 0px 95px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

#colOne
{
    float: left;
    width: 225px;
    padding: 0 0 0 21px;
    vertical-align: top;
    margin-top: -10px;
    height: 40px;
}

#colOne h3
{
    margin-top: 14px;
}

#colTwo
{
    float: right;
    width: 394px;
    padding: 0 29px 0 0;
}

#colMiddle
{
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
    text-align: center;
    margin-top: 0px;
    width: 60%;
}

#colRight
{
    background-position: top;
    float: right;
    vertical-align: top;
    margin-top: 0px;
    width: 20%;
    margin-top: -15px;
}

/** MENU */

#menu
{
    width: 778px;
    margin: 0px auto;
}

#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #000080;
}

#menu a:hover
{
    background: #FFFFFF;
    color: #204360;
}

#menu .active
{
    background: #FFFFFF;
    color: #204360;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
    float: left;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: absolute;
    padding-top: 25px;
    margin-left: 3px;
}

#nav-main a
{
    background-position: left center;
    background-image: url(images/arrow.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
}

#nav-main a:hover
{
    color: #FFFFFF;
}

#nav-main-slogan
{
    width: 10%;
    _width: 10.5%;
    position: absolute;
    top: 0;
    right: 0;
    height: 135px;
    padding: .8em 0 1.1em 0;
}
#nav-main div
{
    width: 145px;
    _width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    padding: .2em 0 .2em .5em;
    font-size: x-small;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

#nav-main ul
{
    margin: 0;
    padding-top: 76px;
    list-style: none;
}

#nav-main li
{
    display: inline;
}

#nav-main li.current a:link, #nav-main li.current a:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}

#nav-main li.current a:hover
{
    color: #B6D8DE;
    text-decoration: underline;
}

/* ACTIVE PAGES */

.subMenuLevel2
{
    background-color: #204360 !important;
    width: auto;
    font-weight: bold;
}

.subMenuLevel2 a
{
    color: #CCFFFF !important;
}

.subMenuLevel2 a:hover
{
    color: #FFFFFF !important;
    text-decoration: underline;
}

.subMenuLevel2V
{
    color: #003300;
    width: auto;
    font-weight: bold;
    background-color: #204360 !important;
    font-size: small;
}

.subMenuLevel2V a
{
    color: #CCFFFF;
    background-color: #204360;
    width: auto;
    font-weight: bold;
    font-size: small;
}

.subMenuLevel2V a:hover
{
    color: #FFFFFF;
    width: auto;
    background-color: #204360;
    text-decoration: underline;
    font-weight: bold;
    font-size: small;
}

.adjustedZIndex
{
    z-index: 1;
}

.menuitem
{
    background-image: url(images/arrow.gif);
}

.Alignleft
{
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView
{
    border-bottom: 1px dotted #B2B2B2 !important;
    text-align: left;
    font-weight: bold;
    padding-left: 2px;
    font-size: small;
}

.TreeView div
{
    margin-left: 5px;
}

.TreeView table
{
    border-top: 1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom: none !important;
    border-top: none !important;
}

.TreeView table td
{
    padding: 2px 0;
}

.LeafNodesStyle
{
    font-size: small;
    white-space: normal;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: 2px;
}


.RootNodeStyle
{
    padding: 1px;
    text-align: left;
    font-weight: bold;
}

/* ALL ELEMENTS */
.NodeStyle
{
    text-align: left;
}

.ParentNodeStyle
{
    background: yellow;
}


a.SelectedNodeStyle
{
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}

.clear
{
    clear: both;
}

/** CONTENT */

#content
{
    width: 1022px;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 3px;
}

#columnA
{
    float: right;
    width: 538px;
    padding-left: 20px;
    border-left: 1px dashed #EEEEEE;
}

#columnA h2
{
    height: 22px;
    border-bottom: 1px dashed #EEEEEE;
    font-size: 12pt;
    font-weight: bold;
}

#columnB
{
    float: left;
    width: 200px;
}

#columnB h3
{
    height: 22px;
    border-bottom: 1px dashed #EEEEEE;
    border-spacing: 2px;
    font-size: 11pt;
    font-weight: bold;
}

/** FOOTER */

#footer
{
    clear: both;
    width: 1018px;
    margin: 0px auto;
    height: 59px;
    padding-top: 3px;
    background: url(images/img03.gif) repeat-x left top;
    text-align: center;
    color: #CCFFFF;
}

#footer p
{
    margin: 0px;
    padding: 18px 0px 0px 0px;
    font-size: 10px;
    color: #FFFFFF;
}

#footer a
{
    color: #CCCCCC;
}

#footer a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
