html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, 
th, td, article, aside, canvas, details, embed, figure, figcaption, footer, 
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
}
body {
	font-size: 1.0em;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial;
	text-rendering: optimizeLegibility;
	color: #8b8b8c;	
	background-color:#e8e3d9;
}
a {
	outline: none;
	color: #0077c3;
	text-decoration:none;
}
a:hover {
	color: #0f3647;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
width:100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
p{
margin-bottom:10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-top:60px;
	margin-bottom:25px;
}
ul+h1,
ul+h2,
ul+h3{
margin-top:40px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	display:block;
}
.header{
margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
	display:block;
padding:100px 0px;
color:#0077c3;
position:relative;
font-family:'Open Sans Condensed', sans-serif;
}

.site{
	background-color:#efefef;
}

.wrapper{
margin:0px auto;
width:1200px;
padding: 0px 0px;
margin-top:0px;
margin-bottom:0px;
background-color:#FFF;
text-align:center;
}

.page-logo{
margin:50px auto;
width:300px;
margin-bottom:50px;
}

.footer{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
	display:block;
	padding: 40px 70px;
	background-color:#e8e3d9;
	border-top:10px solid #aaa;
}
