/**************** Body and tag styles ****************/

*
{
    margin: 0;
    padding: 0;
}


/**************** Header and navigation styles ****************/


/*Navigation1 Horizontal*/
#nav
{
    width: 500px;
    margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#nav, #nav ul
{
    /* all lists */
    padding: 0;
    list-style: none;
}

#nav a
{
    display: block;
    width: 100px;
    height: 25PX;
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 5px 0 0 0; /*background-image: url(Images/Style/BUTTON.jpg);     background-repeat: repeat-x;*/
}

#nav a:hover
{
    /*background-image: url(Images/Style/BUTTONro.jpg);
    background-repeat: repeat-x;*/
    color: #042C52;
    background-color: #BFCAD0;
}

#nav li
{
    /* all list items */
    float: left;
    width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul
{
    /* second-level lists */
    position: absolute;
    width: 190px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a, #nav li ul ul a
{
    /* second-level text */
    background: #042C52;
    color: #ffffff;
    margin: 0 0 0 0;
    width: 190px;
}

#nav li ul ul
{
    /* third-and-above-level lists */
    margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
{
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
}

/**************** Content styles ****************/

body
{
    font: 76% Verdana,Tahoma,Arial,sans-serif;
    line-height: 1.4em;
    color: #202020;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    background-image: url(Images/Style/bodybg.jpg);
    background-repeat: repeat-x;
}

#container
{
    width: 800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#header
{
    height: 80px;
    background-color: #FFFFFF;
}

#header h1
{
    float: left;
    margin: 30px 5PX 0 10px;
    text-align: center;
    font-size: 9px;
    color: #444444;
}

#header img
{
    float: left;
}

#navbar
{
    text-align: center;
    height: 40px;
    background-color: #ffffff;
    width: 800px;
    background-image: url(Images/Style/navbarbg.jpg);
    background-repeat: repeat-x;
}

#contentleft
{
    float: left;
    width: 180px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}

#contentcenter
{
    float: left;
    width: 550px;
    background-color: #ffffff;
    padding: 10px;
    text-align: left;
}

#contentright
{
    float: left;
    width: 180px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}

#footer
{
    clear: both;
    padding: 2PX;
    text-align: center;
}

clear
{
    clear: both;
}


/* headers */


a
{
    text-decoration: none;
    color: #196D9B;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 10px 10px 20px 10px;
    text-align: justify;
}

#contentcenter ul
{
    margin: 5px 5px 5px 20px;    
}

#contentcenter li
{
    margin: 5px 0 5px 0;
}

#contentcenter h2
{
    display: block;
    margin: 10px;
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #505050;
    padding-bottom: 8px;
    border-bottom: 1px solid #BFCAD0;
}

#contentcenter h3
{
    display: block;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #505050;
    padding-bottom: 8px;
}

#contentleft h2
{
    display: block;
    margin: 5px;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: -1px;
    color: #505050;
    padding-bottom: 4px;
    border-bottom: 1px solid #BFCAD0;
}

#contentleft h3
{
    font-size: 14px;
    font-weight: bold;
    color: #505050;
}

.box
{
    margin: 0 0 20px 0;
    padding: 20px;
    border: 1px solid #BFCAD0;
    background-color: #fafafa;
    color: #505050;
    line-height: 1.5em;
    width: 96%;
    float:left;
}

.sidebox
{
    margin: 0 0 10PX 0;
    padding: 0PX;
    border: 1px solid #BFCAD0;
    background-color: #fafafa;
    color: #505050;
    width: 90%;
    float:left;
}

.clearbox
{
    width: 90%;
    float:left;
    margin: 0PX;
}

.splitcontentleft{float:left; width:46%;}
.splitcontentright{float:right; width:46%;}
.border1{border: 1px solid #505050;}
.padding1{padding: 10px;}

img
{
/*float: left;*/
}

.spacer
{
    clear:both;
    height: 30px;
}
