@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 780px;  /* 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 #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#row5 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #862F59;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
}
#row5 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #862F59;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
}
#row7 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A64F79;
	text-align: center;
}
#row7 a {
	color: #A64F79;
	text-decoration: none;
}

#row7 a:hover {
	color: #0066FF;
	text-decoration: none;
}
#row8 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A63A13;
	text-align: center;
}
#row8 a {
	color: #0099FF;
	text-decoration: none;
}

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

#row5 #pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	padding-left: 12px;
}
#row5 h3 {
	color: #862F59;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
}
#row5 #pricing table {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #862F59;
	border-right-color: #862F59;
	border-bottom-color: #862F59;
	border-left-color: #862F59;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
#row5 hr {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #0066CC;
}

#row5 a {
	text-decoration: none;
	color: #006699;
}

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