html, body { 
	height:100.1%;
	min-height: 100%; margin-bottom: 1px;
}
body, table {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
    background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
}
p, h1, h2, h3, h4, li, .pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
p {
	line-height: 115%;
}
.center, .map, .color,
h1, h2, h3, h4, .pricingcolumn, .pricingcolumnsmall, .bold{
	text-align: center;
}
.justify {
	text-align: justify;
}
.small, h3 {
	font-size: 10px;
}
img {
	border: 0;
}
h1, h2, h3, h4, .bold{
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
.left, .italics, p, li {
	text-align: left;
}
.right {
	text-align: right;
}
h2, p, li{
	font-size: 14px;
}
.italics {
	font-style:italic;
}
h4 {
	font-size: 9px;
}
a:link { 
	text-decoration: underline;
	}
a:visited { 
	text-decoration: underline;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #711C19;
	}
li {
	line-height: 125%;
	list-style-image: url(images/arrow.jpg);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 900px;
	background: transparent;
}
.inner {
	width: 800px;
}
tr, td {
	padding: 0;
}
.color {
	background-color: #006363;
}
td {
	vertical-align: top;
}
.extranarrow {
	width: 50px;
}
.narrow, .narrowmiddle {
	width: 160px;
}
.narrowmiddle {
	vertical-align:middle;
}
.wide {
	width: 400px;
}
.extrawide {
	width: 640px;
}
.extrawiderightpad  {
	width: 620px;
	padding: 0 20px 0 0;
}

.map {
	width: 210px;
	vertical-align: middle;
}
.middle {
	width: 340px;
	padding: 0 20px;
}
.seminarrow {
	width: 320px;
}
hr {
	height: 1px;
}
p, h1, h2, h3, h4, a:link, a:visited, li, hr, .pricing {
	color: #006362;
}
.pricing {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.pricingcolumn {
	width: 40%;
}
.pricingcolumnsmall {
	width: 20%
}