﻿body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #272727;
    font-family: Arial, Helvetica, sans-serif;
}
a
{
    color: #2D5986;
}
a img
{
    border: none;
}
p
{
    font-size: 1em;
    line-height: 1.5em;
}
ul
{
    margin: 0;
    padding: 10px 0 0 20px;
    list-style-type: square;
}
ol
{
    margin: 0;
    padding: 10px 0 0 25px;
}
li
{
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-left: 5px;
}
h2
{
    font-family: 'Palatino Linotype' , Palatino, serif;
    font-weight: normal;
    font-size: 2.4em;
    line-height: 1.1em;
    margin-top: 0;
    color: #484848;
    font-style: italic;
}
h3
{
    font-family: 'Palatino Linotype' , Palatino, serif;
    font-size: 1.4em;
    margin-top: 0;
    color: #907f0a;
}
h4
{
    font-size: 1.3em;
}
#container
{
    background: White url('images/site/bg.gif') repeat-x;
}

#content
{
    clear: left;
    margin: auto;
    width: 960px;
    min-height: 560px;
    background-color: White;
}
#header
{
    width: 960px;
    margin:auto;
    height: 170px;
    background: url('images/site/header.gif') no-repeat;
    position: relative;
}
#header h1, #header h2
{
    display: none;
}
a.home
{
    position: absolute;
    display: block;
    width: 680px;
    height: 75px;
    top: 45px;
    left: 5px;
}
a.home span
{
    display:none;
}

#quicklinks
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b1b8c3;
}
#quicklinks a, #languages a
{
    color: #b1b8c3;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
}
#quicklinks a:hover, #languages a:hover
{
    color: White;
    text-decoration: underline;
}
#languages
{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #b1b8c3;
}

#footer
{
    background-color: #a0a0a0;
    margin-top: 10px;
    border-top: solid 1px #7d7d7d;
    font-size: 0.8em;
    line-height: 2em;
    color: #f2f2f2;
    clear: left;
}
#footercontent
{
    width: 960px;
    margin: auto;
    padding: 20px 0;
    background-color: #959595;
    border-top: solid 1px #8d8d8d;
}
.column_left
{
    padding-top: 20px;
    width: 260px;
    min-height: 528px;
    background: transparent url(images/site/bg_left.gif) repeat-x;
    float: left;
}
.column_right
{
    padding-top: 20px;
    padding-left: 20px;
    width: 675px;
    float: left;
}
.quote
{
    padding: 20px;
    display: block;
    font-family: 'Palatino Linotype' , Palatino, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #666666;
}
.allpages
{
    display: block;
    width: 120px;
    height: 30px;
    float: left;
    border: 1px #cccccc solid;
    padding: 5px;
    margin: 0 5px 5px 0;
}
.tabContainer
{
    width:660px;
    float:left;
}
