* {
	margin: 0;
	padding: 0;
}
body {
	background: #0057fc url(/images/back-body.jpg) repeat-x;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #363535;
	margin-left:auto;
	margin-right:auto;
}
.shadow {width: 100%; display: table }
.container {
	width: 938px; 
	background: url(../images/back-container.jpg) repeat-y center top;
	margin-left:auto;
	margin-right:auto;
}
.Content {
	width: 788px;
	background: url(../images/newheader.jpg) no-repeat center top;
	padding: 0 125px 20px 95px;
}
.text {
	width:650px;
	margin:auto;
}
.header {
	height: 225px;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Justify {
	text-align: justify;
}
.HalfWidth {
	width: 50%;
}
.DashedBorder {
	border: 4px dashed #ff0000;
	background-color:#FFFFCC;
}
.SolidBorder {
	border: 1px solid #222;
}
.YellowBackground {
	background-color: #FFFFCC;
	border: solid;
}
.Testimonial {
	padding: 10px;
	margin-bottom: 10px;
	background-color:#FFFFCC;
	font-size:12px;
	text-align:justify;
	border: 1px solid #222;
}
.bonus {
	background-image:url(../images/bonusbackground.jpg);
	width: 676px;
	height: 146px;
	margin: auto;
	padding-top: 18px;
}
.regbox {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FBF7BD;
	border: 1px solid #222;
}
.Padding {
	padding: 10px;
}
table
{ 
margin-left: auto;
margin-right: auto;
}

.Red {
	color: #ff0000;
}
.Highlighted {
	background-color: #FFFFCC;
	font-weight:bold;
	font-size:14px;
}
.Centered {
	text-align: center;
	margin: 0 auto;
}
.SplashImage {
	float: left;
}
.Splash {
	float: right;
}
.small {
	font-size:12px;
}
.Large {
	font-size: 18px;
	padding-bottom: 20px;
}
.Largest {
	font-size:22px;
}
.Bold {
	font-weight: bold;
}
.ull li { 
	list-style-image: url(../images/squigglyarrow.jpg);
	margin-left: 75px;
	color:#000;
}
p {
	margin-bottom:15px;
}
h1 {
	font-size: 1.7em;
	padding-bottom: 20px;
	text-transform: capitalize;
}
h2 {
	font-size: 1.4em;
	color: darkblue;
	padding: 20px 0 10px 0;
}
.captial {
	text-transform:capitalize;
}
a {
	font-weight: bold;
}
ol {
	padding-left: 30px;
}
ol li {
	color:#000000;
}
a {
	color: #093c7b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color:#FFFF66;
}
.Purchase {
	width: 200px;
}

/*Footer*/
.Footer {
	width: 808px;
	height:300px;
	margin-left:125px;
	margin-right:auto;
	margin-bottom:none;;
	font-size:12px;
	background-color: #CCCCCC;
	background-image: url(../images/footer1.jpg)
}
.footer-text {
	width: 550px;
	padding-left:5px;
	text-align:left;
	color:#fff;
}
.Footer ul, li {
    list-style-type: none;
	color:#fff;
}
.Flarge {
	font-size:18px;
	padding-bottom:5px;
}
.Footer ul, li a {color:#000000;}
.scrollbox {
	font-size: small;
	overflow: auto;
	height: 150px;
	width: 550px;
	border: thin solid; border-color: black;
	color: #999999;
	padding: 5px;
}
.desc {
	background-color: #CCC;
	border: 1px #AAA solid;
	padding: 0 10px;
	font-size: 10pt;
}
