
/* =HeaderBlock
-------------------------------------------------------------- */
HeaderBlock {
  width: 100%;
  height: 86px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #1565C0;
  -webkit-transition: all 0.6s; /* Safari and Chrome */
  -moz-transition: all 0.6s; /* Firefox */
  -ms-transition: all 0.6s;  /* IE 9 */
  -o-transition: all 0.6s; /* Opera */
  transition: all 0.6s;
  }

HeaderBlock.smaller {
  height: 55px; 
  } 

HeaderBlock img#xlogo {
  position: absolute;
  top: 9px;
  width: 340px;
  height: 110px;
  margin: 0 auto;
  -webkit-transition: all 0.6s; /* Safari and Chrome */
  -moz-transition: all 0.6s; /* Firefox */
  -ms-transition: all 0.6s;  /* IE 9 */
  -o-transition: all 0.6s; /* Opera */
  transition: all 0.6s;
  }

HeaderBlock.smaller img#xlogo {
  top: 7px;
  width: 153px;
  height: 49px;
  }  

HeaderBlock img#ielogo1 {
  position: absolute;
  top: 9px;
  width: 300px;
  height: 75px;
  margin: 0 auto;
  -webkit-transition: all 0.6s; /* Safari and Chrome */
  -moz-transition: all 0.6s; /* Firefox */
  -ms-transition: all 0.6s;  /* IE 9 */
  -o-transition: all 0.6s; /* Opera */
  transition: all 0.6s;
  }

HeaderBlock.smaller img#ielogo1 {
  top: 9px;
  width: 150px;
  height: 38px;
  }  
  
HeaderBlock img#ielogo2 {
  position: absolute;
  top: 84px;
  width: 30px;
  height: 52px;
  margin: 0 auto;
  -webkit-transition: all 0.6s; /* Safari and Chrome */
  -moz-transition: all 0.6s; /* Firefox */
  -ms-transition: all 0.6s;  /* IE 9 */
  -o-transition: all 0.6s; /* Opera */
  transition: all 0.6s;
  }

HeaderBlock.smaller img#ielogo2 {
  top: 47px;
  width: 15px;
  height: 26px;
  } 

Menu {
  display: inline-block;
  float: right;
  margin: 0;
  overflow: hidden;
  padding: 50px 0 30px;
  -webkit-transition: all 0.6s; /* Safari and Chrome */
  -moz-transition: all 0.6s; /* Firefox */
  -ms-transition: all 0.6s;  /* IE 9 */
  -o-transition: all 0.6s; /* Opera */
  transition: all 0.6s;
}

Menu.smaller {
	padding: 20px 0 10px;
    }  
  
#header_section {
    width: 900px;
    margin: 0 auto;
    padding: 0; 
    } 

  
#menu_section {
    }
     
#menu_section a {
	background: url(../graphics/headernav.gif) no-repeat top right;
	color: #fff;
	display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
    font-weight: bold;
	letter-spacing: 0px;
}
#menu_section a:hover {
	background: url(../graphics/headernavselected.gif) no-repeat top right;
}
#menu_section a.selected {
	background: url(../graphics/headernavselected.gif) no-repeat top right;
	color: #C4E2FC;
}


#Body_Table {
	margin: 0;
    text-align: left; 
    padding: 86px 0 0 0;
    width: 100%;
    border: 0;
    border-width: 0px; 
    border-spacing: 0px;
    height: 85%;
}

#Body_Border_Cell {
    width: auto;
    background-color:#DEDEDE;
}

#Body_Content_Cell {
	margin: 0 auto;
	min-width: 800px;
    width: 800px;
	overflow: hidden;
    background-color:#FFFFFF;
	padding: 45px 100px 60px 100px;
    vertical-align: text-top
}


#footer {;
	min-height: 50px;
	background: #1565C0;
	margin: 0;
	padding: 0;
}
#footer .section {
	margin: 0 auto ;
	padding: 10px;
	width: 800px;
	overflow: visible;
    text-align: center; 
	font-size: 9pt;
	font-weight: bold;
    color: #fff;
}
#footer .section a, #footer .section a:visited {
	text-decoration: none;
    color: #fff;
	font-size: 9pt;
}
#footer .section a:hover {
	text-decoration: underline;
    color: #fff;
}
#footer .caption {
    font-weight: normal;
	color: #C8C8C8;
	font-size: 8pt;
	padding-top: 4px;
}

@media (max-width: 930px)
{
  #Body_Content_Cell {
    width: 700px;
   }
  #footer .section {
    width: 700px;
   }
  #header_section {
    width: 800px;
   }
}

@media (max-width: 830px)
{
  #Body_Content_Cell {
    width: 600px;
   }
  #footer .section {
    width: 600px;
   }
  #header_section {
    width: 700px;
   }
}

@media (max-width: 730px)
{
  #Body_Content_Cell {
    width: 500px;
   }
  #footer .section {
    width: 500px;
   }
  #header_section {
    width: 600px;
   }
}
   
@media (min-height: 470px)
{
  #Body_Table {
    height: 87%;
   }      
}

@media (min-height: 570px)
{
  #Body_Table {
    height: 89%;
   }      
}

@media (min-height: 670px)
{
  #Body_Table {
    height: 91%;
   }      
}

@media (min-height: 820px)
{
  #Body_Table {
    height: 92%;
   }      
}

@media (min-height: 870px)
{
  #Body_Table {
    height: 93%;
   }      
}

@media (min-height: 1000px)
{
  #Body_Table {
    height: 94%;
   }      
}

@media (min-height: 1200px)
{
  #Body_Table {
    height: 95%;
   }      
}
