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;
	text-align: center;
	color: #000;
}
.container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.bggreen {
	background-color: 0C7163;
	background-image: url(images/bg_green.gif);
	background-repeat: repeat-y;
}
.bggreenright {
	background-color: 0C7163;
	background-image: url(images/bg_green_right.gif);
	background-repeat: repeat-y;
}
.contentpadding {
	padding-top: 20px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 90px;
}
.listpadding {
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.timesblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
}
.timesblack a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #C36528;
	text-decoration: none;
}
.timesblack a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #C36528;
	text-decoration: underline;
}
.headerorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #c36528;
	text-decoration: none;
	font-weight: bold;
}
.formtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.headergreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: 0c7062;
	line-height: 16px;
}
.subheadorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #c36528;
}
.italicorange {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #c36528;
}
.timesorange {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-variant: small-caps;
	color: #c36528;
}
.italicgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: 0c7062;
}
.headerblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.subheadblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000000;
}
.timesblack10 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.mainContent {
	text-align: left;
	font-size: 14px;
}
.mainContent h1 {
	font-size: 18px;
	font-style: italic;
	text-align: center;
}
.example {
	font-size: 11px;
	color: #666;
}
.grandTastingBanner {
	position: absolute;
	right: 10px;
	top: 35px;
}
.limited {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #000;
}

