﻿/* *********** GENERAL *********** */

body
{
    font-size: 8pt;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* *********** HEADER *********** */

div#header
{
    background-image: url('images/head_col_base.jpg');
    background-repeat: repeat-x;
    height: 50px
}

div#header h1
{
    font-family: Arial;
    font-weight: normal;
    font-size: 12pt;
    color: #ffffff;
    letter-spacing: 1pc;
    text-align: center;
    vertical-align: bottom;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0.7em;
}

div#header img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: 5px;
    top: 5px;
}


/* *********** CONTAINER LEFT *********** */
div#container
{
    background-image: url('images/nav_col_base.jpg');
    background-repeat: repeat-y
} 


/* *********** CONTAINER RIGHT *********** */
div#border
{
    background-repeat: repeat-y;
    background-position: right;
} 
.borderorange
{
    background-image: url('images/border_orange.jpg');
    background-repeat: repeat-y;
    background-position:  right 50%;
} 
.borderred
{
    background-image: url('images/border_red.jpg');
    background-repeat: repeat-y;
    background-position: right 50%
} 
.borderpurple
{
    background-image: url('images/border_purple.jpg');
    background-repeat: repeat-y;
    background-position: right 50%
} 
.borderlblue
{
    background-image: url('images/border_lblue.jpg');
    background-repeat: repeat-y;
    background-position: right 50%
} 

/*div#more
{
    float: right;
    width: 150px;
    margin: 0;
    padding: 2em 10px 0 0;
    color: #fff;
} 
div#more h3
{
    margin-top: 0;
    color: #fff;
    padding: .2em;
} */


/* *********** NAVIGATION LEFT *********** */
div#navigation
{
    font-family: Arial;
    float: left;
    width: 120px;
    padding-top: 2em;
    font-weight: bold;
}

div#navigation ul
{
    font-family: Arial;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div#navigation ul li 
{ 
    font-family: Arial;
    margin: 0;
}

div#navigation ul li a
{
    font-family: Arial;
    display: block;
    color: #ffffff;
    width: 135px;
    padding: 3px 5px 3px 10px;
    text-decoration: none;
    font-size: 10pt;
    background-color: transparent;
}

div#navigation ul li a:hover
{
    font-family: Arial;
    color: #ffffff;
    text-decoration: underline;
}

div#navigation ul li a#current
{
    font-family: Arial;
    color: #e28f00;
    text-decoration: underline;
}

div#navigation ul ul li 
{ 
    margin: 0 0 0 0; 
}

div#navigation ul ul a
{
    font-family: Arial;
    display: block;
    padding: 5px 5px 5px 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 8pt;
}

div#navigation ul ul a:hover
{
    font-family: Arial;
    color: #ffffff;
    text-decoration: underline;
}

div#navigation ul ul li a#subcurrent
{
    font-family: Arial;
    color: #e28f00;
    text-decoration: underline;
}

/* *********** NAVIGATION TOP *********** */

#topnavigation
{
    height: 20px;
    vertical-align: middle;
    background-image: url('images/nav2_col_base.jpg');
    background-repeat: repeat-x
}

#topnavigation ul
{
    font-family: Arial;
    margin: 0;
    list-style-type: none;
    vertical-align: middle;
    padding-right: 100px;
    padding-left: 180px;
    padding-bottom: 0px;
    padding-top: 3px;
}

#topnavigation li
{
    font-family: Arial;
    margin: 0 0 0 0;
    display: inline;
    /*border-right: #022c44 1px solid;*/
}

#topnavigation li a
{ 
    font-family: Arial;
    text-decoration: none;
    padding: .2em 1em;
    color: #022c44;
}
 
#topnavigation li a:hover
{
    font-family: Arial;
    text-decoration: underline;
    padding: .2em 1em;
    color: #022c44;
}

#topnavigation ul li a#topcurrent
{
    font-family: Arial;
    color: #e28f00;
    text-decoration: underline;
}

#topnavigation a img#home
{
    margin: 0px;
    padding: 0px;
    float: right;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    left: 10px;
    top: 50px;
}

#topnavigation a img#next
{
    margin: 0px;
    padding: 0px;
    float: right;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: 20px;
    top: 50px;
}
#topnavigation a img#previous
{
    margin: 0px;
    padding: 0px;
    float: right;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    right: 50px;
    top: 50px;
}


/* *********** MAIN CONTENT *********** */

div#content
{
    margin-left: 190px;
    margin-right: 40px;
    font-size: 8pt;
    font-family: Verdana;
    background-color: #ffffff;
    color: #000000;
    vertical-align: top;
    padding-bottom: 2px;
    padding-top: 2px;
}

div#content a img
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    float: right;
}

div#content #pagelinks
{
    font-family: Verdana;
    margin: 0;
    list-style-type: none;
    vertical-align: middle;
    padding-top: 3px;
}

