﻿body 
{
    background-color:#E6E6E6;
}

*
{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form
{
    width:900px;
    margin:auto;
    font-family:Verdana;
    font-size:11px;
}

#Container
{
    position:relative;
    width:900px;
    background-color:White;
}

#Banner
{
    position:relative;
    width:900px;
    height:120px;
}

.BannerLeft
{
    width:350px; 
    height:120px; 
    float:left;
}

.BannerRight
{
    width:350; 
    height:90px; 
    float:right; 
    font-weight:bold; 
    font-size:22px; 
    color:#000066;
    padding:5px 5px 5px 0;
}

.BannerNav
{
    width:500px;
    height:30px;
    float:right;
    border-radius:20px;
    text-align:center;
    background-color:#000066;
    padding:6px 0 5px 0;
    margin-right:5px;
}

.BannerNav a
{
    text-decoration:none;
    color:White;
    font-size:11px;
    font-weight:bold;
}

#Body
{
    position:relative;
    width:700px;
    padding:5px;
}
#BodyRight
{
    position:absolute;
    top:125px;
    bottom:5px;
    left:700px;
    width:195px;
    border-radius:20px;
    overflow:hidden;
    padding:10px 5px 10px 5px;
    background-color:#000066;
    color:White;
}
.BodyRightTitle
{
    text-align:center;
    font-weight:bold;
}
.Ftd
{
    width:185px;
    margin:0 5px 10px 0;
    padding:10px;
    background-color:White;
    color:Black;
    font-family:Verdana;
    font-size:12px;
    min-height:20px;
    max-height:290px;
    border-radius:20px;
    text-align:center;
    overflow:hidden;
}
.Ftd a
{
    font-size:12px;
    color:Black;
    text-decoration:none;
}
#Foot
{
    position:relative;
    top:-5px;
    width:900px;
    background-color:White;
}

.FootTitle
{
    width:100%;
    height:30px;
    border-radius:20px;
    line-height:30px;
    text-align:center;
    background-color:#000066;
    color:White;
    margin-bottom:5px;
}

.Foot1
{
    display:table-cell;
    width:220px;
    padding:5px 5px 5px 5px;
    border-right:1px solid gray;
}

.Foot2
{
    display:table-cell;
    width:250px;
    padding:5px 5px 5px 5px;
    border-right:1px solid gray;
}

.Foot3
{
    display:table-cell;
    width:220px;
    padding:5px 5px 5px 5px;
    border-right:1px solid gray;
}

.Foot4
{
    display:table-cell;
    width:220px;
    padding:5px 5px 5px 5px;
}

#CntBody
{
    width:700px;
    padding:5px 5px 5px 5px;
}

.Title
{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#000066;
}

.SubTitle
{
    text-align:left;
    font-size:18px;
    font-weight:bold;
    color:#0066CC;
}

h1
{ 
    font-size:20px; 
    font-weight:bold; 
    text-align:center; 
    color:#000066; 
    margin:auto;
}

h2
{
    color:#000066;
    margin-bottom:5px;
}