﻿html
{
	height:100%;
}
body 
{
	font-family:Calibri;
}
h2
{
	color:#000052;
	text-align:center;
}

.bodyCont
{
	width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}
.footCont
{
	width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    clear:both;
}


.header
{
	width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    height:90px;
}

 .ddbg
{
	background:#000052;
	position:absolute;
	left:-1px;
	width:100.5%;
	height:29px;
	top:100px;
	z-index:0;
	border-top-style: solid;
	border-width: thick;
	border-color: #00D700
	
}
 .ddmenu
{
	width: 840px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    height:30px;        	
    background:#000052;            
}

.bannerLeft
{
	float:left;
	width:520px;
	margin-left: -840;
	

	background: url('../images/modBG.png') repeat-x;	
	border: 2px solid #00D700;
	height:200px;
}
.bannerRight
{
	margin: 0 0 0 530px;
	background-color: #000052;
    border: 2px solid #000052;
    width:300px;
    height:200px;
}
	

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


.style1
{
    color: #00D700;
    font-weight: bold;
    font-size: small;
}
 .style2
{
    color: #000052;
    font-size: x-small;
    text-align: right;
}
.style3
{
    text-align: right;
    font-size: medium;
    color: #00D700;
}
.style4
{
    color: #000052;
    font-weight: bold;
    font-size: large;
}
.style5
{
    font-weight: normal;
    font-style: italic;
    
}
.style6
{
    text-align: right;
    font-size:medium;
    color: #000052;
}
.style7
{
    text-align: center;
    color: #000052;
    font-size:medium;
   
}
.style8
{
    text-align: left;
    color: #00D700;
}
.style9
{
    color: #00D700;
    font-size: xx-small;
    text-align: right;
}
 .style13
{
    text-align: center;
     font-size: medium;
    color:#00D700;
}