html, body {
	background-color: #4c6ec7;
	color: #f2ffff;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	background-color: #4c6ec7;
	color: #f2ffff;
	height: 105px;
	padding: 10px 10px 7px 10px;
	font-size: 48px;
	margin: 0 30px 0 30px;
}

#body {
	background-color: #4c6ec7;
	color: #c0d6eb;
	padding: 10px;
	padding-bottom: 85px; /* Height of the footer */
	margin: 0 30px 0 30px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 82px; /* Height of the footer */
	background-color: #014493;
	/*padding: 10px 0px 7px 0px;*/
}

/*.body {
	min-height: 400px;
}*/
td .text {
	width: 750px;
}

td.img {
	width: 425px;
}

td.img img {
	max-width: 390px;
}

.body .img img {
	width: 100%;
}

div.text {
	padding: 10px 10px 5px 10px;
	text-align: justify;
}

div.text div.title {
	font-weight: bold;
	font-size: 28px;
	padding: 0 0 10px 0;
}

div.text div.paragraph {
	text-align: justify;
	padding: 0 0 6px 0;
}

div.text div.list {
	text-align: justify;
	padding: 0 0 6px 30px;
	margin-left: 20px;
}

div.text div.list li {
	padding: 0 0 6px 5px;
}

div .description {
	font-size: 19px;
	padding: 0 0 0 20px;
}

div .link a {
	text-decoration: none;
}

div .link a:visited {
	color: #f2ffff;
}

div .small {
	font-size: 17px;
	float: right;
}

div .small div {
	text-align: right;
}

div .scroll {
	overflow: auto;
	height: 200px;
	border: solid 1px;
}

#footer img {
	height: 65px;
	padding: 5px;
}

.right {
	float: right;
	padding-left: 10px;
	/*margin-right: 20px;*/
}

.bold {
	font-weight: bold;
}

table {
	width: 100%;
}

td {
	vertical-align: top;
}

img.inner_img {
	margin-top: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}