@charset "utf-8";
body {
	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;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #526074;
	background-image: url(../images/bg-fade.png);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#mainContent pre {
	margin: 0px;
	padding: 0px;
}

#container  {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.colWebsiteHdr {
	width: 130px;
	vertical-align: top;
	background-color: #CCCCCC;
	font-weight: bold;

}
.colWebsite {
	width: 130px;
	vertical-align: top;
}
.colSupportHdr {
	width: 90px;
	vertical-align: top;
	background-color: #CCCCCC;
	font-weight: bold;
}

.colSupport {
	width: 90px;
	vertical-align: top;
}
.colSupportExact {
	width: 90px;
	vertical-align: top;
	font-weight: normal;
	color: #FF0000;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.colTID {
	width: 190px;
	vertical-align: top;
}
.colTIDHdr {
	width: 190px;
	vertical-align: top;
	background-color: #CCCCCC;
	font-weight: bold;
}
.colDescHdr {
	width: 360px;
	background-color: #CCCCCC;
	font-weight: bold;
}

.colDesc {
	width: 360px;
}
.colVersionNo {
	width: 40px;
	vertical-align: top;
}
.colVersionDate {
	width: 60px;
	vertical-align: top;
}
.colVersionDesc {
	width: 580px;
	vertical-align: top;
}

#container #mainContent tr {
}
#container #mainContent table {
	width: 870px;
	font-size: .8em;
}


#header  {
	width:910px;
	height: 161px;
	border-bottom: none;
	color: #FFF;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent  {
	background: #FFFFFF;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
}
#mainContent h3 {
	font-size: 1.1em;
}
/* footer */
#footer {
	width: 910px;
	font-size: 12px;
	text-align: center;
	clear: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 210px;
	background-image: url(../images/footer.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0px 0px 0px 0px;
}
#fineprint {
	font-size: 9px;
	color: #666666;
}
#Payment {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
}
#Payment a {
	text-decoration: underline;
}
#Payment .left {
	float: left;
	width: 240px;
	padding: 5px;
	margin: 0px;
}
#Payment .center {
	float: left;
	width: 350px;
	padding: 5px;
	margin: 0px;
	text-align: center;
}
#Payment .right {
	float: left;
	width: 240px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.redItalicBold {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
#faqContent {
}
#mainContent h1 {
	text-align: center;
}
#alignRight {
	float: right;
}
.footerSupport {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
#footer  .footerSupport a {
	color: #000000;
}
#trainingVideos a {
	font-weight: bold;
}
#trainingVideos li {
	padding-bottom: 10px;
}
#instructions li {
	padding-bottom: 15px;
}
.clearingElement {
	clear: both;
}
#pageNavigation li {
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-image: url(../images/yellow-bullet.gif);
}
.criticalText {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
#Payment .center a {
	font-size: .5em;
	margin: 0px;
	padding: 0px;
}
#Payment img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#optIn {
	width: 860px;
	border: thin dashed #666666;
	margin: 0px;
	padding: 0px;
	background-color: #C0C0C0;
	text-align: center;
}
#optIn .af-form-wrapper {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#optIn h5 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#optIn h6 {
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#optIn #optInHeader {
	margin: 0px;
	padding: 0px;
	width: 860px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #5A6578;
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.3em;
}
#cbDownloadReqText {
	font-size: .9em;
}
.colTLabel {
	color: #0066FF;
	text-align: right;
	vertical-align: top;
	width: 160px;
}
.colTVar {
	color: #666666;
	text-align: left;
	vertical-align: top;
	width: 75px;
}
.colTResult {
	text-align: left;
	vertical-align: top;
	width: 580px;
}
#faqContent li {
	padding-bottom: 10px;
}
.faq-question {
	font-size: 1.1em;
	color: #009900;
	list-style-type: none;
}
.faq-answer {
	margin-left: 10px;
	list-style-type: none;
}

