/* Body styles */
	body, div, p, span, .basic {
		font-family: Arial, Helvetica, sans-serif; 
		color: #000000; 
		font-size: 12px; 
		line-height: auto;
	}

    
/* Background Image */ 
.bgrdWood01 {
	background-image: url(../shared/woody.jpg);
	background-position: top;
	background-repeat: repeat;
}

.bgrdPaper01 {
	background-image: url(../shared/bgrd_paper01.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdPaper02 {
	background-image: url(../shared/bgrd_paper02.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdPaper03 {
	background-image: url(../shared/bgrd_paper03.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.bgrdPaper04 {
	background-image: url(../shared/bgrd_paper04.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.illustHomepg {
	background-image: url(../shared/ill_homepg.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.illustAboutus {
	background-image: url(../shared/ill_aboutus.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.illustTravel {
	background-image: url(../shared/ill_travel.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.illustMeetings {
	background-image: url(../shared/ill_meetings.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.illustVacations {
	background-image: url(../shared/ill_vacations.gif);
	background-position: top;
	background-repeat: no-repeat;
}

	
/* Section Text */
	.smenu01 { 
		font-family: Arial, Helvetica, sans-serif; 
		color: #000000; 
		font-size: 11px; 
		line-height: auto;    
		margin-left: 8px;
	}
    
	.smenu02 { 
		font-family: Arial, Helvetica, sans-serif; 
		color: #ffffff; 
		font-size: 11px; 
		line-height: auto;    
		margin-left: 8px;
	}   
    
	.intro01 { 
		margin-right: 16px;
		margin-top: 12px;   
		line-height: 18px;               
	}   
    
	.intro02 { 
		margin-right: 16px;
		margin-top: 12px;   
		line-height: 15px;       
	}     
	
    .intro03 { 
		margin-right: 16px;
		margin-top: 0px;   
		line-height: 15px;       
	}     
	
	.content01 { 
		margin-right: 34px;
		margin-bottom: 6px;          
	}
    
	.content02 { 
		margin-top: 16px;
		margin-right: 30px;          
	}
    
	.content03 { 
		margin-top: 8px;
		margin-right: 40px;     
		     
	}
    
	.content04 { 
		margin-top: 6px;
		margin-right: 5px;          
	} 
    
	.content05 { 
		margin-top: 8px;
		margin-right: 20px;    
	}  
    
	.content06 { 
    	margin-top: 8px;
		margin-bottom: 14px;      
		margin-right: 20px;    
	} 
    
	.content07 { 
		margin-right: 14px;
		margin-bottom: 6px;          
				
	}
    
	.content08 { 
		margin-top: 8px;
		margin-right: 40px;
		margin-left: 20px;
		
	}
    
	.content09 { 
		margin-top: 8px;
		margin-right: 15px;     	
		
	}
    
	.content10 { 
		margin-top: 14px;
		margin-right: 10px;     	
		
	}    
    
	.redTxt { 
		color: #ab650d; 
		font-weight: bold;          
	}     
    
	.contentSmall01 { 
		font-size: 11px; 
        margin-top: 6px; 
        margin-bottom: 10px;         
	} 
    
	.contentSmall02 { 
		font-size: 11px;
		margin-right: 15px;          
	} 
    
	.contentSmall03 { 
		font-size: 11px; 
        margin-top: 6px; 
	}                
    
	.copyright { 
		font-size: 10px; 
		color: #887e6e;
        margin-top: 6px;
		margin-right: 43px; 
	}
    
/* Image Position */    
	.topDown01 { 
        margin-top: 4px;
	}   
    
	.topDown02 { 
        margin-top: 27px;
	}    
    
    .imagefloat01 {
      float: left;
      margin-right: 10px;
      margin-top: 2px;     
      padding: 5px;        
      } 
    
    
/* Table Position */    
	.menuTxt { 
        margin-top: 6px;
	}
    
	.smenu { 
        position: relative; 
        left: 164px;
	}   
   
    .logoLink { 
        position: relative; 
        top: 13px; 
        left: 4px;        
	}     
	
/* LINK Text */
	a:link {
		color: #333333;
		text-decoration: none;
	}
		
	a:visited {
		color: #333333;
		text-decoration: none;
	}
	
	a:active { 
		color: #333333;
		text-decoration: none;
	}
    
	a:hover { 
		color: #333333;
		text-decoration: underline;
	}    
    
	
/* SMENU Link Text */
	a.linkSmenu:link {
		color: #000000;
		text-decoration: none;
	}
		
	a.linkSmenu:visited {
		color: #000000;
		text-decoration: none;
	}
	
	a.linkSmenu:active { 
		color: #000000;
		text-decoration: none;
	}
	
	a.linkSmenu:hover { 
		color: #ffffff;
		text-decoration: none;
	}     
    
/* COPYRIGHT Link Text */
	a.linkCopyright:link {
		color: #887e6e;
		text-decoration: none;
	}
		
	a.linkCopyright:visited {
		color: #887e6e;
		text-decoration: none;
	}
	
	a.linkCopyright:active { 
		color: #887e6e;
		text-decoration: none;
	}
	
	a.linkCopyright:hover { 
		color: #887e6e;
		text-decoration: underline;
	}      

