@charset "utf-8";
/* CSS Document */
	body {
		/*text-align:center;*/
		}
	
	#frame {
		width:80.0em;
		margin-right:auto;
		margin-left:auto;
/*		margin-top:10px; */
		margin-top:0px;
		padding:0px;
		text-align:left;
		/* border:  #ff0000 1px SOLID; */
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
/*		width:40em;
		padding:1.5em;
 		float:left;
*/
  font: 16px/1.5em "Georgia";
  margin: 0 0 0 0; 
  width: 40em;  /* 1 char = 0.5 em. 40 = approx 80 chars */ 
  border:  #84beff 1px solid; 
  PADDING: 1.5em;
  PADDING-TOP: 1em;
  TEXT-ALIGN: left;		
  float:left; 
		 
		}
	
	#contentright {
		width:16em;
		padding:1.5em;
		margin-left:-1px; /* to make sure there is only one line common between center and right */
 		float:left;
		background:#fff;
		 border:  #84beff 1px SOLID;
		 
		}
	
.Article
{
  font: 16px/1.5em "Georgia";
  margin: 0 0 0 0; 
  width: 40em;  /* 1 char = 0.5 em. 40 = approx 80 chars */ 
  border:  #84beff 1px solid; 
  PADDING: 3em;
  PADDING-TOP: 1em;
  TEXT-ALIGN: left;
}
.ArticleSynopsis
{
  font: 0.8em "Georgia";
  margin: 0 0 0 0; 
  width: 100%;  /* 1 char = 0.5 em. 40 = approx 80 chars */ 

  PADDING-left: 2em;
  PADDING-right: 2em;
  PADDING-bottom: 1.5em;
  PADDING-TOP: 0.0em;
  TEXT-ALIGN: left;
  line-height: 1.85em; /* 18px */
}
.ArticleSummary
{
  margin: 0 0 0 0; 
  width: 100%;  /* 1 char = 0.5 em. 40 = approx 80 chars */ 
  
  PADDING-bottom: 0em;
  PADDING-TOP: 0.0em;
  TEXT-ALIGN: left;
  
}
span.Date {
position: absolute;
left: 0;
}
span.author {
position: absolute;
right: 0;
BACKGROUND: #E6EBFF;

}
div.ArticleInfo {
position: relative;
text-align: center;
width: 100%;
font-size: 70%;
line-height: 1.5em; /* 18px */
bottom: 1.27em;
 }
span.ArticleIndexAuthor {
font-size: 70%;
  line-height: 1.26em; /* 18px */
}
  
div.SpaceArticleBegin 
{

   /* BORDER-BOTTOM: #000000 1px dotted; */
   PADDING: 1.0em;
   
}
  

.Article p 
{ 

	line-height: 1.5em; /* 18px */
}
.TermSymbol
{ 

	font-size: 200%;
	text-align: center;
	margin: 0 0 0 0; 
    PADDING: 0em;
}
#contentcenter  h1, h2, h3, h4, h5, h6 {
/*	font-family: helvetica, arial, verdana, sans-serif; */
	font-weight: normal;
	PADDING: 0em;
    PADDING-TOP: 0em;	

}

#contentcenter  h1 {
	font-size: 184%;
 }

#contentcenter  h2 {
	font-size: 144%;
}

#contentcenter  h3 {
	font-size: 115%;
}

#contentcenter  h4 {
	font-size: 108%;
}

 
