body,
html {
	margin: 5px 0 0 0;
	padding: 0;
	background-color: #000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
}
body {
	min-width: 1000px;
	text-align: center;
}
#wrapper {
	min-width: 400px;
	width: 1000px;
	*width: 1002px;
	border: 2px solid #FFF;
	background-color: #FFEF29;
	text-align: center;
	margin:auto;
}
#outer {
	border-left: 229px solid #FFEF29;  /* left column background */
	border-right: 229px solid #27507C; /* right column background */
	background-color: #FFF;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
#headerLeft {
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	*margin-left: 14px;
}
#headerRight {
	margin-top: 0;
	margin-left: 229px;
	text-align: right;
}
ul, ol, dl {
              position: relative;  }

#side1 {
	width: 229px;                      /* left column width */
	margin-left: -229px;               /* negative left column width */
	float: left;
}
#side2 {
	width: 235px;                      /* right column width */
	margin-right: -235px;              /* negative right column width */
	float: left;
	position: relative;
	z-index: 11;
}
#henry {
	width: 229px;                      /* left column width */
	margin-top: 50px;
	float: left;
	position: relative;
	z-index: 10;
}
#largeLogo {
	text-align: center;
	background-color: #000000;
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
}
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	text-align: left;
}
#content p, #content ul, #content ol, #content li {
	margin-left: 1em;
	margin-right: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.8em;
}
#content h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #27507C;
	margin: 1em 0 0 1em;
}
#content h2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #89AB58;
	margin-left: 1em;
}
#content h3 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #767D98;
	margin-left: 1em;
}
#contentLeft {
	width: 271px;
	padding: 20px 0 0 0;
	float:left;
}
#contentRight {
	float: right;
	width: 271px;
	padding: 37px 0 0 0;
}
#navigation {
	position: relative;
	width: 180px;
	text-align: left;
	float: left;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #27507C;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #27507C;
	border-right: 1px solid #27507C;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #5D7C9D;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #7BAE42;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #7BAE42;
	color: #722100;
}
#footer {
	padding: 10px;
	font-size: 75%;
	text-align: center;
	color: #FFF;
	background-color: transparent;
	width: 1000px;
	position: relative;
	z-index: 13;
}
#center {
	text-align: center;
}
.clear { 
	clear: both;
}

/* Mozilla bug workarounds */
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
	margin-right: 1px;
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
.bowTie {
	list-style-image: url(../images/bowtie.gif);
}
.imgLeft {
	float: left;
	clear: both;
	padding: 5px;
}
.imgRight {
	float: right;
	clear: both;
	padding: 5px;
}
.imgCenter {
	border: 2px solid #000;
	text-align: center;
}
.line {
	color: #27507C;
	width: 500px;
	text-align: center;
}
.cap {
	font-size: 3em;
	font-family: "Monotype Corsiva" Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}
.tableList {
	font-size: .9em;
}
/* Links */
a:link {color: #27507C; text-decoration: underline}
a:visited {color: #27507C; text-decoration: underline}
a:active {color: #27507C; text-decoration: underline}
a:hover {color: #5D7C9D; text-decoration: none }

a.checkavailability
{
	background-color:#4A5173;
	color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-top-color:#DFDFDF;
	border-right-color:#666666;
	border-bottom-color:#333333;
	border-left-color:#858585;
	text-decoration:none;
	display:block;	
	padding:0 5px 0 5px;
	width: 160px;
	text-align: center;
	margin-top: 5px;
}

a:link.checkavailability, a:visited.checkavailability,  a:active.checkavailability { color:#FFF; text-decoration:none; }
a:hover.checkavailability { color: #999; text-decoration:none; }