@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: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
.twoColFixRtHdr #container {
	width: 874px;  /* 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 none #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: 0px;  /* 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. */
	z-index: 1;
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	height: 180px;
	width: 874px;
} 
.twoColFixRtHdr #drop #container #header #partner {
	padding-left: 590px;
	font-size: 10px;
	color: #A8895D;
}

.twoColFixRtHdr #drop #container #menu {
	height: 51px;
	vertical-align: middle;
	margin: 0%;
}
.twoColFixRtHdr #drop #container #headline {
	width: 628px;
}
.twoColFixRtHdr #drop #container #lead {
}
.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: 0px 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: 220px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 15px;
	background-color: #FFF;
}
.twoColFixRtHdr #drop #container #cta {
	float: right;
	width: 246px;
	height: 121px;
	background-image: url(images/banner-cta.jpg);
}

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 100px;
	width: 480px;
} 
.twoColFixRtHdr #footer {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #000;
	text-align: left;
} 


.twoColFixRtHdr #footer p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 11px;
	text-align: right;

}
.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;
}
.sidebarp {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-style: normal;
	font-weight: normal;
}
#mainContent p img {
	float: right;
	padding-bottom: 15px;
	padding-left: 25px;
}
.sidebarp img {
	float: right;
	padding-left: 10px;
}
.twoColFixRtHdr #container #sidebar1 h3 .imgfloatside {
	float: right;
	padding-left: 10px;
}
body,td,th {
	font-size: 10pt;
	line-height: 24px;
	text-align: left;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
}
.h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003;
	font-style: italic;
	line-height: 125%;
	font-variant: normal;
	text-align: right;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: right;
}

h3 {
	color: #003;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


a:active {
	text-decoration: none;
	font-weight: bold;
}





h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}

#drop {
	background-image: url(images/drop.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 904px;
}
#form {
	float: right;
	width: 250px;
	height: 600px;
	background-color: #000;
	color: #CCC;
	margin: 0px;
	padding-left: 25px;
}
.twoColFixRtHdr #drop #container #ctahome {
	width: 239px;
	height: 344px;
	background-image: url(images/banner-cta-bg.jpg);
	float: right;
}
.twoColFixRtHdr #drop #container #lead {
	background-image: url(images/leadmsa.jpg);
	width: 635px;
	height: 344px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	overflow: visible;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	line-height: normal;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #drop #container #lead #leadstory a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixRtHdr #drop #container #lead #leadstory {
	width: 300px;
	color: #000;
	height: 50px;




	padding-top: 270
];
	padding-left: 77px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
	padding-top: 270px;
}
.twoColFixRtHdr #drop #container #lead #leadstory a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.twoColFixRtHdr #drop #container #ctahome #form1 {
	top: auto;
	bottom: auto;
	padding-top: 90px;
	padding-left: 27px;
}
.p {
	font-size: 9px;
	line-height: 9px;
}
.twoColFixRtHdr #drop #container #ctahome #form2 {
	top: auto;
	bottom: auto;
	padding-top: 90px;
	padding-left: 27px;
}
.f {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #drop #container #bottom {
	background-color: #000;
	background-image: url(images/bottom-bg2.jpg);
	height: 197px;
	width: 874px;
}
.twoColFixRtHdr #drop #container #bottom #story2 {
	float: right;
	width: 205px;
	margin-top: 100px;
	margin-right: 70px;
	color: #CCC;
	display: inline;
	overflow: hidden;
}
.twoColFixRtHdr #drop #container #bottom #story3 {
	width: 200px;
	margin-top: 100px;
	margin-left: 200px;
	float: left;
	color: #CCC;
	display: inline;
	overflow: hidden;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
}
.p3 {
	font-size: 12px;
	color: #963;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #333;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: lighter;
	color: #8A6340;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:active {
	text-decoration: none;
	color: #069;
}

a:hover {
	text-decoration: none;
	color: #069;
}

.twoColFixRtHdr #drop #container #mainContent #pf {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.twoColFixRtHdr #drop #container #ctahome #form1 p label {
	color: #FFF;
}
.h7 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.footnote {
	font-size: 11px;
}
.twoColFixRtHdr #form2 {
	top: auto;
	bottom: auto;
	padding-top: 90px;
	padding-left: 27px;
	background-color: #666;
}
.sidebaraltbg {
	background-color: #CCC;
}
.h10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003;
}
