﻿/* STANDARD COLORS */
/*

	Dark Grey : #3E3C39
	Light Grey : #676767
	NCI Burgandy : 
			
*/
		
		body
		{
        /* Text */
        	font-family: Arial;
    	    font-size: 12px;
    	    text-align: center;
    	    color: #676767;
    	    height: auto;
    	    
    	/* Layout */
    	    background-color: #696969;
    	    margin: 0px;
    	    padding: 0px; 
    	     
        }

        #LeftLayout
        {
        	width: 178px;
        	float: left;
            height: 239px;
            position: static;
        }
        	
        #RightLayout 
        {
        	width: auto;        	
            min-height: 100%;
            float: right;
            margin-top: 0;
			
			padding-bottom: 5px;
		}
        
        #PageBackground
        {
        	height: auto;
        	background-image: url('../_images/ncibkrd.png');
        	width: 900px;
        	margin-top: 10px;
        	padding-bottom: 10px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: auto;
			padding-left: 0;
			padding-right: 0;
			padding-top: 0;
}
        
        #PageShadow 
        {
        	background-image: url('../_images/bodyshadow.png');
        	background-repeat: repeat-y;
        	height: auto;
        	width: 810px;
        	margin: auto;
        	padding: 0;
        }
        
        #PageLayout
        {
            height:  100%;
            min-height: 768px;
            width: 800px;
            background-image: url('../_images/bodycontentbkrd.png');
            background-repeat: repeat-y;
            text-align: left;
            margin: auto;
           	padding: 0 0 0 0;
           	
        }
        
        #SiteLogo
        {
        	height:auto;	
        }
        
        #Banner
        {
        	height: 124px;
        	padding-bottom: 9px;
        	padding-left: 7px;	
        }
        
        #Nav 
        {
            height: 50px;             
        }
        
        #CenterContent
        {
        	width:379px;
        	height: auto;  
        	min-height: 400px;
        	background-color: white;
        	padding: 5px 10px 10px 7px;
        	margin-left: 4px;	 
        }
        
        #RightContent
        {
        	width: auto;
        	margin-top: 22px;
        	margin-right: 5px;
        	height: auto;
        	padding: 20px 10px 10px 10px;
        	top: 0px;
			left: 282px;
		}
        
        #NavLabels 
        {
        	padding-left: 5px;
        	font-weight: bold;
        }
        
        #LeftContent
        {
        	padding: 20px 10px 10px 3px;
        	margin-top: 22px;
        	height: 218px;
        	min-height: 400px;
			width: 161px;
		}
        
		.LeftNav
		{
			margin-top: none;
			color: #666666;
			text-decoration: none;
		}
                        
       #NCI_logo 
       {
       		padding: 76px 0 0 30px;
       		width: 149px;
       		height: 112px;
       }
              
/* PAGE FOOTER */

		#FooterPlaceholder 
        {
        	
        	text-align: center;
            /* width: 794px;*/
            
			margin-bottom: 5px;
			float: none;
			position: static;
		}
		
        #SubPageFooterContent 
        {
       		padding: 10px 4px 10px 4px;
			height: 30px;
		}
       
       #FooterNav
       {
       		text-decoration: none;
       		color: #3E3C39;
       }
       
       #Copyright 
       {
       		color: #3E3C39;
       }
      
	   .h3header 
	   {
	   	color: #3F4447;
	   }
	   
	   .faqitem 
	   {
	   	color: #666666;
	   }
	   
	   .RightColLinks 
        {
        	text-decoration: none;
        	color: #666666;
        }
        a.visited 
        {
        	text-decoration: none;
        }
        
	   