/* page layout */
 body{ 
	 background-image: url(images/bg_blue.gif);
	 background-position: top center;
	 background-repeat: repeat-x;
	 background-color:#162964; 
	 margin:10px;
 }
 
 .main{
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;	
	 padding-left:10px;
 }
 
 .columnLeft {}
 .columnRight {}
 .MainTD { padding-left: 10px; padding-right: 10px;}
 .MainTable {}
 
 
 .headerNavigation{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url(images/menu1.gif);
	background-repeat:repeat-x;	
	height:30px;
}

A.headerNavigation{	
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	padding-top: 8px;	
}

A:hover.headerNavigation{	
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;	
	padding-top: 8px;	
}

 .infoBox1 {
	background-image:url(images/column_bg.gif);
	background-position :top bottom;
	background-repeat :repeat-y;
	background-color: #FFFFFF;
	width:191px;
}

 .infoBox{ background-color:#FFFFFF;} 
 .contentBox{ border-left:6px solid #bed5ff; border-right:6px solid #bed5ff; background-color:#FFFFFF;} 
 .contentBoxFooter{ border-bottom:5px solid #bed5ff; background-color:#ffffff;}
 .subPageHeading{ 
  	height:34px; 
	font-weight: bold; 
	color: #072155; 
	font-size: 14px; 
	font-family: Arial, Verdana,  Helvetica, sans-serif;  
  }
  .pageHeading{ 
  	background-color: #bed5ff; 
	height:34px; 
	font-weight: bold; 
	color: #072155; 
	font-size: 14px; 
	font-family: Arial, Verdana,  Helvetica, sans-serif;  
  }
  .pageMiddle{ border-left:6px solid #bed5ff; border-right:6px solid #bed5ff; padding: 3px;  background-color:#FFFFFF;} 
  .pageFooter{ border-bottom:5px solid #bed5ff; background-color:#ffffff;}


 html {
padding: 0;
margin-bottom: 4px;
/*background: #fff url(images/screenrulers-soft.png);*/
text-align: center; /* IE center bug */
}

td.infoBox1{padding-left :10px;}

TD.infoBoxHeading{  font-weight: bold; color: #072155; font-size: 14px; font-family: Arial, Verdana,  Helvetica, sans-serif;  }
TD.infoBoxContents{ padding:10px; }

TD.infoBoxHeading1{ background-color: #bed5ff; height:34px; font-weight: bold; color: #072155; font-size: 14px; font-family: Arial, Verdana,  Helvetica, sans-serif;  }
TD.infoBoxContents1{ padding:10px; }


TD.contentBoxHeading{ background-color: #bed5ff; height:34px; font-weight: bold; color: #072155; font-size: 14px; font-family: Arial, Verdana,  Helvetica, sans-serif;  }
TD.contentBoxContents{ padding:10px; }

.boxText1{padding-left:10px; padding-right:10px;}
.boxText1 a { font-weight: bold; color: #046cb3; text-decoration: none;}
.boxText1 a:hover { font-weight: bold; color: #046cb3; text-decoration: none;}


.infoBoxHeadingFL {
border-bottom:1px solid #000080;
}
div#pageFrame {
position: relative;
width: 100%; /* total pagewidth */
margin: 0 auto;

}
div#logoFrame {
height : 64px;
position: relative;
}
div.navBarFrame {
margin-left: 5px;
margin-right: 5px;
height: 30px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: absolute;
top: 105px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 178px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 178px;
right: 178px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 7px;
top: 100px;
width: 190px;
}
div#boxes2Frame {
position: absolute;
right : 7px;
top: 100px;
width: 190px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

/* end page layout */
