* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;
}

body {
    background-color: #eee;
    padding: 10px;
    text-align: center;
}

p {
    margin-bottom: 1em;
}

#siteDiv {
    width: 742px;
    margin: 0 auto;
    text-align: center;
}

/* blocks *********************************************************************/

div.block {
    border: 2px solid #ccd7e0;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 10px;
    width: 728px;
    overflow: hidden;
    text-align: center;
}

div.item {
    background-color: #fafbfc;
    margin-bottom: 10px;
    padding: 10px;
    border-top: 1px solid #ccd7e0;
}

div.block p {
    text-alig: center;
}

/* links *********************************************************************/

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

/* text *********************************************************************/

h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em;
}

h1 acronym,
h1 {
    font-size: 14pt;
}

h1 span {
    font-size: 18pt;
}

acronym {
    cursor: help;
    border-bottom: dotted 1px #ccd7e0;
    text-decoration: none;
    color: #666;
}

/* copyright *********************************************************************/

div.copyright p {
    text-align: right;
    color: #666;
    padding: 5px 0;
    font-size: 8pt;
}

div.copyright p a {
    color: #666;
    font-size: 8pt;
}

