﻿@import url("layout.css");
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background: #cec6af;
}
#container
{
    border-right: 2px solid #484848;
    border-bottom: 2px solid #484848;
    border-left: 2px solid #484848;
    background-color: #fff;
}
#masthead
{
    text-align: right;
    background-color: #336699;
    background-position: top;
    background-repeat: no-repeat;
}

#cont
{
    padding: 15px;
    background-color: #fff;
}

#content
{
    background-color: #fff;
}
#footer
{
    text-align: center;
    padding-bottom: 10px;
}
html > body #footer
{
    text-align: center;
    padding-bottom: 0;
}
/* Masthead */
#masthead h1
{
    color: #8b0000;
    margin-right: 0.5em;
    margin-bottom: 0;
}
#masthead h3
{
    color: #000;
    margin-top: 0;
    margin-right: 1em;
}

ul#navmenu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	background-color: #F3F0E1;
}

ul#navmenu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#navmenu li a
{
	display:block;
	float:left;
    color: #000000;
    background-color: #F3F0E1;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#navmenu li a:hover
{	
    color: #fea;
    text-decoration: none;
    background-color: #8b0000;
	height:22px;
}


#langlink 
{
    text-decoration: underline;
    font-weight: bold;
    float: right;
    height: 35px;
    padding-top: 0px;
    vertical-align: middle;
    margin-right: 5px;
    background-color: #E1DECF;
}
#langlink a
{
    background-color: #E1DECF;
}

/* Site typography */
h1
{
    font-size: xx-large;
    color: #800;
}
h2
{
    font-size: x-large;
    color: #700;
}
h3
{
    font-size: large;
    color: #600;
}
h4
{
    font-size: medium;
    color: #500;
}
h5
{
    font-size: x-small;
    color: #400;
}
h6
{
    font-size: xx-small;
    color: #300;
}
/* Footer */
#footer p
{
    font-size: x-small;
    color: #000;
}
/* Links */
a
{
    color: #8b0000;
    text-decoration: underline;
}
a:hover
{
    color: #fa3;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}

.chartMenuItem
{
    padding:5px 3px 5px 3px; 
    border: Solid 1px #C3DAF9;
}


