﻿body 
{
  font-family: 'Antic Didone', sans-serif;
    font-size: 12px;
    color: #515151;
    background: url(/assets/images/bodybg.gif) top center repeat-y;
    margin:0 auto;
}
p
{
    margin-top:0 auto;
}
h1
{

    font-size: 14px;
    color: #515151;
font-family: 'Antic Didone', sans-serif;
}
h2
{
    font-size: 20px;
    color: #515151;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: lighter;
font-family: 'Antic Didone', sans-serif;
    margin-top:0;
}
a, a:visited, a:link
{
font-family: 'Antic Didone', sans-serif;
    color: #336699;
    text-decoration: none;
}
a:hover, a:link
{
    text-decoration: underline;
}
#mainNav a, #mainNav a:visited, #mainNav a:link
{
    font-weight:lighter;
    font-size: 14px;
font-family: 'Antic Didone', sans-serif;
    text-decoration: none;
    color: #000;
    padding:15px;
  
}
#mainNav a:hover
{
    font-weight:bold;
    font-size: 14px;
font-family: 'Antic Didone', sans-serif;
    text-decoration: none;   
    background: #F0F0F0;
    color: #fff;
    padding: 15px;
}