/*
		Standard HTML elements
*/

body {
	background-color: white;
	background: linear-gradient(to right, white, #f9f9f9, #e1fdf4);
	color: black;
}

header {
	padding-top: 0px;
	display:block;
	width: 100%;

	text-align: center;
}



table {
	border-spacing: 0px;
}

th {
	font-weight: bold;
	text-shadow: 2px 2px black;
}

tfoot {
}

summary {
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 250px;
	background: url('images/footer_bg.png');
	pointer-events: none;
}

hr {
}

td {
	vertical-align: top;
}

a:link,
a:visited {
	text-decoration: none;
	color:  #0055aa;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

a:hover {
	text-shadow: 1px 1px rgba(0, 150, 0, 0.5);
}


.plainLink:link, .plainLink:visited {
	color:  blue;
	text-shadow: none;
}

.plainLink:hover {
	text-decoration: underline;
}


.bottomAnchor {
	position: fixed;
	bottom: 15px;
}

.greenCheck {
	background: url('images/greencheck.png');
	padding-right: 25px;
	width: 25px;
}

H1 {
	color: #0088d1;
	font-size: 2.5em;
	text-shadow: 1px 1px 2px #001f2f;
}

H2 {
	color: #0088d1;
	font-size: 2em;
}

H3 {
	color: green;
	font-size: 1.25em;
}

NAV {
	font-size: 1.25em;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 35px;
	box-shadow: 0px 20px 10px rgba(255,255,255,0.9) inset;
}

#CurrentPage {
	color:  #007733;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	opacity: 0.5;
}

.CheckSpacer {
	padding-left: 50px;
}

.SallyName {
	color: #0088d1;
	font-size: 1.75em;
	text-shadow: 1px 1px 2px #001f2f;
}

.SallyServe {
    color: #0077c1;
	font-size: 1.5em;
}



#Contents {
	max-width: 1200px;
	margin: 0 auto;
	z-index: 128;
}
