﻿body 
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 14px;
    color: #000;
    background-color: #0B3B0B;
    margin: 0px;
}

p
{
    margin-top: 0px;
    margin-left: 50px;
    line-height: 5px;
}

p.2
{
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
}

#nav 
{
	color:#051060;
	background-image:url("images/house.png")
}

div
{
    margin: 0px;
    padding: 0px;
    background-color: #0B3B0B;
}

#header
{
    margin-left:10%;
    margin-right: 10%;
    margin-top:1%;
    background-color: #fff;
}

#footer
{
    background-position: bottom;
    background-repeat: repeat-x;
    height: 80px;
    border-top: solid 1px #0B3B0B;
    color: #999;
    text-align: center;
    background-color: #fff;
    margin-left:10%;
    margin-right:10%;
    
}

img
{
    border: none;
    text-align:center;
}

div.content
{
    background-color: #fff;
    margin-left:10%;
    margin-right:10%;
    height:inherit;
}

h1
{
    padding-left: 5px;
    color: #0B3B0B;
    background-color: #fff;
    font-size: 18px;
    border-bottom: solid 1px #0B3B0B;
}

h2
{
    padding-left: 5px;
    color: #0B3B0B;
    background-color: #fff;
    font-size: 16px;
    border-bottom: solid 1px #0B3B0B;
    text-align: center;
}

a:link {color: #0B3B0B; font-weight: bold; text-decoration: none;}     /* unvisited link */
a:visited {color: #0B3B0B; font-weight: bold; text-decoration: none;}  /* visited link */
a:hover {text-decoration: none; font-weight: bold;}                    /* mouse over link */
a:active {color: #0B3B0B; font-weight: bold; text-decoration: none;}   /* selected link */

a.down:link {color: #0B3B0B; font-weight: bold; text-decoration: none;}     /* unvisited link */
a.down:visited {color: #0B3B0B; font-weight: bold; text-decoration: none;}  /* visited link */
a.down:hover {color: #0101DF; text-decoration: none; font-weight: bold;}    /* mouse over link */
a.down:active {color: #0B3B0B; font-weight: bold; text-decoration: none;}   /* selected link */

#menu
{
    text-align: center;
    background-color: #fff;
    margin-left:10%;
    margin-right:10%;
    border-top: solid 1px #0B3B0B;
}

#menu a
{
    margin-right: 5px;
    margin-left: 5px;
}

#ccerts a:hover
{
    background-color: #fff;
}

div.divider
{
     border-bottom: solid 1px #0B3B0B;
     background-color: #fff;
}

div.head1
{
    padding-left: 5px;
    color: #11449e;
    font-size: 18px;
    border-bottom: solid 1px #c3d9ff;
}