/* RESET
-----------------------------------------------------------------------------*/

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: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

/* BASIC
-----------------------------------------------------------------------------*/

html {
	height: 100%;
}

body {
	font: 16px/1.5 'PT Sans', sans-serif;
	font-weight: 400;
	color: #808080;
	background: #FFFFFF url(../images/bgWhite.gif) repeat top left;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 640px;
}

header {
	padding-top: 4em;
	margin: 0;
}

section {
	padding: 0;
	margin: 0;
}

footer {
	display: inline;
	float: left;
	padding: 6px 0 0 0;
	margin: 0;
	width: 100%;
	border-top: 1px solid #D0D0D0;
}

#logo {
	display: block;
	float: left;
	width: 100%;
}

.info {
	display: block;
	float: left;
}

.legal {
	display: block;
	float: left;
	padding: 0 0 1em 0;
}

/* TEXT
-----------------------------------------------------------------------------*/

p {
	color: #808080;
}

.center {
	padding-top: 3em;
	text-align: center;
}

h1 {
	font: 48px/1.2 'PT Sans', sans-serif;
	font-weight: 700;
	color: #97a73b;
	margin: 24px 0;
}

h2 {
	font: 24px/1.5 'PT Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 24px;
}

small {
	font: 14px/1.5 'PT Sans', sans-serif;
	padding-bottom: 12px;
}

a {
	color: #26ade4;
	text-decoration: none;
	cursor: pointer;
}

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

a:active {
	color: #114c63;
	text-decoration: underline;
}

a:visited {
	color: #114c63;
}