﻿@import url("navigation.css");
@import url("sifr.css");

body 
{
    background:#1fc000 url(../images/body-bg.gif) repeat-x;
    margin:0px;
    padding:0px;
}

#wrapper
{
    background:transparent url(../images/content-bg.png) repeat-y;
    width:724px;
    padding:0px 19px;
    margin:0px auto;
}

#logo
{
    background:#5e3896 url(../images/logo-bg.gif) repeat-x;
    width:694px;
    height:41px;
    padding:30px 15px 0px 15px;
}

#header
{
    background:transparent url(../images/header-bg.jpg) no-repeat;
    width:724px;
    height:242px;
}

#headerLeft 
{
    width:274px;
    float:left; 
    padding-left:20px;
    padding-top:32px;
}

#headerRight 
{
    width:430px;
    float:right; 
}

#header ul
{
    list-style-type:square;
    margin:0px;
    padding:0px;
    padding-left:28px;
    color:White;
    font-family:Georgia, Tahoma, Verdana;
    font-size:14pt;
}

#content
{
    background:transparent;
    padding:15px 30px;
}

#content, #footer
{
    font-family:Verdana, Tahoma, Arial;
    color:#434343;
    font-size:8pt;     
    line-height:140%;    
}

#footer
{
    background:transparent url(../images/footer-bg.gif) no-repeat center top;
    width:660px;
    margin:0px auto;
    padding-top:27px;
    padding-bottom:95px;
}

#footerLeft { float:left; }

#footerRight { float:right; text-align:right; }

/* content styles */

div.pageHeadingWrapper, div.separator
{
    padding-bottom:2px;
    border-bottom:1px dotted gray;    
}

div.separator
{
    height:2px;
    font-size:0;
    line-height:0;
}

div.interestPoints { margin:15px 35px; }

#content ul { list-style:square; }

#content ul li
{
    margin-top:15px;
}

/* link styles */

#content a, #footer a { color:#333366; }

#content a:hover, #footer a:hover { color:#f74801; }