html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 100%;
	background: #ffffff;
	color: #222222;
	font: normal 100%/1.5 sans-serif;
}

body {
	margin: 0 auto;
	padding: 1%;
	font-size: 1em;
	line-height: 1;
	min-height: 100%;
	max-width: 900px;
	font: 300 100%/1.5 sans-serif;
	text-align: center;	
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

body, button, input, select, textarea {
	font-family: sans-serif;
}

/*******
	Core Element Styles
					*******/
p {
	margin: 0 0 0.6em;
	padding: 0;
	text-align: justify;
}

h1 {
	margin: 0 0 0.6em;
	font-size: 1.7em;
	font-weight: 600;
}

h2, h3, h4, h5, h6  {
	margin: 0 0 0.2em;
	font-size: 1.3em;
	font-weight: 600;
	text-align: center;
}

h3, h4 {
	font-size: 1.1em;
}

a, a:link, a:visited{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000096;
	font: inherit;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

/*********
	List Styles
			********/
ul {
	margin:0;
	padding:0 0 0 40px;
	list-style-type: none;
}

ul li{
	text-align: center;
	margin: 0 0 0.6em;
}

b, strong {
	font-weight: bold;
}


/******
	Header Styles
			*******/

[role="banner"] {
	margin: 0;
	padding: 0;
	color: #000022;
	background:  #000096;
}
			
.site-title {
	line-height: 1;
	padding: 10px;
	margin:0;
	color: #ffffff;
}