@charset "utf-8";
body  {
	background: #AC6E95;
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(images/sidebarBackground.png) repeat-y right;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
#adSpaceSmall {
	margin: 5px 5px 10px;
	width: 220px;
	border: 3px solid #AC6E95;
	padding: 5px;
	background: #FFF;
}
#adSpaceSmall p {
	font-size: 14px;
}
#guarantee p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	width: 425px;
	margin-left: 30px;
}
.pCentered {
	text-align: center;
}




.twoColFixRtHdr #header {
	background: #FAD5FC;
	padding: 0 10px 0 20px;  /* 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. */
} 
.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: 10px 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: 265px;
	line-height: 1.2;
	font-size: 14px;
	margin-right: 10px;
}
#bottomContent {
	width: 805px;
	border: 1px solid #C3F;
	float: left;
	padding: 0px;
}
#sidebar2 {
	border: 1px solid #903;
	background: #FFF;
	float: right;
	width: 180px;
	vertical-align: bottom;
	text-align: center;
	margin-right: -200px;
	margin-top: 14250px;
	margin-left: 10px;
}


#SignUp .signupframe {
  border: 1px solid #8E1DAA;
  background: #FAD5FC;
  color: #0D0B33;
  font-family: Arial, Helvetica, sans-serif;
}

.sidebar2 {
	background: #ecd2ed;
	padding: 20px 10px;
	float: right;
	width: 260px;
}
#sidbarContent {

}
#sidebarTestimonials {
	background: #FFF;
	border: 2px solid #73129F;
	padding: 0px 7px;
	margin-bottom: 25px;
}
.testimonialNames {
	font-style: italic;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}



.twoColFixRtHdr #mainContent {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 495px;
	line-height: 1.3;
	text-align: left;
} 
#adSpaceLarge form {
	padding-left: 135px;
}

.highlighter {
	background: #FFC;
	padding-right: 10px;
}
ul li {
	line-height: 25px;
	text-decoration: none;
	list-style: url(images/checked-box2.jpg);
}
#sidebar1 .red {
	text-align: center;
}


#mainContent h1 {
	color: #F00;
	line-height: normal;
	text-align: center;
}
.boldBodyBlkCntr {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FAD5FC;
	text-align: center;
	font-size: 12px;
	line-height: 1.5px;
} 
.twoColFixRtHdr #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 */
	line-height: 1.25px;
	font-size: 14px;
}
.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;
}
#sidbarContent2 {
	padding: 0px 10px;
	float: right;
	width: 240px;
}

.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;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
}

.red {
	color: #F00;
}
h2 {
	font-size: 20px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
}
#testimonials {
	width: 400px;
	margin-right: 40px;
	margin-left: 30px;
	background: #F7DFEE;
	border: 3px solid #78139F;
	padding: 5px 15px;
	margin-bottom: 20px;
}
#testies {
	width: 425px;
	margin-left: 30px;
	border-top: 1px solid #AC6E95;
	border-bottom: 1px solid #AC6E95;
}

#testimonials h3 {
	text-align: center;
	color: #F00;
	font-style: italic;
	line-height: 1.15;
	margin-right: 16px;
	margin-left: 12px;
}
.paypalform form {
	width: 200px;
	margin-left: 180px;
}
.h3 {
	color: #AC44BD;
	font-size: 20px;
	font-weight: bold;
}
p {
	line-height: 1.5;
	text-align: left;
	font-size: 14px;
}
a {
	text-decoration: none;
}

a visited{
	color:#00C
}
.boldRedText {
	font-weight: bold;
	color: #F00;
}
#mainContent h1 {
	font-size: 20px;
}
#anchorLinks {
	font-size: 9px;
	width: 150px;
	padding: 5px;
	height: 25px;
	border: 1px solid #AC6E95;
	display: inline;
	margin-left: 350px;
}
h1 {
	font-size: 20px;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.redBoldCenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-align: center;
}
#leftColumn {
	text-align: left;
	width: 220px;
	float: left;
	border-width: 0px;
	border-style: solid;
	margin: 1px;
}
#rightColumn {
	width: 220px;
	margin-left: 235px;
}
#twoColumnHolder {
	width: 460px;
	border-width: 0px;
	border-style: solid;
	padding: 1px;
	margin-left: 25px;
}
