@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	width: auto;
}
#container   {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
#header   {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
	width: 800px;
	padding: 0;
}
#mainContent   {
	background: #FFFFFF;
	display: inline;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer   {
	background-color: #000000;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer   p   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
}
#iFrame {
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
}
#iFrame p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#iFrame h1 {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#iFrame h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #1274BB;
	text-decoration: none;
}
#iFrame a {
	font-weight: bold;
	color: #1274BB;
	text-decoration: none;
}
#iFrame img {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 19px;
}
#postcard {
	background-color: #000000;
	text-align: left;
	color: #FFFFFF;
}
#iFrame td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
