@font-face{
    font-family: 'Conv_trebuc';
    src: url('../fonts/trebuc.eot');
    src: url('../fonts/trebuc.eot?#iefix') format('embedded-opentype'),
         url('../fonts/trebuc.woff') format('woff'),
         url('../fonts/trebuc.ttf') format('truetype'),
         url('../fonts/trebuc.svg#Conv_trebuc') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
margin: 0;
padding: 0;
}

body{
width: 990px;
margin: auto;
background: #b91f1e;
color: #4a4b30;
font-family: Trebuchet MS, "Conv_trebuc", Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.4em;
}

a img{
border: none;
}

#header{
margin: 0 auto;
background: #b91f1e;
color: #ffcccc;
}

#logo {
float: left;
}

#logo  img{
padding-top: 24px;
margin-bottom: 12px;
}


#navbar{
clear: both;
background: #ada96e;
border-bottom: 1px solid #c0c0c0;
border-radius: 8px 8px 0 0;
}

#navbar ul li{
display: inline;
list-style-type: none;
padding-left: 8px;
}

#navbar li a{
list-style-type: none;
display: inline-block;
color: #ffffff;
text-decoration: none;
padding: 12px;
font-weight: bold;
font-style: italic;
-webkit-transition: all 1.5s ease-out;
-moz-transition: all 1.5s ease-out;
}

#navbar li a:hover{
color: #b91f1e;
border: none;
}


#maincontent{
border-radius: 0 0 8px 8px;
margin: 0;
background: #ffcccc;
padding: 24px;
}

#maincontent a{
text-decoration: none;
color: #015099;
}

#maincontent a:hover{
border-bottom: 1px dotted;
}

#maincontent a.img:hover {
border: none;
}

#maincontent p{
padding-top: 1em;
padding-right: 298px;
}

#maincontent h2{
font-family: "Palatino Linotype", Garamond, serif;
letter-spacing: 0.1em;
line-height: 1.2em;
padding: 12px 0;
color: #b91f1e;
}

#maincontent h3{
font-family: "Palatino Linotype", Garamond, serif;
color: #b91f1e;
font-size: 1.1em;
padding-top: 24px;
}

#maincontent h4{
font-family: "Palatino Linotype", Garamond, serif;
font-style: italic;
color: #b91f1e;
padding-bottom: 12px;
}

#maincontent ul, #maincontent ol{
padding-top: 1em;
padding-left: 1em;
padding-right: 298px;
}

#maincontent ol ul{
padding-right: 0;
}

#maincontent li{
padding-bottom: 1em;
}

#maincontent .column{
width: 330px;
float: left;
min-height: 470px;
}

#maincontent .column p{
padding-right: 48px;
}

#rightcol{
width: 250px;
border-radius: 6px;
background: #c0c0c0;
float: right;
margin-top: 60px;
padding: 12px;
}

#rightcol p{
font-size: 0.8em;
line-height: 1.5em;
padding: 6px;
}

#rightcol h4{
font-family: Trebuchet MS, "Conv_trebuc", Arial, Helvetica, sans-serif;
font-style: italic;
color: #b91f1e;
padding: 6px;
}

#rightcol img{
width: 238px;
}

#mainbottom{
clear: both;
height: 1em;
}

#footer{
clear: both;
margin: 12px auto 0;
}

#footer p{
text-align: center;
color: #ffcccc;
font-size: 0.9em;
}

#footer p.privacy{
font-size: 0.8em;
line-height: 1.1em;
padding: 5px 0;
}

#footer a{
color: #ada96e;
text-decoration: none;
}

.cors{
font-style: italic;
}

.gras{
font-weight: bold;
}

.breadcrumb{
font-size: 0.8em;
font-weight: bold;
}