@charset "UTF-8";

* {
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}

ol, ul {
    margin-top: 0px;
    margin-bottom: 10px;
}

hr {
	height: 0px;
	border-style: solid;
	border-color:  #cde3ec;
	border-width: 1px 0px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0px;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div, table, tr, td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img, table {
	border: none;
}

img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	padding: 3px 0px 8px 0px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #0389c1;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #475e67;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #475e67;
}

h4, h5, h6 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #475e67;
}

p {
	font-size: 16px;
	line-height: 1.3;
	padding: 3px 0px;
}

a, a:visited {
	text-decoration: underline;
	color: #0389c1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

a:hover {
	color: #30b6ff;
}

#pagewrapper {
	width: 720px;
	margin: 40px auto;
	text-align: center;
}

.logo {
	width: 400px;
	height: auto;
}

.hr {
	margin: 30px 0px;
	border-top: 1px solid #ccc;
	width: 100%;
}