/* START ABOUT US CONTENT */
/* Start right main content */
#columnRight {
    float: right;
    width: 185px;
    padding: 0px 0px 175px 35px;
    margin: 28px 20px 0px 0px;
    /*FONT FORMATTING*/
    font-size: 120%;
    font-style: italic;
    line-height: 170%;
    letter-spacing: .03em;
    background-image: url(../images/dash.gif);
    background-repeat: repeat-y;
}
/* End right main content */
/* Start left main content */
#TwoThirdsColumn {
    margin: 0px 285px 0px 15px;
    padding: 27px 0px 0px 0px;
}

#TwoThirdsTop {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 120%;
}

#columnLeft {
    float: left;
    width: 207px;
    margin: 0px 0px 0px 0px;
    font-size: 103%;
    line-height: normal;
}

#columnMiddle {
    position: static;
    margin: 0px 0px 0px 235px;
    font-size: 103%;
    line-height: normal;
}

/* Bold, blue text */
.boldBlueHeader {
    font-weight: bold;
    color: #3875b8;
}

/* end left main content */

/* start more less links */
.hyperlink {
	font-weight: bold;
    
    letter-spacing: .05em;
    color: #3875b8;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.hyperlink a:link {
	font-weight: bold;
    text-decoration: none;
    color: #3875b8;
}

.hyperlink a:visited {
	font-weight: bold;
    text-decoration: none;
    color: #3875b8;
}

.hyperlink a:hover {
	font-weight: bold;
    text-decoration: none;
    color: #003399;
}

/* End more less links */


/* END ABOUT US CONTENT */