@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
 
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-image: url(../Ch78/images_C78/background_038.gif);
}
.twoColLiqRtHdr #container {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
} 
#header {
	background-repeat: no-repeat;
	background-image: url(images_C78/header_backgnd.png);
	padding-top: 10px;
	height: 209px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent {
	background: #0533CC;
	margin-right: 34%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
} 
.twoColLiqRtHdr #container #Innercontent  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF,
	font-size: 80%;
	color: #062CC3;
	font-size: 80%;
	border: 2px groove #C96;
	width: 70%;
	margin-left: 15%;
	height: 300px;
	background: url(images_C78/Planes-in-line.png) no-repeat;
}
.twoColLiqRtHdr #container #mainContent #Innercontent2 a p #Yahoo {
	margin-left: 250px;
}


.twoColLiqRtHdr #container #Innercontent2  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF,
	font-size: 80%;
	margin-left: 35px;
	background: #FFF;
	color: #009;
	font-size: 80%;
	border: 2px groove #C96;
	width: 90%;
}
.twoColLiqRtHdr #container #mainContent #Innercontent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #03C;
	text-align: left;
	padding: 3px;
	text-decoration: none;
	line-height: normal;
}
.twoColLiqRtHdr #Innercontent2 li   {
	color: #930;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColLiqRtHdr #container #mainContent #Innercontent2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #03C;
	text-align: left;
	padding: 5px;
	font-size: 110%;
}
.twoColLiqRtHdr #container #mainContent #Innercontent2 h2  {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}
.twoColLiqRtHdr #container #mainContent #Innercontent2 table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #062CC3;
	text-align: left;
	border: 2px ridge #F90;
	vertical-align: middle;
}
.twoColLiqRtHdr #container #mainContent #Innercontent2 table tr td {
	border: 1px ridge #F90;
	vertical-align: middle;
	text-indent: 5px;
}
.twoColLiqRtHdr #container #mainContent #Innercontent ul li {
	text-align: left;
	margin-left: 12em;
}
.twoColLiqRtHdr #container #mainContent #Innercontent a {
	margin-left: 9em;
	text-align: center;
}
} 
#navbar ul {
	padding: 0px;
}
#navbar li {
	list-style: none;
	display: inline;
	padding: 5px;
	border-right: thin ridge #CCC;
}
#navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-top: 10px;
	height: 21px;
}
#navbar a:hover {
	color: #CCC;
	background-color: #039;
}
#navbar a {
	color: #039;
	text-decoration: none;
}
.twoColLiqRtHdr #maincontent2 {
	margin: 0px 34% 0px 0px;
	float: left;
	width: 55%;
}
.twoColLiqRtHdr #container #mainContent p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
}
.twoColLiqRtHdr #container #mainContent h2  {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	margin-left: 35px;
	font-style: italic;
}

.twoColLiqRtHdr #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 35px;
}
.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 34%;
	background: #FC9 url(images_C78/sidebar_banner.png) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 90px;
}
.twoColLiqRtHdr #container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	text-align: justify;
	padding-right: 7px;
	padding-left: 7px;
}
.twoColLiqRtHdr #container #sidebar1 h3 {
	font-size: 90%;
	color: #933;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.twoColLiqRtHdr #container #sidebar1 a {
	font-weight: bold;
	color: #03C;
	font-size: 110%;
	margin-left: 15px;
	font-stretch: expanded;
}
.twoColLiqRtHdr #container #sidebar1 h4 {
	font-family: Arial, Helvetica, sans-serif;
	background: #6FC;
	text-align: center;
}
.twoColLiqRtHdr #container #sidebar1 p img {
}

.twoColLiqRtHdr #footer {
	padding: 0 10px;
	background-color: #D8D8FE;
} 
.twoColLiqRtHdr #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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the 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;
}


</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColLiqRtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
