html, body {
    background-color: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 120%;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #1858A8;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

div.body {
    padding: 16px 10px 16px 20px;
    width: 630px;
}

h2 {
    color: #555555;
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

h3 {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
}

ul.thumbnails,
ul.thumbnails li {
    margin: 0;
    padding: 0;
    list-style-type: none; 
}

ul.thumbnails {
    margin-top: 20px;
    margin-bottom: 25px;
}

.thumbnail-wrap {
    position: relative;
}

.thumbnail-wrap a {
    display: block;
    position: relative;
}

.thumbnail-wrap .thumbnail {
    display: block;
    position: relative;
}

.thumbnail-wrap .video-icon {
    position: absolute;
    left: 3px;
    bottom: 3px;
}

ul.thumbnails.one-column .thumbnail {
    height: 130px;
    width: 630px;
}

ul.thumbnails.two-column .thumbnail {
    height: 130px;
    width: 310px;
}

ul.thumbnails.three-column .thumbnail {
    width: 70px;
    height: 70px;
}

ul.thumbnails.four-column .thumbnail {
    width: 150px;
    height: 100px;
}

.columns-layout {
    overflow: hidden;
}

.columns-layout .column {
    float: left;
    margin-left: 10px;
}

.columns-layout .column:first-child {
    margin-left: 0
}

.columns-layout.two-column .column {
    width: 310px;
}

.columns-layout.two-column h3 {
    margin: 6px 0 0;
}

.columns-layout.two-column p {
    margin-bottom: 0;
}

.columns-layout.three-column {
    margin-bottom: 15px;
}

.columns-layout.three-column .column {
    margin-left: 0;
    margin-bottom: 10px;
    width: 200px;
    padding-right: 10px;
    height: 70px;
}

.columns-layout.three-column .column .thumbnail-wrap {
    float: left;
}

.columns-layout.three-column .column h3 {
    margin-left: 80px;
}

.columns-layout.four-column .column {
    width: 150px;
}

.columns-layout.four-column h3 {
    margin: 6px 0 0;
}

ul.links,
ul.links li {
    margin: 0 0 3px;
    padding: 0;
    list-style-type: none; 
}

ul.links {
    margin-top: 20px;
}

.footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #666;
background-color: #b0b0b0;
height: 25px;
}
