
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #efffd0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: .15in;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.2em;
	text-align: center;
}

a {
	background: url("images/linkbg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #0000ff;
	text-decoration: underline;
}

#menu a {
	padding: 0 0.05in 0.05in 0.05in;
	font-weight: bold;
}

a:visited {
	color: #8000ff;
}

h1, h2, h3 {
	width: 100%;
	text-align: center;
}

h1 {
	font-size: 2.2em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
}

p {
	text-align: left;
	text-indent: 0.25in;
}

table {
}

td {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}


#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 11in;
	min-width: 7in;
	text-align: left;
}

#background {
	position: fixed;
	width: 100%;
	min-width: 7in;
	height: 100%;
	z-index: -2;
	background-size: 100%;
	background-repeat: no-repeat;
}

#header {
	position: relative;
	height: 2.1in;
	border-bottom: 2px solid black;
}

#header #address {
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
}


.logo {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 2in;
}

.imageLabel {
	position: absolute;
	bottom: .25in;

	padding: 0 0.05in 0.05in 0.05in;
	background: url("images/linkbg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-weight: bold;
}

.spacer {
	width: 0.25in;
	min-width: 0.25in;
	height: 0.25in;
	min-height: 0.25in;
}


