﻿/* CSS layout */
body, p, td, th {
	margin: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
body {
	background-color: #336633;
	vertical-align: top;
	margin: 10px;
}
img {
	border-width: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-left: 2px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.15em;
}
blockquote {
	margin-left: 25px;
	margin-right: 25px;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	list-style: disc;
	margin-left: 30px;
	list-style-position: outside;
}
ul ul {
	list-style: circle;
}
ol {
	list-style: decimal;
	margin-left: 40px;
	list-style-position: outside;
}
.mainnavigation {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.mainPageNav {
	padding-left: 8px;
	margin-top: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660033;
}
.mainPageNav a {
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 20px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660033;
}
.mainPageNav a:hover {
	text-decoration: underline;
}
.topnav {
	font-size: 0.8em;
	padding: 0.5em;
}
.productPageHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #F0F0F0;
}
.productTable {
	border: 1px solid #000000;
	width: 100%;
}
.productTable td {
	vertical-align: top;
	padding: 4px;
}
.productPdf {
	border-width: 0px;
	text-align: center;
	padding: 4px;
	width: 720px;
}
.topBorder {
	border-top-style: solid;
	border-top-width: 2px;
	border-color: #660033;
}
.Town {
	text-transform: uppercase;
	font-weight: bold;
}
table.BlackBorders {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
}
table.BlackBorders td {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
.Table {
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
}
.Table td {
	font-size: 12px;
	vertical-align: top;
}
.centerTable {
	text-align: center;
	vertical-align: middle;
}
.mainPageTable {
	width: 100%;
}
.GRI_your_choice {
	background-color: #660033;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.imageLeft {
	float: left;
	margin: 4px;
	text-align: center;
}
.imageRight {
	float: right;
	margin: 4px;
}
.imageCenter {
	margin: 4px;
	text-align: center;
}
#wrapper {
	width: 765px;
	text-align: left;
	background-color: #FFFFFF;
	margin-right: auto; /* Center layout in browser */;
	margin-left: auto;  /* Center layout in browser */;
}
#masthead {
}
#top_nav {
	clear: both;
}
#page_content {
	clear: both;
}
#footer {
	border-top-style: solid;
	border-top-width: 2px;
	border-color: #660033;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
