﻿/***************  HEADER  ****************/

#HeaderCont
{
    margin: 10px 10px 0px;
    background-color:Aqua;
    height: 100px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
}
            
#Header1SxCont
{
    float:left;
    width:214px;
    }   

#Header1DxCont
{   
    float:right;
    padding: 43px 15px 0 15px;
    }

#Header1CntCont
{
    padding: 43px 0 0 35%; 
    clear:none;
    }

#HeaderCont .Header1 
{
	line-height:21px;
	color: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    }

#HeaderCont .Header1 a:link,  #HeaderCont .Header1 a:visited
{   
    font-size:10px !important;
	color: white;
	vertical-align: middle;
	background-color: #777777;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 5px;
	text-align: center;
	border: 1px outset;
    }

#HeaderCont .Header1 a:hover,  #HeaderCont .Header1 a:active
{   
     background-color: #ff8a00;
    }