﻿BODY{
    margin:0px auto;
    padding:0px;
    text-align:left;
    font-family: Arial, Trebuchet MS;
    font-size:12px;
    background-color:#2e5d92;
}

#container{
    margin: 0 auto;
	margin-top:187px;
    position:relative; 
}
#contentcontainer
{
    width:950px;
    margin: 0 auto; 
    display:block;
}
#header{
	width:100%;
	height:187px;
	top:-187px;
	position:absolute;
	
	background-image: url(/Include/_images/Default/header-bg.gif); 
	background-position:0px 0px; 
	background-repeat:repeat-x;
	
    clear:both;
}
#headercontainer
{
    width: 950px; height: 100%; margin: 0 auto; position: relative;    
}

#left{
    float:left;
	width:300px;
	margin-top:6px;
}
#right{
    float:right;
	width:300px;
	margin-top:6px;
	
}
#center{
    float:right;
    width:650px;
    margin-top:6px;
    
}
#logoside
{
    position:relative;
    width:100%;    
    clear:both;
}
#logoside div
{
    margin:0px auto;
    width:950px;    
}
#logoside div table caption
{
    font-size:105%;
    color:White;
    font-weight:bold;
    text-align:left;
    padding:10px;
}
#logoside div table
{
    
}
#logoside div td
{
    width:158px;
    text-align:left;
    vertical-align:top;
    padding:10px;
}
#logoside div td img
{
    border-width:0 0 0 0;
}
#footer{
	background-color:#203248;
	width:100%;
	height:60px;
	bottom:0px;
	clear:both;
}
#footercontainer
{
    width: 950px;margin: 0 auto; height: 100%;
}
#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
    
* html .img,
* html .png{

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/Include/_images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}




.copyright{
	float:left;
	margin-right:10px;
}
