body, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.4em;
}

.clear {
	clear: both;
	width: 100%;
	height: 0;
}

a {
	text-decoration: none;
    color: #296391;
}

a:hover {
	text-decoration: underline;
}

.leftmenu {
	padding: 50px 10px;
	background-color: #296391;
	color: #fff;
	width: 140px;
	height: 100%;
	position: fixed;
	margin: 0;
	top: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leftmenu ul {
	list-style: none;
	padding-left: 15px;
}

.leftmenu a {
	color: #fff;
}

.content {
	padding: 0 0 20px 160px;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 0 160px;
}

h2 {
	font-size: 14px;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 0 160px;
}	

h3 {
	font-size: 24px;
	margin: 30px 0 10px 0;
	color: #296391;
	font-weight: bold;
}

h4 {
	color: #296391;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}

.site {
	padding: 0 20px 20px 0;
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site:nth-child(odd) {
	clear: left;
}

.site:nth-child(even) {
	clear: right;
}

.mainSite {
	padding: 0 20px 20px 0;
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.25em;
}

.mainSite::after, .site:nth-child(even)::after, .site p::after {
	display: table;
	height: 0;
	width: 100%;
	content: '';
}

.mainSite h4 {
	font-size: 18px;
}

.site img {
	margin: 0 10px 0 0;
	float: left;
    max-width: 250px;
    width: 50%;
}

.mainSite img {
	max-width: 400px;
	margin: 0 10px 0 0;
	float: left;
    width: 40%;
}

.footer {
	font-size: 12px;
	text-align: right;
}

.footer a {
	color: #000;
}

@media only screen and (max-width:599px) {
	.leftmenu {
		position: relative;
		width: auto;
		height: auto;
		padding: 1em;
        margin-top: 1em;
	}

        .leftmenu div {
            display: inline-block;
            width: 49%;
        }

            .leftmenu div:last-child {
                text-align: right;
            }
	
	.leftmenu p {
		margin: 0;
	}
	
	h1, h2 {
		margin-left: 0;
	}
	
	.content {
		padding: 0 1em;
	}
	
	.site {
		float: none;
		width: auto;
	}
	
	.site img, .mainSite img {
		float: none;
		width: auto;
		max-width: 100%;
	}
}