﻿/*This is the layout for the International legacy content website*/


/* This is the layout stylesheet, which only defines positioning
	and some background colours.  It is layed out in source order */

html, body {
    background:#FFFFFF;
	margin: 0;
	padding: 0;
	border: none;
}

/*container for all columns*/
  
#c-block {                
    /*  no position tag puts c-block into body and body wraps around all other elements */
	width: 100%;
	background-color: transparent;
	/*height: 61px;*/
}

#ie_hdr {
    width: 100%;
	border-bottom: 1px solid #DFDFDF;
	height: auto;
}

 
#left{
    /*background: #F3F5F8; -- consider at a later date*/
	/*position:absolute;*/
	/*margin-top: 1.85em;
	padding-top: 2em;
	top: 80px;
	left: 0; */
	width:175px;
	max-width: 175px;
	min-width: 175px;
	float: left;
	/* z-index:9; */
}

#l_sidebar{
    /*position:absolute;
	top: 270px;*/
	left: 0;
	margin-top: 25px;
	width: 175px;
	max-width: 175px;
	min-width: 175px;
	z-index: 25;
	}
	

/* #right{
    position:absolute;
	right:3px;
	top: 90px;
	/*top: -.5em;
	width:155px;
	padding: 10px 18px 0 0;
	margin-top: 1.85em;
	padding-top: 2em;
	z-index:10; */
}

/*.contact{
	float: right;
	width: 150px;
	margin: 0 0 5px 10px;
	padding: 3px;
	border: 1px solid #DFDFDF; 
} */

#c-col, #c-col-wide {
	padding: 10px;
}

/* page container, holds all content also defined in main_page_layout.css */

#c-col{
   /* top: 0; */
	margin-left: 190px; 
	margin-right: 193px;
	margin-bottom: 10px; 
	position:relative;
	z-index:5;
}

#ftr {
     font-size: 10px;
	 margin-bottom: 7px;
	 padding: 10px 0px 0px 10px;
	 position:relative;
	 text-align:center;
	 background:transparent;
	 color: #999999;
	 line-height: 133%;
	 /* z-index:3; */
	 width: 100%;
	 border-top: 1px solid #CCCCCC;
	 clear: both;
 }
 
#ftr a, #ftr a:visited{
	color: #999999;
} 
 /* for pages with left column and/or menu */
 
#c-col-wide {
	margin-left: 190px; 
	margin-bottom: 10px; 
	margin-right: 25px;
	position:relative;
	z-index:5;
}
 
 /* for pages without any left/right columns or menus */
 
#c-col-nomenu {
	margin-top:20px; 
	margin-left: 50px; 
	margin-bottom: 10px;
	margin-right: 50px;
	position:relative;
	background-color: transparent;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
	color: #142227;
	z-index:5;
}
 
#skipnav {
 	position: absolute;
	z-index: 1;
	width: 10px;
	height: 5px;
	top: 0px;
	left: 0px;
}
 
#help {
   font-size: 12px; 
   color: #142227;
}
 
#plainpage {
	top:10px; 
	margin-left: 50px; 
	margin-bottom: 15px;
	margin-right: 50px;
	position:relative;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
	z-index:5;
	color: #142227;
}
 
#c-col-wide-r{
    margin-top:20px; 
	margin-left: 25px; 
	margin-bottom: 10px; 
	margin-right: 195px;
	position:relative;
	background:transparent;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
	color: #142227;
	z-index:5;
}

.examtable {
    border-bottom: 1px solid #CCCCCC;
	}
	

/*print styles */

@media print {
  #left, #right, #hdr, #ftr {
  display: none; }
  
  #c-col, #c-col-wide, #c-col-nomenu {
     margin-left:0; 
     float:none; 
     width:6.5in; 
     color:black; 
     font-size:12pt }  
  }
  
 
 
 
