﻿body {
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a:link,
a:visited,
a:active {
	color: #206e92;
	text-decoration: underline;
}

a:hover {
	color: #00958e;
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	color: #206e92;
	font-size: 18px;
}

h2 {
	color: #206e92;
	font-size: 16px;
}

h3 {
	color: #00958e;
	font-size: 14px;
}	

sup, sub {
	font-size: 9px;
}

.PolicyHeading {
	margin-top: 10px;
	margin-bottom: 3px;
	color: #206e92;
}

#Policy {
	line-height: 130%;
}

#pageContainer {
	width: 100%;
	min-height: 100%;
}

#bannerContainer {
	background-image: url(../Images/BannerBackground.jpg);
	background-repeat: no-repeat;
	height: 135px;
}

#bannerLinkContainer {
	width: 490px;
	height: 56px;
	float: right;
	margin-top: 39px;
	margin-right: 20px;
}

#bannerDivider {
	margin: 0;
	padding: 0;
	background-image: url(../Images/ContentBorderTop.gif);
	background-repeat: repeat-x;
}

#bodyContainer {
	overflow: auto;
}

#columnContainer {
	float: left;
	width: 205px;
}

#navigationContainer {
	width: 205px;
	float: left;
	background-image: url(../Images/NavBackground.gif);
	background-repeat: repeat-y;
}

#footerLinksContainer {
	width: 200px;
	text-align: center;
	line-height: 180%;
	float: left;
	margin-top: 20px;
}

/*
#footerLinksContainer {
	width: 200px;
	text-align: center;
	line-height: 180%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 60px;
	margin-bottom: 0px;
	float: left;
}
*/

#footerLinksContainer a:link,
#footerLinksContainer a:visited,
#footerLinksContainer a:active {
	font-weight: bold;
	color: #6d7177;
	text-decoration: underline;
}

#footerLinksContainer a:hover {
	font-weight: bold;
	color: #00958e;
	text-decoration: underline;
}

#contentContainer {
	margin: 20px 40px 20px 60px;
}

#footerContainer {
	clear: both;
	font-size: 11px;
	margin-left: 60px;
}

#footerMandatoriesContainer {
	font-size: 11px;
	margin: 60px;
}

.mandatoriesHeader {
	font-size: 11px;
	font-weight: bold;
	color: #00958e;
}

#footerCopyrightContainer {
	color: #206e92;
	margin: 20px 20px 0 20px;
}

#footerLogoContainer {
	width: 110px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.contentTitle {
	margin-left: -40px;
}

.bodyContent p, h1, h2, h3 {
	margin-top: 15px;
}

.bodyContent ul {
	margin-left: 30px;
	margin-top: 5px;
	padding-left: 0;
}

.bodyContent ul li {
	margin-top: 10px;
}

.bodyContentFlushLeft p {
	margin-top: 15px;
	margin-left: -40px;
}

.bodyContent img.floatLeft {
	float: left; margin-left: -40px; padding: 15px 15px 15px 0px;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	color: #206E92;
}

.reference {
	font-size: 11px;
}

.infoTable {
	margin: 15px auto 15px auto;
}

.infoTable td {
	font-weight: bold;
	padding: 4px 0px 4px 0px;
}

.infoTable td.columnHeadingLeft {
	background-image: url(../Images/TableTopLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
	background-color: #206e92;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.columnHeadingRight {
	background-image: url(../Images/TableTopRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #ffffff;
	background-color: #206e92;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.columnHeading {
	color: #ffffff;
	background-color: #206e92;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
}

.infoTable td.subHeading {
	color: #206e92;
	font-weight: bold;
	font-size: 14px;
	background-color: #a9d7d6;
	border-bottom: solid 1px #206e92;
	border-top: solid 1px #206e92;
	padding: 4px 20px 4px 20px;
	text-align: center;
}

.infoTable td.subHeadingLeft {
	background-color: #a9d7d6;
	border-bottom: solid 1px #206e92;
	border-top: solid 1px #206e92;
	border-left: solid 2px #206e92;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.subHeadingRight {
	background-color: #a9d7d6;
	border-bottom: solid 1px #206e92;
	border-top: solid 1px #206e92;
	border-right: solid 2px #206e92;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.left {
	border-left: solid 2px #206e92;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.right {
	border-right: solid 2px #206e92;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.altLeft {
	border-left: solid 2px #206e92;
	background-color: #dff0f0;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.altRight {
	border-right: solid 2px #206e92;
	background-color: #dff0f0;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.alt {
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	background-color: #dff0f0;
}

.infoTable td.bottomLeftRef {
	background-color: #e0e1e3;
	background-image: url(../Images/TableBottomLeftRef.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.bottomRightRef {
	background-color: #e0e1e3;
	background-image: url(../Images/TableBottomRightRef.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.bottomRef {
	background-color: #e0e1e3;
	border-bottom: solid 2px #206e92;
	font-size: 11px;
	padding: 3px 0px 3px 0px;
	font-weight: normal;
}

.infoTable td.bottomLeftAlt {
	background-color: #dff0f0;
	background-image: url(../Images/TableBottomLeftAlt.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.bottomRightAlt {
	background-color: #dff0f0;
	background-image: url(../Images/TableBottomRightAlt.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 12px;
	font-size: 2px;
	overflow: hidden;
	padding: 0;
}

.infoTable td.bottomAlt {
	background-color: #dff0f0;
	border-bottom: solid 2px #206e92;
	padding: 3px 0px 3px 0px;
}

.infoTable td.imageCell {
	text-align: center;
	border-left: solid 1px #206e92;
}

.infoTable td.altBottomBorder {
	vertical-align: top;
	padding: 8px;
	color: #206e92;
	background-color: #dff0f0;
	border-bottom: solid 1px #206e92;
	border-left: solid 1px #206e92;
	font-weight: normal;
}

.superHighlight {
	color: #206e92;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	line-height: 150%;
}

.bigHighlight {
	color: #206e92;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
}

.error {
	color: #ff0000;
}

.textBox {
	border: solid 1px #6d7177;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 1px;
}

.tinyText {
	font-size: 10px;
}

.formTable th, td {
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}

.formTable th {
	font-weight: normal;
	text-align: left;
	padding-right: 3px;
}

#popupFormTable {
	margin-left: 145px;
	margin-top: 100px;
	width: 340px;
}

#popupFormTable td {
	line-height: 120%;
	padding: 4px 4px 8px 4px;
	color: #00958e;
	font-weight: bold;
	font-size: 14px;
}

#popupContent {
	background-image: url(../Images/OverlayBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 502px;
	height: 502px;
	border-top: 2px solid #7f8388;
	border-left: 2px solid #7f8388;
	border-right: 2px solid #7f8388;
	border-bottom: 2px solid #7f8388;
}

#popupCloseStrip {
	width: 502px;
	text-align: right;
	margin-top: 4px;
}

#popupSubmitStrip {
	position: absolute;
	top: 429px;
	margin-left: 158px;
}

#popupTrademarkStrip {
	position: absolute;
	bottom: 4px;
	width: 355px;
	font-size: 9px;
	color: #666666;
	margin-left: 152px;
	line-height: 90%;
}