div#content #pagelinks li
{
    font-family: Verdana;
    margin: 0 0 0 0;
    display: inline;
}

div#content #pagelinks li a
{ 
    font-family: Verdana;
    text-decoration: none;
    padding: .2em 1em;
    color: #9b123e;
}
 
div#content #pagelinks li a:hover
{
    font-family: Verdana;
    text-decoration: underline;
    padding: .2em 1em;
    color: #9b123e;
}

div#content #pagelinks #pagecurrent
{
    font-family: Verdana;
    color: #e28f00;
    text-decoration: underline;
}


/* *********** FOOTER *********** */
div#footer
{
    clear: both;
    font-family: Arial;
    font-size: 8pt;
    color: #022c44;
    vertical-align: middle;
    text-align: right;
    background-image: url('images/foot_col_base.jpg');
    background-repeat: repeat-x;
    height: 20px
}

div#footer p
{
    font-family: Arial;
    font-size: 8pt;
    color: #022c44;
    vertical-align: middle;
    text-align: left;
    margin: 0px;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}

#footer ul
{
    font-family: Arial;
    font-size: 8pt;
    color: #022c44;
    vertical-align: middle;
    text-align: right;
    margin: 0px;
    list-style-type: none;
    vertical-align: middle;
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
}

#footer li
{
    font-family: Arial;
    margin: 0 0 0 0;
    display: inline;
    /*border-right: #ffffff 1px solid;*/
    color: #022c44;
}

#footer li a
{ 
    font-family: Arial;
    text-decoration: none;
    padding: .2em 1em;
    color: #022c44;
}
 
#footer li a:hover
{
    font-family: Arial;
    text-decoration: underline;
    padding: .2em 1em;
    color: #022c44;
}
#cleardiv
{
clear: both;
height: 1em;
}
/* *********** TITLES *********** */
h1
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #9b123e;
}
h2
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 12pt;
    color: #022c44;
}
h3
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
    color: #9b123e;
}
h4
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 10pt;
    color: #022c44;
}
h5
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 8pt;
    color: #9b123e;
}
h6
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 8pt;
    color: #022c44;
}

/* *********** LINKS *********** */
a:link, a:visited 
{
    font-family: Verdana;
    color: #022c44;
    font-weight: normal;
    text-decoration: underline;
}
a:hover, a:active 
{
    font-family: Verdana;
    color: #022c44;
    font-weight: normal;
    text-decoration: none;
}

.linkred:link
{
    font-family: Verdana;
    color: #9b123e;
    font-weight: normal;
    text-decoration: underline;
}
.linkred:visited 
{
    font-family: Verdana;
    color: #9b123e;
    font-weight: normal;
    text-decoration: none;
}
.linkred:hover
{
    font-family: Verdana;
    color: #9b123e;
    font-weight: normal;
    text-decoration: none;
}
.linkred:active 
{
    font-family: Verdana;
    color: #9b123e;
    font-weight: normal;
    text-decoration: none;
}

/* *********** MAINMENU *********** */

#navcontainer
{
    font-family: Arial;
    margin-left: 300px;
    height: 450px;
    background-color: #9b123e;
    width: 140px;
    font-weight: bold;
    vertical-align: top;
}

#navcontainer ul
{
    font-family: Arial;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navcontainer li 
{ 
    font-family: Arial;
    margin: 0 0 0 0; 
}

#navcontainer a
{
    font-family: Arial;
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    width: 140px;
    background-color: #9b123e;
    text-decoration: none;
    font-size: 10pt;
}

#navcontainer a:hover
{
    font-family: Arial;
    color: #ffffff;
    text-decoration: underline;
}

#active a
{
    font-family: Arial;
    color: #e28f00;
    text-decoration: underline;
}

#navcontainer ul ul li { margin: 0 0 0 0; }

#navcontainer ul ul a
{
    font-family: Arial;
    display: block;
    padding: 5px 5px 5px 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 8pt;
}

#navcontainer ul ul a:hover
{
    font-family: Arial;
    color: #ffffff;
    text-decoration: underline;
}

#navcontainer ul ul li a#subcurrent
{
    font-family: Arial;
    color: #e28f00;
    text-decoration: underline;
}


 
 /* *********** PANES *********** */

.PaneOrange
{
    font-family: Verdana;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #e28f00;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.PaneRed
{
    font-family: Verdana;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #c22f16;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.PanePurple
{
    font-family: Verdana;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #ad5979;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.PaneLightBlue
{
    font-family: Verdana;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #ced6e2;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.TableRed
{
    border-right: #9b123e 1px solid;
    border-top: #9b123e 1px solid;
    border-left: #9b123e 1px solid;
    border-bottom: #9b123e 1px solid;
    table-layout: fixed;
}