@charset "utf-8";
h1 {
	color: #255B0D;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 200%;
	font-weight: bolder;
}
h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #255B0D;
	color: #640500;
	padding-bottom: 1px;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin-top: 0px;
	text-align: left;
}
.enlarge {
	font-size: 150%;
}

body {
	font: 88% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColLiqCtr #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 720px;
	min-width: 500px;
}

.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.disclaimers {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
td {
	width: 20%;
	text-align: right;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent .off a {
	color: #FFFFFF;
	text-decoration: none;
}


th.off {
	text-decoration: none;
	background-color: #255B0D;
}

th.on {
	background: #640500;
	text-decoration: none;
}
#mainContent .on a {
	color: #FFFFFF;
	text-decoration: none;
}
#enlarge img {
	margin: 0px;
	border: 26px ridge #222222;
	padding: 48px;
}
.frame5x7 {
	border: 6px ridge #333333;
}
.frame20x30 {
	border: 26px ridge #333333;
}

.frame8x10-11x14 {
	border: 10px ridge #333333;
}
.frame13x18 {
	border: 12px ridge #333333;
}
.frame18x24 {
	border: 18px ridge #333333;
}
#payPal {
	width: 125px;
	background-position: left;
}
