html, body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.centeredImage {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:5px;
}

.titleRow {
	background-color: #b9c5f7;
	padding: 15px;
	height: 90px;
	width: 600px;
	background-image: url(images/wheat_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	border-bottom: thin solid #000000;
}

.leftSide {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #336633;
	height: 100%;
	background-image: url(images/leftBack.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.rightSide {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	height: 100%;
	background-image: url(images/rightBack.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.topTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #336633;
	font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
	text-align: left;
	padding-left: 10px;
}

.content {
	height: 100%;
	width: 100%;
}

.bigLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.navBar {
	background-color: #FFFFFF;
	height: 10px;
	width: 600px;
	text-align: center;
}
.contentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	width: 600px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 15px;
	margin: 15px;
}
.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
}
.contentCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336633;
	text-decoration: underline;
}
.bigLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bigLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.contentCellCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	padding: 15px;
}
.contentPDF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-bottom: 1px dotted #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFF00;
	background-color: #336633;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.priceList {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
