@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00006C;
	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;
}
img.lgfr {
	border: 3px solid #000000;
	padding: 30px;
	background-color: #FFFFFF;
}
img.smfr {
	background-color: #FFFFFF;
	padding: 13px;
	border: 1px solid #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFCC;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFCC;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
}



#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #00006C;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 0;
}
