﻿body
{
    	font: 80% arial, helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #000;
		background: #369;
}

.hidden
{
    display: none;
}

div#container
{
    width: 65em;
    /*background: #B1C8CF;*/
}

/********/
/* Menu */
/********/
div#menu
{
    color: #fff;
    background: #369;
    padding-top: 2em;
    position: absolute;
	left: 0;
	width: 18.5em;
}

div#menu ul#flags
{
    list-style: none;
    margin: 0 0 1em 2em;
    padding: 0;
}

div#menu ul#flags li
{
    margin:0;
    padding:0;
    display: inline;
}

div#menu ul#flags li a img
{
    border: 0;
    padding-right: 10px;
    text-decoration: none;
}

div#menu ul#nav
{
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}

div#menu ul#nav a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: dotted 1px #003366;
}

div#menu ul#nav a:hover
{
    color: #003366;
    border-bottom: dashed 1px #003366;
}

div#contact a
{
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-bottom: dotted 1px #003366;
}

div#contact a:hover
{
    color: #003366;
    border-bottom: dashed 1px #003366;
}

div#menu ul#nav li
{
    padding-bottom: 5px;
}

div#menu h2
{
    font-size: 1.3em;
    margin:0;
}

div#menu div#contact
{
    margin: 1em 0 0 2em;
}

/***********/
/* Content */
/***********/
div#content
{
    padding: 2em;
    margin-left: 19.5em;
    color: #000;
    background: #B1C8CF;
    line-height: 1.5;
}

div#content ul#pageNav
{
    list-style-type:square;
}

div#content a
{
    color: #2121ff;
    text-decoration: none;
    border-bottom: dotted 1px #2121ff;
}

div#content a:hover
{
    color: #003366;
    border-bottom: dashed 1px #003366;
}


div#content h1
{
    font-size: 2em;
    margin-top: 0;
    line-height: normal;
    padding-bottom: 0.5em;
    border-bottom: dashed 1px #369;
}

div#content h2
{
    font-size: 1.4em;
    margin: 1em 0 0 0;
}

div#content p
{
    margin: 0 0 .5em 0;
    width: 40em;
}

div#content div#backtotop
{

    text-align: center;
    border-top: dashed 1px #369;
    margin-top: 1em;
    padding: 1.5em;
}

div#content .image img
{
    border: solid 1px #369;
    padding: 1px;
    display: block;
}

div#content .image span
{
    display: block;
    margin: 0.1em 0 1em 0;
    text-align: center;
    color: #369;
}
