﻿#three-column-header
{
	width: 100%;
	
}


#three-column-header h3
{
	font-size:14px;
	
}
#three-column-header-left {
	float:left;
	width:12%;
	background:#ffffff;
	}

#three-column-header-right
{
	float: right;
	width: 48%;
	
	
	
}
#three-column-header-right a
{
	color:Black;
	font-weight:bold;
	border:none;
}

#three-column-header-middle
{
	width: 52%;
	background-color:#1b3b86 !important;
	height:62px;
	margin-top:12px;
	
}
#three-column-header-middle img
{
	vertical-align:top;
	
}

#three-column-header-middle a{
	border:none;
	color:#6987c9;
	background-color:Transparent;
	
	}
#three-column-header-middle a:hover{
	border:none;
	color:#6987c9;
	background-color:Transparent;
	
	}
#headernav-container 
{
	width:100%;
	background:transparent url(Images/bkg.gif) left bottom repeat;
	}

#headernav {
	float:left;
	width:70%;
	}

#headernav-side {
	float:right;
	width:30%;
	background: transparent url(Img/bkg.gif) right top repeat-x;
	}

