@import url("http://fonts.googleapis.com/css?family=Roboto:400,700,300,500");

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align:baseline;
	}

body {
	line-height: 1;
	color: #000;
	background: #fff;
	margin: 0;
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}

ol,ul{
	list-style:none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle;
	}

caption,th,td {
	text-align:left;
	font-weight:normal;
	vertical-align:middle;
	}

a img {
	border:none;
	}

html {
	font-size:62.5%;
	}	

body,p,ul,ol,dl,input,textarea{
	font-family: 'Roboto',sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #505050;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #034ea2;
	}

h1 {font-size: 3.6em;}
h2 {font-size: 3em;}
h3 {font-size: 2.4em;}
h4 {font-size: 20px; 
    font-weight: 700;
	}
h5 {font-size: 1.3em;}
h6 {font-size: 1em;}

fieldset {
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	}

legend {
	font-size: 2em;
	font-family: 'Roboto',sans-serif;
	line-height: 3em;
	}

p {margin: 0 0 1.2em 0; font-size: 14px; line-height: 18px; font-weight: 300}

ul,ol {
	margin: 0 0 1.2em 1.5em;
	padding: 0;
	}

ul {list-style-type: disc;}
	

ol {list-style-type: decimal;}

dl {margin: 0 0 1.2em 0;}

dl dt {font-weight: bold;}

dl dd {margin-left: 1.2em;}

abbr {border-bottom: 1px dotted #000;}

address {
	margin-top: 1em;
	font-style: italic;
	}

del {color: #000;}

a {
	color: #00ae8e;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #009479;
	}

a:focus {outline: none;}

blockquote {margin: 1.2em;}

strong {font-weight: 600;}

em,dfn {font-style: italic;}

dfn {font-weight: bold;}

pre {
	background: #f1f1f1;
	padding: 1em;
	border-left: .3em solid #ddd;
	}

pre,code {
	margin: 1.2em 0;
	white-space: pre;
	}

pre,code,tt {
	font: 1em monospace;
	line-height: 1.8em;
	}

tt {
	display: block;
	margin: 1.5em 0;
	line-height: 1.8em;
	}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
	margin: 1em 0;
	}

/**/

#header {
	position: relative;
	display: block;
	width: 100%;
	padding: 5px 0 0 0;
	}

#footer {
	width: 1024px;
	margin: 0 auto;
	}
	
	