/* CSS reset -------------------------------------------------------- */

* {
    padding: 0;
    margin:0;
}

a {
    outline: 0;
}

/* Defaults --------------------------------------------------- */

* {
    //font-family: 'Courier', 'Courier New', sans-serif;
    font-family: 'Verdana';
    font-size: 12pt;
    line-height: 1.5em;
}

/* Basic page layout ------------------------------------------------ */

.header {
    background: url('bg-01.jpg') no-repeat;
    background-size: 1920px 300px;
    width: 100%;
    height: 300px;
    color: white;
    padding-left: 15%;
}

#pagetitle {
    color: white;
    text-decoration: none;
    font-size: 60pt;
    font-family: 'Courier', 'Courier New', sans-serif;
}

.content {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5em;
}

.content h1 {
    font-size: 1.7em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.content h2 {
    font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.content p {
    margin-top: 1em;
}
/*

#content {
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 5em;
}


#content h2 {
	color: #000000;
	font-size: 12pt;
	margin-top: 2em;
}

#content p,
#content li {
color: #000000;
	font-size: 10pt;
	line-height: 14pt;
}

#content li {
    margin-left: 2em;
}

a,
#content p a {
	color: #2f5471;
}
*/
