/* Start of CMSMS style sheet '00_notepad_content' */
/* Main content */
#left_column {
    display: block;
    width: 570px;
    float: left;
    margin-left: 70px;
    padding: 0px;
}

#left_column h1,
#left_column h2,
#left_column h3,
#left_column h4,
#left_column h5,
#left_column h6 {
    margin: 0px;
}
#left_column a {
    text-decoration: none;
    color: #28455A;
    font-weight: bold;
    border: 0px;
}
#left_column a:hover {
    text-decoration: underline;
}
#left_column a img {
    border: 0px;
}

#left_column  img {
    /*float: left;*/
    width: 200px;
    height: auto;
}

#left_column ul {
    list-style: none;
    margin-left: 10px;
}


/* End of '00_notepad_content' */

