﻿body
{
    background: #EFECCA;
    color: #444;
    font-family:"Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
    font-size: small;
}

div#page 
{
	background:white;
	margin:25px;
	padding:15px;
	border:1px dotted #A7A37E;
}
a {
    color: #046380;
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
}

a:hover {
    border-bottom: 1px dashed red;
}

div.padded
{
    margin: 0.5em 0 0 0.5em
}
h1,h2,h3,h4 
{
	color:#004D66;
}
/* Head */
div#head 
{
	text-align:center;
	font-family:"Trebuchet MS", Arial, Verdana, Sans-Serif;
}
h1
{
    font-size: 3em;
    font-weight:normal;
    margin:0;
    text-transform:uppercase;
    letter-spacing:8px;
}
h1 span 
{
	display:block;
	font-size:0.3em;
	text-transform:lowercase;
	letter-spacing:2px;
	color:#999;
}
div#head ul 
{
	list-style-type:none;
	width:300px;
	margin:0 auto;
	padding:0;
}
div#head li 
{
	display:block;
	width:100%;
	text-align:center;
	margin:0;
	text-transform:uppercase;
}
div#head li strong 
{
	text-transform:uppercase;
	font-weight:normal;
	color:#999;
	letter-spacing:2px;
}
div#head li a 
{
	text-transform:lowercase;
	font-size:0.95em;
}

/* Content */

h2
{
	border-bottom: 1px dotted #A7A37E;
	font-size: medium;
	text-transform:uppercase;
	font-weight: bold;
	margin: 2em 0.5em 0.8em 0.5em;
	clear: left;
	padding:8px;
	color:#A7A37E;
	letter-spacing:4px;
}

h3
{
    font-size: medium;
    font-weight: bold;
    margin: 1.5em 3em 0 2em;
}

div.third h3
{
	margin: 0.8em 0 0 0;
	font-size: small;
}

p
{
    text-align: justify;
    margin: 0.8em 3em;
}

div.padded li
{
    margin: 0;
    font-size: small;
}

ul
{
	margin: 0 0 0.8em 0;
	list-style: none;
	padding: 0;
}

li
{
    margin: 0 0 0 3em;
}
li.download 
{
	padding-top:1.5em;
}
ul.points li
{
	margin: 5px 0 0 5em;
	background: url(/lib/img/ico-arrow.gif) no-repeat left center;
	padding:0 0 0 16px;
}
div.third
{
    float: left;
    margin: 0 0 1em 1em;
    width:30%;
}

dl
{
	margin: 0;
	padding: 0;
}

dt
{
	margin: 0 0 0 1.5em;
}

dd
{
	margin: 0 0 0 3em;
}

dd:before
{
	content: "-";
}

a.downloadPDF 
{
    padding: 2px 0 2px 18px;
    background: url(/lib/img/link_pdf.gif) top left no-repeat;
}