﻿html {height:100%;}
body {margin:0; padding:0; background:#252525; height:100%;
       font-family: Verdana; font-size: 10pt;  }

#wrapper 
{ text-align:center; 
  width:900px; 
position:relative;
margin: 0 20% 0 20%;

    }

#SEOheader {
	width:900px;
	text-align:center;
	position:absolute;

	bottom: -15px;
	color: white;
}
#SEOheader h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; text-align:center; display:inline; }
#SEOheader h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; text-align:center; display:inline; }
#SEOheader h3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; text-align:center;  display:inline; }

    
#page 
{
    width: 870px;
    background-color: Black;
}
#header 
{
  
     
}
#menu
{
    padding-top: 5px;
    padding-bottom: 5px;
    height: 20px;
    color: White;
    font-size: 9.5pt
}

#menu a 
{
    color: White;
    text-decoration: none;
    }

#menu a:visited
{
    color: White;
    text-decoration: none;
    }
#menu a:link
{
    color: White;
    text-decoration: none;
    }

#menu a:hover
{
    color: White;
    text-decoration: underline;
    }

#footer 
{
    color: White;
    padding: 5px 6px 5px 5px;
}

#footer a:visited
{
    color: White;
    text-decoration: none;
    }
#footer a:link
{
    color: White;
    text-decoration: none;
    }

#footer a:hover
{
    color: White;
    text-decoration: underline;
    }

#content 
{
    background:#f0f0ea; text-align: left;
    width: 850px;
    padding: 5px 5px 5px 5px;
    }
.contentmain a {  color: navy; text-decoration: none; font-weight: bold;  }
.contentmain a:link {   color: navy; text-decoration: none; font-weight: bold;  }
.contentmain a:visited {  color: navy; text-decoration: none; font-weight: bold; }
.contentmain a:hover { color: navy; text-decoration: underline; font-weight: bold; }

.contentTable 
{
    width: 100%;
}

.contentmain 
{
   
    width: 100%;
}

h4 
{
    font-size: 12pt;
    font-weight: bold;
    }

h5 
{
    font-size: 12pt;
    font-weight: bold;
    color: Blue;
    }
