body {
    margin: auto;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    background-color: #ffffff;
    background-image: url(images/642_main-bg.jpg);
    background-repeat: repeat-x;
    font-size: 14px;
    color: #333333;
 }

 .sf_main_header {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-weight: normal;
    min-height: 70px;
    height: 70px;
    padding: 22px 0px 45px 0px;
    text-align: left;
    font-size: 36px;
    color: #2855AD;
 }

 .sf_footer {
    border-top: 1px dashed #bbbbbb;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    text-align: left;
    clear: both;
    margin: 0px 325px 0px 30px;
    padding: 10px 0px;
    min-height: 1%;
    height: 1%;
    font-size: 11px;
    color: #2855AD;
 }

 .sf_navigation ul li a {
    text-decoration: none;
    background-image: url(images/642_nav-left.png);
    background-repeat: repeat;
    background-position: left;
    padding: 6px 7px 6px 12px;
    display: block;
    color: #D13C65;
 }

 .sf_navigation ul li a:visited {
    text-decoration: none;
    color: #3062C1;
 }

 a:link {
    text-decoration: underline;
    color: #DC1637;
 }

 a:visited {
    text-decoration: underline;
    color: #3062C1;
 }

 a:hover {
    text-decoration: none;
    color: #3D5C9E;
 }

 
