.column {
    width: 212px;
    float: left;
    margin: 0px 23px 0px 0px;
}

.contentColumn {
    background-color: #edeaea;
    border: 8px #e1e1e1 solid;
    width: 195px; 
    padding: 5px; 
    
}

.contentColumn p {
    font-size: 9pt;
    letter-spacing: 0px;
}

#imagePack {
    background-color:#EDEAEA;
    border:8px solid #E1E1E1;
    margin:36px 0 0;
    width:205px;
}

.blueText {
    color: #00adef !important;
}

.yellowText {
   color: #ecc200 !important; 
}

.greenText {
    color: #00d6a1 !important;
}

.pinkText {
    color: #d60080 !important;
}

.greyBorder {
    border: 3px #5D5D5D solid;
}

.whiteBorder {
    border: 9px #5d5d5d solid !important;
}

.whiteText {
    color: #ffffff !important;
}

.genPinkText {
    color: #d60080 !important;
}

.pinkText, .greenText, .yellowText, .blueText {
    font-size: 14px  !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0px !important;
}

#columnLeft {
    width: 275px;
    float: left;
    margin: 0px 30px 0px 0px;
}

#middleColumn {
    width: 275px;
    float: left;
    margin: 0px 30px 0px 0px;
}

#columnRight {
    width: 275px;
    float: left;
}

#smallLeft {
    width: 250px;
    float: left;  
    margin: 0 50px 0 0;  
}

#largeLeft {
    width:610px;
    float: left;  
    margin: 0 0px 0 0;       
}

#smallRight {
    width: 290px;
    float: left;    
}

#largeRight {
    width: 590px;
    float: left;    
}

.customBorder {
    height: 10px;
    background-image: url(/images/border.jpg);
    background-repeat: repeat-x;
    width: 100%;
}

.mceContentBody h1{
    color: #383838;
    letter-spacing: -2px;
    font-weight: bolder;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
    margin: 0px 0px 10px 0px;
    font-size: 20pt;
}

