@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 52px;
	color: #FFFFFF;
	background-color: #0E004E;
	width: 100%;
}

.floatLeft {
	text-align: left;
}
.oneColFixCtrHdr #dottedBar {
	height: 12px;
	background-color: #FFFFFF;
	background-image: url(images/zenoDot.gif);
	background-repeat: repeat-x;
	font-size: 5px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	border: 2px solid #5A88C7;
}
.tableheaderLeft {
	background-color: #5A88C7;
	height: 60px;
	color: #FFFFFF;
	width: 430px;
	padding-left: 20px;
}

.tableheaderRight {
	color: #FFFFFF;
	background-color: #5A88C7;
	padding-left: 20px;
	font-size: 24px;
}
.bigHeadlines {
	font-size: 58px;
}
ul {
	padding-left: 15px;
	padding-top: 0px;
}
ol {
	padding-left: 15px;
	padding-top: 0px;
}
li {
	padding-bottom: 5px;
}
.tableFooter {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A7A8AC;
	padding-left: 25px;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #0E004E;
	text-decoration: none;
}
.floatRight {
	float: right;
}

.tablecontentLeft {
	background-color: #FFFFFF;
	color: #A7A8AC;
	width: 430px;
	padding-left: 20px;
}
.tablecontentRight {
	background-color: #A7A8AC;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 15px;
	font-size: 20px;
	background-image: url(images/zenoPlus.gif);
	background-repeat: no-repeat;
}
.tablecontentRightsmall {
	background-color: #A7A8AC;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	font-size: 13px;
	padding-bottom: 15px;
	background-image: url(images/zenoPlus.gif);
	background-repeat: no-repeat;
}
.tableArea {
	height: 550px;
	width: 100%;
}
.tableShipping {
	color: #FFFFFF;
	background-color: #6A696E;
}
.tableOrderform {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7B7A80;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 20px;
}
.tableOrderform a{
	text-decoration: underline;
	color: #FF0000;
}
