img
{
    border: none;
}
body
{
    background-image: url("../webimg/bg.jpg");
    background-repeat: repeat-x;
    background-color: #E0F4FB;
    font-family: calibri;
    color: #000;
    font-size: 8pt;
    margin-left: auto;
    margin-right: auto;
    width: 718px;
    position: relative;
    top: -10px;
}
.ie body
{
    background-color: #E0F4FB;    
    font-family: calibri;
    color: #000;
    font-size: 7pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -10px;
}
a:link {color: #555; text-decoration: none;}
a:visited {color: #555; text-decoration: none;}
a:active {color: #555; text-decoration: none;}
a:hover {color: #FF6611; text-decoration: underline;}

a.link:link {color: #555; text-decoration: none;}
a.link:visited {color: #555; text-decoration: none;}
a.link:active {color: #555; text-decoration: none;}
a.link:hover {color: #FF6611; text-decoration: underline;}

a.nav:link {color: #fff; text-decoration: none;}
a.nav:visited {color: #fff; text-decoration: none;}
a.nav:active {color: #fff; text-decoration: none;}
a.nav:hover {color: yellow; text-decoration: underline;}

a.norm:link {color: #fff; font-weight: bold; text-decoration: none;}
a.norm:visited {color: #fff; font-weight: bold; text-decoration: none;}
a.norm:active {color: #fff; font-weight: bold; text-decoration: none;}
a.norm:hover {color: #fff; font-weight: bold; text-decoration: underline;}
#header
{
    background-image: url("../webimg/header.png");
    background-repeat: no-repeat;
    height: 120px;
    width: 719px;
}
#main
{
    background-image: url("../webimg/main-rep.png");
    background-repeat: repeat-y;
    width: 719px;
}
.chrome #main
{
    background-image: url("../webimg/main-rep.png");
    background-repeat: repeat-y;
    width: 719px;
    margin-top: -5px;
}
.webkit #main
{
    background-image: url("../webimg/main-rep.png");
    background-repeat: repeat-y;
    width: 719px;
    margin-top: -5px;
}
#footer
{
    background-image: url("../webimg/footer.png");
    background-repeat: no-repeat;
    height: 184px;
    width: 719px;
}
#content
{
    padding-left: 20px;
    padding-right: 20px;
}
.ie #content
{
    padding: 0;
}
#nav-top
{
    background-image: url("../webimg/nav-top.jpg");
    background-repeat: no-repeat;
    width: 682px;
    height: 41;
}
#nav-mid
{
    background-image: url("../webimg/nav-rep.jpg");
    background-repeat: repeat-y;
    width: 682px;
}
#nav-bot
{
    background-image: url("../webimg/nav-bot.jpg");
    background-repeat: no-repeat;
    width: 682px;
    height: 41;
}
table
{
    font-size: 8pt;
}
table.nav
{
    text-align: center; margin-top: 5px; color: #fff;
}
.chrome table.nav
{
    text-align: center; position: relative; top: 5px; color: #fff;
}
.webkit table.nav
{
    text-align: center; position: relative; top: 5px; color: #fff;
}
td.break
{
    width: 320px;
}
.ie td.break
{
    width: 290px;
}
table.main-content
{
    color: #444;
    padding: 20px;
    text-align: justify;
}
table.main-content td
{
    vertical-align: top;
}
.ie table.main-content
{
    color: #444;
    width: 640px;
    text-align: justify;
}
table.footer
{
    position: relative;
    left: 20px;
    margin-top: 0px;
    text-align: justify;
    width: 100%;
    color: #555;
}
#logos
{
    width: 670px;
}