@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #E0E0E0;
}
.twoColFixRtHdr #container {
	width: 930px;  /* 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: 1px solid #000000;
	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;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px;
	background-color: #FFF;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 35px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
} 
.MainContentIndentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #060;
	margin-bottom: 10px;
	margin-left: 25px;
}
.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.MainContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 8px;
	margin-left: 25px;
	margin-right: 25px;
}

.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #D5D5C1;
	border-bottom: thin solid #000000;
	border-top: thin solid #010101;
	margin-bottom: 12px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.TopMenuBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 37px;
	font-weight: normal;
	color: #333;
	margin-right: 180px;
	margin-bottom: 10px;
	line-height: 110%;
	padding-bottom: 8px;
}
.DivLinetop {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #060;
	margin-bottom: 8px;
}

.twoColFixRtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin-bottom: 16px;
}
.QuestionsAnswers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.DivLINEQS {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 15px;
}
.DivLineBot {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.QuestionLinkTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.AnswerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	padding: 3px;
}
.AnswerTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #EFEFEF;
	padding: 3px;
	margin-left: 15px;
}
.CFNBanner {
	width: 400px;
	margin-left: 15px;
}
.MainTableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #D8EBEB;
}
.twoColFixRtHdr #container .TopMenuBar table tr td div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
.MainContentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}
.TableTitleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 3px;
	margin-bottom: 7px;
}
.MainContentHighlightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #E3E3AC;
	padding: 5px;
	margin-right: 100px;
	margin-left: 100px;
	border: 1px solid #333;
}
.HighlightSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}
.IndentSubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 15px;
}
.MailListFrame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 8px;
}
.GoogleRankingTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006;
}
.twoColFixRtHdr #container #mainContent .MainContentText p strong {
	color: #0C6;
}
.ReturnLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.FormTextA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 40px;
	margin-bottom: 8px;
	margin-left: 40px;
	background-color: #CFC;
	padding: 5px;
	border: 1px solid #000;
}
.FormSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}
.FormTextB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.FormDivLine {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.TopImage510 {
	float: left;
	width: 380px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.TopImageText {
	margin-left: 385px;
	margin-bottom: 17px;
	padding-top: 18px;
}
.Caption {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #006;
	text-align: center;
	margin-top: 3px;
	margin-right: 75px;
	margin-left: 75px;
}
.TopImage410 {
	float: left;
	width: 410px;
}
.TopImageText415 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin-left: 415px;
}
.FloatPlaneOperators {
	font-family: Arial;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
.FloatPlaneOpsTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-align: center;
	margin-bottom: 5px;
}
.FloatPlaneOpsText {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #003;
}
.CFNBannerBB {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.SamplePage {
	margin-right: 50px;
	margin-left: 70px;
}
.EvaluationHeading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #060;
}
.EvaluationText {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 65px;
	padding-bottom: 12px;
}
.CharterListingLeft {
	float: left;
	width: 415px;
}
.CharterListingRight {
	margin-left: 440px;
}
.CharterListingFrame {
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #container .CharterListingFrame h1 {
	font-family: Arial;
	font-size: 42px;
	font-weight: bold;
	color: #090;
	margin-right: 240px;
}
.GuaranteeText {
	background-color: #CCC9C9;
	padding: 7px;
	margin-right: 30px;
	margin-bottom: 10px;
	border: thin solid #000000;
	margin-left: 30px;
}
.FooterMenuBar {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
