/* Layout ******************/
#content ul
{
    margin-bottom: 10px;
}

#content p
{
    padding: 0;
    margin: 20px 0 0 0;
}

#content h1
{
    padding: 0;
    margin: 25px 0 0 0;
}


/* Fonts *******************/
h1
{
/*    font-family: Tahoma, Verdana, sans-serif;*/
    text-transform: uppercase;
    font-size: 15px;
}

h2
{
/*    font-family: Tahoma, Verdana, sans-serif;*/
/*    text-transform: uppercase;*/
    font-size: 14px;
    font-weight: bold;
}

h3
{
    font-weight: normal;
}

/* Colors ******************/
h1, h2
{
/*    color: #9daeb8;*/
/*    color: #95C4E7;*/
/*    color: #235F9F;*/
}

h1, h2, h3
{
    color: #13569e;
}
a
{
    color: #525f67;
}
/* Misc ********************/
ul
{
    list-style-image: url('img/marker.gif');
    margin-left: 1em;
}