
body.aNormalBody
 {
 background-color:#C2D69B;
 margin-left:auto; 
 margin-right:auto; 
 }

/*	Frame Table	*/ 
 table#aFrameTable	
 {
 width:1100px; 				/* the FrameTable width*/
 background-color:#C6D9F1; 
 border:1px solid #b0c0d0;	/*gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse; 
 margin-left:auto; 			/*center the Frame Table*/
 margin-right:auto;
 }

 td#aFrameLogoCell
 {
 width:15%; 
 background-color:#C6D9F1; 		/* the background color of the Frame cells */
 border:1px solid #b0c0d0;		/* gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse;
 margin:0px;
 padding:2px;
 text-align:center;				/*	position of logo: left, center, right */  
 }
 
 td#aFrameIntroCell
 {
 width:85%; 
 background-color:#C6D9F1; 		/* the background color of the Frame cells */
 border:1px solid #b0c0d0;	/*gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse;
 margin:0px;
 padding:0px;
 text-align:center;				/*	position of logo: left, center, right */  
 }

 p.aFrameIntroCell
 {
 color:black;
 font-family:"Georgia";		
 font-size:18pt;			
 font-weight:normal;
 font-style:italic;
 text-align:left;				/* left, center, right */
 line-height:100%;	
 margin:6pt; 
 padding:0px;
 }
 
 td#aFrameMenuCell
 {
 width:15%; 
 background-color:#C6D9F1; 		/* the background color of the Frame cells */ 
 border:1px solid #b0c0d0;	/*gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse;
 margin:0px;
 padding:10px;
 vertical-align:top; 
 }
 
 td#aFrameContentCell
 {
 width:85%;
 background-color:#FFFFFF;		/*	the content cell background color	*/ 
 border:1px solid #b0c0d0;	/*gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse;
 margin:0px;
 padding:10px;
 vertical-align:top;
 }

 td#aFrameCornerCell
 {
 width:15%;
 background-color:#C6D9F1; 		/* the background color of the Frame cells */ 
 border:1px solid #b0c0d0;	/*gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse;
 margin:0px;
 padding:2px; 
 } 
 
 td#aFrameFooterCell
 {
 width:85%;
 background-color:#C6D9F1; 		/* the background color of the Frame cells */ 
 border:1px solid #b0c0d0;	/*gray #b0c0d0; yellow #e0f0a0; */
 border-collapse:collapse;
 margin:0px;
 padding:2px; 
 }  

 p.aFrameFooterCell
 {
 color:black;
 font-family:"Georgia";		
 font-size:10pt;			
 font-weight:normal;
 font-style:italic;
 text-align:center;		/* left, center, right */
 line-height:100%;	
 margin:6pt; 
 padding:0px;
 }
 
a.nav:link,a.nav:visited
{
display:block;			/*fills the block*/
width:145px;
font-family:"Arial";
font-weight:normal;		/* normal, bold */
font-size:15px;
font-style:italic;
color:#006600;			/*normal color of text, black, blue, etc. */
background-color:#C6D9F1;	/*normal, same as FrameTable background color */
text-align:left;
padding:0px;
text-decoration:none;	/*none, underline */
text-transform:none;
}

a.nav:hover,a.nav:active
{
font-family:"Arial";
font-weight:normal;		/* normal, bold */
font-size:15px;
font-style:italic;
color:#006600;			
background-color:#DEEFFF;		/*color when hovered, page background=#C2D69B;*/
text-align:left;
padding:0px;
text-decoration:none;
text-transform:none;
} 