/* Soft Idiom
 * The USC 3 column style sheet for dynamic templates
 */

/* this style gives the 3 column layout */
.dt-page {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 960px;
    text-align: left;
}
.dt-header {
    clear: both;
    width: 100%;
}
.dt-panel {
    min-height: 500px;
    margin-left: 24px;
    margin-right: 20px;
    background-color: white;
}
.dt-one {
    float: left;
    padding: 10px 0px 10px 5px;
}
.dt-three {
    float: right;
    padding: 10px 5px 10px 0px;
}
.dt-two {
    padding: 10px 5px 10px 5px;
}
.dt-footer {
    clear: both;
    width: 100%;
}

/* the elements */
.dt-element {
    padding: 1px;
}
.dt-menu {
    margin-left: 24px;
    margin-right: 20px;
    height: 26px;
    background-color: #DEE0F3;
}
.dt-wizards {
    width: 95%;
}
.dt-adverts {
    margin: 0px 10px 10px 10px;
    border: 1px dotted gray;
}
.dt-adverts p {
    margin: 3px;
}
.dt-adverts blockquote {
    margin: 0px 0px 0px 10px;
}
.dt-adverts2 {
    margin: 0px 10px 10px 10px;
}
.dt-adverts2 a {
    margin: 0px;
}

/* the title from a piece of site content */
.title {
    font-size: 18px;
    font-weight: bold;
    color: blue;
    margin-bottom: 10px; 
    font-family: verdana,arial,sans-serif;
    text-decoration: none;
}
/* the content from a piece of site content */
.content {

}
