body {
    background:#f8f8f8;
    margin:0;
    padding:40px 20px;
    font:small "Segoe UI",Verdana,Arial,helvetica;
    text-align:center;
    color:#333;
    font-size: 11pt;
}
#main 
{
    background:white;
    padding-bottom: 40px;
    width:740px;
    border: solid 1px #c0c0c0;
}
#normalmain
{
    background-color:white;
    padding: 20px 40px 40px 40px;
    width:740px;
    border: solid 1px #c0c0c0;
    text-align:left;
}
.normalblock
{
    padding: 20px;
    text-align:left;
    vertical-align:text-top;
}
#copyright {
    font-size: 8pt;
    text-align:center;
}
#subtitle {
    font-size: 11pt;
    color:#3030a0;
}
#contact {
    font-size: 9pt;
    color:#3030a0;
}
.btnnav 
{
    font-size: 11pt;
    color:white;
    background-color: #3030a0;
    background-image: url('images/button-grad.jpg');
    padding: 5px 20px 5px 20px;
    width:120px;
    
}

/* Leave the a: styles in the correct order. */
#navarray a:link {color: white; text-decoration: none;}     /* unvisited link */
#navarray a:visited {color: white; text-decoration: none;}  /* visited link */
#navarray a:hover {color: #ffff40; text-decoration: none;}   /* mouse over link */
#navarray a:active {color: white; text-decoration: none;}   /* selected link */    

#navarray
{
    background-image:url('images/v-grad-240.jpg');
    padding: 10px 10px 80px 10px;
    border: solid 1px #9FAECC;
    width:140px;
}
