/************************ Positional Information ***************************/
	
	html {
		
	}
	
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
	#leftBlock {
		position: absolute;
		left:10px;
		top:106px;
		width:150px;
		background:#fff;
		border-right:2px solid #CECECE;
		}

	#centerBlock {
		background:#fff;
		min-height:500px;
   		margin-left: 148px;
   		margin-right: 148px;
		border-right: 2px solid #CECECE;
		border-left: 2px solid #CECECE;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 150px;
   		margin-right: 150px;
		}
	html>body #centerBlock {
   		margin-left: 150px;
   		margin-right: 150px;
		}

	/* center content display info for the google search window */

	#centerBlockSearch {
		background:#fff;
   		margin-left: 148px;
		border-left: 2px solid #CECECE;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 150px;
		}
	html>body #centerBlockSearch {
   		margin-left: 150px;
		}
		
	/*****  Primary content pane for article pages ****/	
		
	#articleBlock {
		background:#fff;
   		margin-left: 0px;
   		margin-right: 0px;
		}

	#rightBlock{
		position: absolute;
		right:10px;
		top:106px;
		width:150px;
		background:#fff;
		border-left: 2px solid #CECECE
		}
	
	#banner {
		background-image:url(banner.jpg);
		height:96px;
		border-bottom:2px solid #FFFFFF;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:94px;
		text-align:right;
		}
	html>body #banner {
		height:94px;
		}
		
	#footer {
	
	margin-top: 1em;
	}
		
	/******************************* Color Blocks *********************************/
		
	#blackBlock{
		border-bottom: 2px solid #FFFFFF;
		background-color: #000000;
		height:18px;
	}
	

	
	#greyBlock{
		border-bottom: 2px solid #FFFFFF;
		background-color: #CECECE;
		height:18px;
	}
	

	
	#redBlock{
		height: 38px;
		border-bottom: 2px solid #FFFFFF;
		background-color: #990000;			
	}
	

	
	#search{
		height: 38px;
		border-bottom: 2px solid #FFFFFF;
		background-color: #000000;
	}
	



	/*********************************** Center Content *********************************/
	
	#centerContent{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;
		margin:0px 10px 10px 10px;
		text-align:justify;
	}
		
	#centerContent h1 {
		font-size:150%;
		/*padding-top:10px;*/
		}
	#centerContent h2 {
		font-size:125%;
	}
	
	#centerContentSearch{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 14px;
		color:#000000;
		margin: 0px 10px 0px 10px;
	}
	
	/****************************** Left Block Content ************************************/
	
	#leftContent{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;
	}
	
	/****************************** Right Block Content ***********************************/
	
	#rightContent{
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;
		margin: 5px;
	}
	
	/****************************** Banner Content ****************************************/
	
	#banner img {
		position: absolute;
		top: 8px;
		right: 10px;
	}
	
	/****************************** Footer Content ***************************************/
	
	#footer{
		font-size:12px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
	}
	/********************** Search Content **********************/
	
	#search{
		padding: 0px 5px 0px 5px;
		margin: 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color: #FFFFFF;
	}

	#search form{
	 	padding: 7px 0px 7px 0px;
		margin: 0px;
	}
	
	#search a{
		color:#FFFFFF;
		text-decoration: none;
	}
	#search a:hover{
		text-decoration: underline;
	}
	
	/******************************** Color Blocks ************************************/
	
	#redBlock{
		padding: 0px 0px 0px 20px;
		margin: 0px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size: 12px;
		font-weight:normal;
	}
	
	#redBlock h1{
		margin: 0px;
		font: Arial, Helvetica, sans-serif;
		font-size: 150%;
		padding:7px 0px 0px 0px;
	}
	
	#blackBlock{
		font-family:Arial, Helvetica, sans-serif;
		color:#cecece;
		font-size: 10px;
		font-weight:bold;
		padding: 0px 20px 0px 20px;
		margin: 0px;
		text-align:right;
	}
	
	#greyBlock{
		font-family:Arial, Helvetica, sans-serif;
		color:#cecece;
		font-size: 10px;
		font-weight:bold;
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}
	
	#blackBlock a{
		display:block;
		padding: 2px 0 0 0;
		color:#cecece;
		text-decoration: none;
	}
	
	#blackBlock a:hover{
		text-decoration: underline;
	}
	

	

	
	/************************ article and abstracts display information *********************/

	#articles li{
		font-size: 12px;
		padding-bottom: 1em;
	}
	#articleContent{
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: medium;
		padding: 1em 1em;
		border-right: 2px solid #CECECE;
		border-left: 2px solid #CECECE;
	}
	
	#abstracts li{
		font-size: 14px;
		padding-top: 1em;
		list-style-type:square;

	}
		
	#abstracts p{
		text-align: justify;
		margin-right: 3em;
	}