@import url(http://fonts.googleapis.com/css?family=Merriweather:300,400);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

html {
	font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 12pt;
	line-height: 1.5em;
	text-align: justify;
}

body {
	width: 100%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 3em;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
	border: none;
}

table {
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

tr, td {
	padding: 0;
}

div#top{
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

div#nav {
	display: inline-table;
	margin: auto;
	width: 1000px;
	min-width: 1000px;
}

div#nav>span {
	display: table-cell;
	padding: 10px;
	display: table-cell;
	font-family: "Noto Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16pt;
}

div#nav>a {
	display: table-cell;
	padding: 10px;
	display: table-cell;
	font-family: "Noto Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
	font-size: 16pt;
}

div#content {
	width: 800px;
	min-width: 800px;
	margin: auto;
}

div#copy {
	margin-top: 150px;
	width: 100%;
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	font-size: 8pt;
	text-align: center;
}

span.description {
	font-size: 12pt;
	text-align: center;
}