@charset "UTF-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;
}

header, footer, nav, content, article, aside, section
{
	display: block;
}

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

img
{
	display: block;
	margin: 0 auto;
}

/*Headings*/
nav
{
	text-align: left;
	position: absolute;
	width: 90%;
    left: 5%;
    top: 1%;
}

content
{
	text-align: center;
	width: 90%;
    left: 5%;
    top: 1%;
}

h1 {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 5em;
    color: #000000;
    font-weight: normal;
    margin: 10px auto 5px;
}

h2
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #323232;
    font-weight: normal;
    font-size: 20pt;
    display: inline-block;
    margin-right: .5em;
}

h6
{
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	color: grey;
	font-weight: normal;
}

table {
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.content {
    position: fixed;
    top: 30%;
    left: 5%;
    right: 5%;
    height:18em;
    vertical-align: middle;
    margin: auto;
}

.title, .squareCell
{
    margin: auto;
    width: 99%;
    /*max-width: 1270px;*/
    font-size: 0;
    text-align: center;
}

.squareImg {
    width: 6.25%;
    display: inline;
}

/*Links*/
a:link
{
    color: grey;
    text-decoration: none;
}

a:visited
{
    color: grey;
    text-decoration: none;
}

a:hover
{
	text-shadow: 0em 0em 1em grey;
    text-decoration: underline;
}

a img
{
	border:0;
}

#a
{
	display: block;
}

/*Footer information*/
footer
{
	position: absolute;
	text-align: right;
	left: 5%;
    bottom: 1%;
	width: 90%;
}

h6
{
	margin-right: 3%;
}

#about
{
	position: relative;

}

#copyright
{
	position: relative;
}
