*
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.everything {
	padding: 0;
    height: 100%;
    min-height: 100%;
    max-width: 650px;
	font-family: Helvetica, sans-serif;
}

body,header {
	max-width: 650px;
	margin: 0 auto;
	align-items: center;
	position: relative;
	text-align: center;
	align-content: center;
    -webkit-align-content: center;
}

img {
	max-width: 650px;
}

li {
	padding-top: 7px;
}

#navigation {
	padding: 10px 10px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 8px;
	font-weight: bold;
	font-size: 20px;
    color: black;
}

a {

    color: #666;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FD6A56;
}

.this {
	color: #FD6A56;
}

h1 {
	font-size: 20px;
	color: #222;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}

h2 {
	font-size: 18px;
	color: #444;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0px;
}


.verticalPadding50 {
	padding: 50px 0px;
}

td img {
	padding-right: 8px;
}

.list {
	padding-bottom: 20px;
}

.intro {
	font-size: 17px;
	color: #666;
}


td,.regular {
	font-size: 17px;
	text-align: left;
	color: #666;
	font-weight: normal;
}

td {
    padding-bottom: 10px;
}

.bottomLink {
	padding: 50px 0px;
	font-size: 20px;
    color: #00C;
	font-weight: bold;
}

.footer {
	padding: 50px 0px;
	font-size: 12px;
    color: #999;
}

.graphicLinks {
	padding-top: 50px;
	word-spacing: 30px;
}

