﻿body
{
    font-family: Garamond, Times, Serif; /* background-color: #123D8C; */
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-size: 14px;
    background-color: black;

}
.outer
{ 
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 100%; /* works only if parent container is assigned a height value */
    text-align:center; /*IE */
    /*text-align:-moz-center; /*FF*/
   background-color: black;
}
.header
{
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 150px;
    background-image: url('../../Images/header-gradient.jpg');
    background-repeat: repeat-x ;
}
.menubar
{
    color: white;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 20px;
    background-color: Black ;
    text-align:center; /*IE */
    /*text-align:-moz-center; /*FF*/
}
.menumain
{
    width: 800px;
    font-size: 14px;
    color: white;
    text-align: center ;
}
.menumain A:link {text-decoration: underline; color: White}
.menumain A:visited {text-decoration: underline; color: White}
.menumain A:active {text-decoration: underline; color: White}
.menumain A:hover {text-decoration: underline; color: White}

.inner
{
    width: 860px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
    background-color: #00FFFF;
    height: 100%; /* works only if parent container is assigned a height value */
}
.menuleft
{ 
    background-color: #ff3300; 
}
.menuleft A:link {text-decoration: underline; color: indigo}
.menuleft A:visited {text-decoration: underline; color: indigo}
.menuleft A:active {text-decoration: underline; color: indigo}
.menuleft A:hover {text-decoration: underline; color: indigo}

H2
{
    font-size:large   ;
}
H3
{
    font-size:medium ;
}
.Title
{
    color: black;
    font-weight: bold;
    font-size: 28px;
}
.contentpages
{
    text-align: left;
}
.TextBoxHP
{
    display:none ;
}
