﻿body{ 
 margin:0; 
 padding:0; 
 text-align:center; 

} 
img {
	border:0;
}
html{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#outermostContainer{
	border-left: 1px #bcc4c9 solid;
	border-right: 1px #bcc4c9 solid;
	border-bottom: 1px #bcc4c9 solid;
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
} 
 
#header{
 position:relative; 
 height:118px; 
 background-color:#ffffff; 
 width:100%;
} 
 
/*Contains BG tiled image for columns*/
#threecols{
 float:right; 
 position:relative;
 height:100%;
 background-image: url('images/defaultLeftBG.gif');
 background-repeat: repeat-y;
 background-color: #ffffff;
  }
#threecolsResource{
 float:right; 
 position:relative;
 height:100%;
 background-image: url('images/resourceLeftBG.gif');
 background-repeat: repeat-y;

  }
#threecolsComprehension{
 float:right; 
 position:relative;
 height:100%;
 background-image: url('images/comprehensionLeftBG.gif');
 background-repeat: repeat-y;

  }
#threecolsTesting{
 float:right; 
 position:relative;
 height:100%;
 background-image: url('images/testingLeftBG.gif');
 background-repeat: repeat-y;

  }

  
#leftcol{
 height:100%;
 width:175px; 
 float:left; 
 position:relative; 
 background-color:#ffffff; 

 }
 
#maincol{
 background-color: #FFFFFF;  
 float:left;
 display:inline; 
 position: relative; 
 height:100%; 
 width:595px;
 }
 
#rightcol{
 width:120px; 
 float:right; 
 position:relative; 
 background-color:#ffffff;
 height:100%;
 }
 
#footer{
 background-color:#ffffff; 
 clear:both;
 } 
 
#contentContainer{ 
 background-color:#ffffff; 
 text-align:left;
 } 
 
 
 /* *** Float containers fix:*/ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#maincol{width:100%; float:none;}
#threecols{width:100%; float:none;}
}

.pageSplash {
	position:absolute;
	top:164px;
	left:180px;
}
.movie {
    border:1px #c0c0c0 solid;
    padding:0px;
    width:400px;
}
td.heading {
	color:#ffffff;
}

.companyLogo {
    position:absolute;
    display:inline-block;
	top: 20px;
	right: 1px;

}
