@charset "utf-8";
body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #FAC658;
		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;
}
.twoColFixRt #outercontainer {
		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 */
		background: #facd71;
		width: 1100px;
		padding: 12px 3px;
		margin: 0px auto;
		border-top: thin solid #CCCCCC;
		border-right: thick groove #CCCCCC;
		border-bottom: thick groove #CCCCCC;
		border-left: thin solid #CCCCCC;
}
.twoColFixRt #container {
		width: 1070px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 1px solid #facd71;/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
		text-align: left;
}
.twoColFixRt #sidebar1 {
		float: right; /* since this element is floated, a width must be given */
		width: 180px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 10px;
}
#sidebar1 .aweber {
		font-size: 10px;
		text-align: left;
		display: block;
		border: thin solid #FFCC33;
		height: auto;
		width: 100%;
}
.twoColFixRt #mainContent {
		margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		padding: 0px 0px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRt #mainContentAC {
		margin: 0 20px 0 0;
		padding: 0 20px;
		height: auto;
}
#mainContent h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContentAC h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContentAC h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent .pullquote {
		font: 90% Geneva, Arial, Helvetica, sans-serif;
		margin: 8px 8px 8px 0px;
		padding: 10px 8px 10px 0px;
		float: left;
		height: auto;
		width: 150px;
		border-right: thin dashed #66FF00;
		display: block;
}
#mainContentAC .pullquote {
		font: 90% Geneva, Arial, Helvetica, sans-serif;
		margin: 8px 8px 8px 0px;
		padding: 10px 8px 10px 0px;
		float: left;
		height: auto;
		width: 160px;
		border-right: thin dashed #66FF00;
		display: block;
}
.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: 0em;
		font-size: 12px;
		line-height: 12px;
		display: block;
}
p.footer {
		border-top: 1px solid #66FF00;
		text-align: center;
		margin: 48px 0px 8px;
		padding: 8px;
		width: 98%;
		font-size: 10px;
		display: block;
}
.top {
		font-size: 12px;
		text-align: right;
}
.cell {
		margin-left: 25px;
		width: 285px;
		float: left;
		margin-top: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
}
.ACcell {
		margin-left: 10px;
		width: 285px;
		float: left;
		margin-top: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
}
a {
		text-decoration: none;
}
a:hover {
		text-decoration: underline;
}
#mainContentAC li {
		list-style: circle url(../i/finial2.gif);
		margin-left: 165px;
}
#tagLine {
		font: bold 10px Arial, Helvetica, sans-serif;
		color: #333333;
		text-align: center;
		border-top: thin dashed #003366;
}
