body  {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
.mainBody #container {
	width: 900px;  /* 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: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.mainBody #siteBannerFlash {
	background-repeat: no-repeat;
	height: 160px;
	width: 900px;
	padding: 0;
	background-color: #53A713;
} 

.mainBody #greenField {
	background-repeat: no-repeat;
	height: 20px;
	width: 890px;
	background-color: #53A713;
	padding-left: 10px;
} 

.mainBody #affiliateSite {
	background-image: url(images/affiliate-websites.jpg);
	width: 300px;
	background-repeat: no-repeat;
	height: 250px;
	padding-top: 70px;
}


.mainBody #affiliateSite p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: normal;
	padding-bottom: 3px;
	margin: 0px;
}

/*
.mainBody #header h1 {
	margin: 0; 
	color: #069; 
	font-size: 24px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 45px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
*/

.mainBody #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.mainBody #sidebar1 strong {
	color: #06C;
}

.mainBody #sidebarTagMenu {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainBody #sidebarTagMenu p {
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

.mainBody #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	width: 530px;
	padding-right: 10px;
} 

#demoFlash {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mainBody #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

.mainBody #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: 12px;
	color: #666;
}

.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;
}

a {
	color: #3366cc;
}


h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #53A713;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 5px;
	line-height: normal;
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #53A713;
	padding-top: 5px;
	margin-top: 0px;
}

p {

	
}

ul {
	/* To remove the HTML list bullets, set the "list-style-type" to "none"*/
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 8px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}


ul li {
	background-image: url(images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}

ol li {
	
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.mainBody #sidebar1 ul {
	/* To remove the HTML list bullets, set the "list-style-type" to "none"*/
	list-style-type: none;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 8px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}

.mainBody #sidebar1 li {
	/*background-image: url(images/list-arrow.gif);*/
	background-image: url(images/arrow-red.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.7em;
	padding-top: 2px;
}

.imgleft {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#flashCode {
	background-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#flashCode p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}

#tutorialRemarks {
	background-color: #B8F28C;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#tutorialRemarks p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}

/*  AdSense Layer   */

.mainBody #adsense_Header_728_90 {
	height: 90px;
	width: 728px;
	padding-left: 85px;
}

.mainBody #adsense_sidebar_300_250 {
	height: 250px;
	width: 300px;
}

.mainBody #adsense_sidebar_160_600 {
	height: 600px;
	width: 160px;
	padding-left: 20px;
}

.mainBody #adsense_main_left_336_280 {
	height: 280px;
	width: 336px;
	float: left;
	margin-right: 10px;
}

.mainBody #adsense_main_336_280 {
	height: 280px;
	width: 336px;
	margin-right: 10px;
}

.mainBody #adsense_main_left_300_250 {
	height: 250px;
	width: 300px;
	float: left;
	margin-right: 10px;
}

.mainBody #adsense_main_300_250 {
	height: 250px;
	width: 300px;
	margin-right: 10px;
}

.mainBody #adsense_main_468_60 {
	height: 60px;
	width: 468px;
}
