/* 
    Document   : newCascadeStyleSheet
    Created on : Feb 16, 2009, 11:15:07 PM
    Author     : l
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    color: #333;
    font-family: Georgia, "Times New Roman, Times", serif;
    margin: 0;
}

body, table {
    font-size: 1em;
    line-height: 1.5em;
}

#middle td {
    vertical-align: top;
}

h2 {
    font-weight: normal;
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font-weight: bold;
    font-size: 1em;
    margin: 0;
}

.hr {
    border-top: 1px solid #CCC;
    margin-bottom: 1em;
}

img {
    border: 0;
}

#middle {
    margin-left: 98px;
    margin-right: 97px;
    width: 760px;
}

#footer {
    background-color: #FFF;
    border-top: 8px solid #414D67;
    color: #999;
    margin-top: 2em;
    padding-bottom: .5em;
    padding-top: .5em;
}

#footer a {
    color: #999;
    text-decoration: none;
}

a {
    /*color: #660000;*/
    color: #414D67;
    text-decoration: none;
}

a:hover {
    background-color: #FFFFCC;
}

.thumbnail {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    width: 360px;
}

#content {
    background-color: #F9F9FA;
}