@charset "utf-8";
.style1 {color: #252525}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left 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.
*/
.twoColLiqLtHdr #mainContent {
	margin: 0 .5em 0 11em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-image: url(../assets/aa-images-by-page/aa_backgrounds/left_plain.gif);
	margin: 0 .5em 0 11em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding-left: 1em;
	top: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	width: 80%;
	height: 54em;
	padding-top: 1em;

} 

.marketing
{
	color: #252525;
}
