/*////////////////////////////*/
/* MAGAZINE PAGE PRINT FORMAT */
/*////////////////////////////*/

#hdrtable {
		font-family: Verdana;
		width: 950px;
		height: 110px;
		color: #800080;             
		text-align: center;
		}	
		
#hdrtable td {
	border-collapse: collapse;
	font-size: 32pt;
	font-weight: 400;
		}
		
#hdrtable td.subhdr {
	border-collapse: collapse;
	font-size: 16pt;
	font-weight: 400;
	vertical-align: top;
		}	
		
#my_pagetitle { 
	text-align: left;
		}
		
.magcol {								/* sets the text for the column subject headers */
	font-size: 1.25em;
	color: #000000;
	}

	h1 {
		font-size: 1.6em;
		font-weight: bold;
		color: #999999;
		}
		
	p	{								/* sets newspaper style column text */
	text-align: justify;
		}
		
/* new definition for page header horizontal lines */			
.aline {			
		border-width: 1px;
		border-color: #663399;
		}
		
/* new definition for 60% horizontal line width */			
.aline1 {			
		border-width: 1px;
		border-color: #cccccc;
		margin: 0% 20% 0% 20%;
		}
		
#container3 {
	float: left;
	width: 100%;		 				/* sets the width green @ 100% from lhs */
	background-color: #ffffe1; 			/* right Col bg colour */
	overflow: hidden;
	position: relative;  				/* this corrects IE bug on 'overflow hidden' */
	border-width: 1px 0px 1px 0px; 		/* border on top / bottom */
	border-style: solid;
	border-color: red;
			}

#container2 {
	float: left;
	width: 100%;		 				 /* sets the width yellow @ 100% starting from lhs edge of green column */
	background-color: #ffff66;  		 /* right Col bg colour */
	position: relative;  				 /* this corrects IE bug on 'overflow hidden' */
	right: 33.3%;	
	border-width: 0px 1px 0px 0px;  	 /* border on top / bottom */
	border-style: solid;
	border-color: black;				 /* mid col right border colour */
			}

#container1 {
	float: left;
	width: 100%;
	background-color: #ffffe1; 			/* left col bg colour */
	position: relative;	   				/* sets the yellow @ 50% from left */ 
	right: 33.3%;		 
  	border-right: 1px solid black;		/* left col right border colour */
		}


#colLeft {
	float: left;
	width: 31%;		 
	position: relative;
	left: 68%;		 					/* moves left col text /* 77% */
	overflow: hidden;
		}	
			
#colMid {
	float: left;		
	width: 32%;		
	position: relative;
	left: 70%;		 
	overflow: hidden;
		}
	
#colRight {
	float: left;		
	width: 32%;		 
	position: relative;
	left: 71%;		
	overflow: hidden;
		}
		
#footer {
		display: none;
		} 
				
/*/////////////////*/
/*  END OF FILE    */
/*/////////////////*/