﻿a 
{
    color: #4172da;
}
body 
{
    background-image: url(bg.jpg);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    font-family: Arial, Arial;
    font-size: 75%;
}
div#container 
{
    left: 50%;
    margin-left: -370px;
    position: absolute;
    top: 20px;
    width: 740px;
}
div#content
{
    margin: 0px 170px 0px 170px;
}
div#contenthome
{
    margin: 0px 0px 0px 170px;
}
div#footer
{
    margin: 40px 0px 20px 150px;
}
div#footer p
{
    font-size: 90%;
    margin: 0px;
    padding-top: 10px;
    text-align: center;
}
div#main
{
    margin-top: 20px;
}
div#main h1
{
    color: #335479;
    font-size: 180%;    
    font-weight: normal;  
    margin: 0px;  
    padding: 10px 0px 0px 0px;
    text-align: center;        
}
div#main h2
{ 
    color: #666;
    font-size: 130%;
    font-weight: normal;
    margin: 0px;  
    text-align: center;        
}
div#main h2.blue
{ 
    color: #4172da;
    font-size: 130%;
    font-weight: normal;
    margin: 0px;  
    text-align: center;        
}
div#navigation
{
    position: absolute;
    top: 20px;
    width: 150px;
}
img 
{
    border: none;
    vertical-align: top;
}
p.bold
{
    font-weight: bold;
}
p.italic
{
    font-style: italic;
}
p.quote
{  
    color: #4172da;
    font-size: 120%;
    padding: 5px 30px 5px 20px;
}
table 
{
    font-size: 100%;
}