#welcomeContainer .subTextDesc, .instructionSection .subTextDesc {
    color: #444444;
    font-size: 20px;    
    padding-bottom: 20px;
    font-style: italic;    
}

#welcomeContainer .subTextDesc {
}

#welcomeContainer .subTextLarge {
    color: #666666;
    font-size: 30px;
}

.instructionSection .sectionTitle {
    padding-bottom: 20px;
}

.instructionSection .sectionTitle img {
    float: left;
    padding-right: 20px;
}

.instructionSection .sectionTitle div {
    font-size: 40px;
    padding-top: 5px;
}

.instructionSection .sectionTitle div a {
    color: #666666;
    text-decoration: none;
}

.instructionSection .sectionTitle div a:hover {
    color: #194C7F;
}
    
.instructionSection .imageContainer {
    padding-bottom: 30px;
}

.instructionSection .subTextDesc {
    padding-bottom: 40px;
}