* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e5eef7;
	font-family: sans-serif;
	font-size: 9pt;
}

.header {
	background-color: #a5c3e1;
	margin-right: 4em;
	padding: 1ex 1em;
	border-bottom: 2px solid black;
}

.header * {
	text-decoration: none;
	color: navy;
	font-weight: normal;
}

.header b {
	font-weight: bold;
}

.header p {
	margin-top: 2ex;
}

.company {
	font-size: 200%;
	font-family: serif;
}

.smaller {
	font-size: 60%;
}

.menu {
        background-color: navy;
        width: 11em;
        text-align: center;
        vertical-align: top;
        padding: 2ex 0.5em;
}

.menu img {
	margin: 4ex 1em;
}

.menu li {
        background-color: #C7DBE7;
        margin: 3px 5px;
        text-align: center;
        border: 2px white outset;
        list-style-type: none;
        border-top: 1px solid #a5c3e1;
        border-bottom: 1px solid #a5c3e1;
}

.menu li a {
	display: block;
	text-align: center;
	width: auto;
	height: 100%;
        padding: 0.8ex 1em;
	text-decoration: none;
	color: black;
}

.content {
	padding: 2ex 1em;
}

.content p {
	margin-top: 1ex;
	margin-bottom: 2ex;
}

.maincontent {
	min-height: 200px;
	width: 750px;
}

.maincontent ul {
    margin-left: 2em;
    margin-top: 1ex;
}

.maincontent h2 {
    font-weight: bold;
    color: navy;
    font-size: 125%;
}

.maincontent h3 {
    font-weight: bold;
    color: navy;
    font-size: 110%;
}

.maincontent strong {
    color: #000080;
}

.maincontent p {
    text-align: justify;
}

table.contact th {
    padding: 0.25ex 2em 0.25ex 0px;
    text-align: left;
}

.title {
	border-bottom: 2px solid black;
	padding: 1ex 1em 2ex 0.2em;
	margin-bottom: 1ex;
	font-variant: small-caps;
	color: navy;
	font-size: 200%;
	font-weight: normal;
	font-style: italic;
}

div.end {
	width: 50%;
	display: block;
	height: 2px;
	background-color: black;
	margin-top: 4ex;
}

