﻿body 
{
    margin: 0px;
    font-family:Arial;
    font-size:9pt;
}
#header
{
    padding-top: 10px;
    height: 90px;
    background-color: Black;
    
    text-align:center;
    width:100%;
}
#header_inner
{
    margin-left: auto;
    margin-right: auto;
    width:760px;
    text-align:left;
}

#content
{
    width:100%;
    text-align:center;
}
#content_inner
{
    margin-left:auto;
    margin-right:auto;
    width: 760px;
    text-align:left;
    padding:10px;
}
#nav
{
    width:100%;
    text-align:center;
    background-color:black;
    border-bottom: 3px solid orange;
}
#nav_inner
{
    width:760px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color: gray;
    font-size: 12pt;
    font-weight:bold;
}
#nav_inner a
{
 color:white;
 text-decoration:none;
 font: 90%/40px Verdana, Arial,
Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
padding-right: 5px;
padding-left: 5px;
}
#nav_inner a:hover
{
    color: gray;
    text-decoration: underline;
}

/* bottom nav */
#nav_bottom
{
    width:100%;
    text-align:center;
}
#nav_bottom_inner
{
    width:760px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color: gray;
    font-size: 8pt;
    
}
#nav_bottom_inner a
{
 color:gray;
 text-decoration:none;
 font: 90%/40px Verdana, Arial,
Helvetica, sans-serif;
font-size: 8pt;
padding-right: 5px;
padding-left: 5px;
}
#nav_bottom_inner a:hover
{
    color: black;
    text-decoration: underline;
}



h1
{
    color:gray;
    font-size:14pt;
    font-weight:bold;
    margin:0px;
    width: 100%;
    border-bottom: 2px solid gray;
    margin-bottom: 10px;
}
h2
{
 color: black;
 font-size:10pt;
 font-weight:bold;
 padding:0px;
 margin:0px;   
 
}
h3
{
    text-decoration:none;
    text-align:justify;
    padding-left:5px;
    font-weight:normal;
    font-size:9pt;
}
h4
{
 text-decoration: none;
 text-align:justify;
 padding-left:0px;
 font-weight:bold;
 font-size:9pt;   
 color:darkred;
}