﻿*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.container {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px;
}

body {
	margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666666;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-color: #f6f6f6;
}

header {
	background-color: white;
	font-family: Calibri;
	font-size: 11pt;
	clear: left;
    text-align: center;
    padding: 1em;
}

footer {
	background-color: white;
	font-family: Calibri;
	font-size: 8pt;
	clear: left;
    text-align: center;
    padding: 1em;

}

article {
	background-color: white;
	font-family: Calibri;
	font-size: 11pt;
	margin: 0;
    padding: 1em;
}

aside {
	background-color: white;
	font-family: Calibri;
	font-size: 11pt;
	float: right;
}

.shadow {
	float: left;
	width: 100%;
	background-color: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 20px;
}

nav {
	background-color: white;
	font-family: Calibri;
	font-size: 11pt;
    float: right;
    width: 125px;
    margin: 0;
    padding: 1em;
    height: auto;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

h1 {
	font-family: Calibri;
	font-size: 16pt;
	text-align: center;
}

h2 {
	font-family: Calibri;
	font-size: 14pt;
	text-align: center;
}

h3 {
	font-family: Calibri;
	font-size: 11pt;
	text-align: left;
}

a {
	font-family: Calibri;
	font-size: 11pt;
	color: #666666;
}

a:hover { 
	text-decoration: none;	
}

a:visited {	
	color: #666666;
}

hr {
	width: 50%;
	line-height:1px
}

img {	
	border: 0px;
}

