@charset "utf-8";

body {
	background: #D7D7D7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.full_size #container {
	width: 8.5in;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 11in;
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */

}
.full_size #mainContent {
	text-align: center;
	margin: 48px 70px;
	position: relative;
}

#title {
	font-size: 16pt;
	font-weight: bolder;
	padding: 15px 0 6px 0;
	text-align: center;
}

#subtitle {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

#full_image {
	margin: 0 auto;
}

#copyright {
	text-align: center;
	font-size: 8pt;
	color: #A0A0A0;
	position: relative;
	top: -0.5em;
}

#legend {
	font-size: 10pt;
	text-align: left;
	padding-left: 125px;
}

a#title_copyright {
	font-size: 100%;
	text-decoration: none;
}

a#title_copyright:link {color: #005073;}
a#title_copyright:visited {color: #005073;}
a#title_copyright:focus {color: #005073;}
a#title_copyright:hover {color: red;}
a#title_copyright:active {color: #005073;
}

a#photo_copyright {
	font-size: 100%;
	text-decoration: none;
}

a#photo_copyright:link {color: #005073;}
a#photo_copyright:visited {color: #005073;}
a#photo_copyright:focus {color: #005073;}
a#photo_copyright:hover {color: red;}
a#photo_copyright:active {color: #005073;
}

