/* LAYOUT SETUP */

body {
background-color:#ecaf19;
}

#toplink  {
width:850px;
height:24px;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:right;
}

#toplink a {
color:#0000CC;
text-decoration:underline;
}

#toplink a:hover {
color:#0000CC;
text-decoration:none;
}

#header-1colpage {
background-image:url(../images/header-1colpage.jpg);
background-repeat:no-repeat;
width:850px;
height:138px;
margin:auto;
}

#container {
width:840px;
margin:auto;
background-color:#FFFFFF;
border:1px solid #666666;
}

#content {
width:800px;
margin:auto;
padding:25px;
}

#upper-optin {
width:50%;
float:right;
padding-left: 10px;
padding-bottom: 10px;
}

.upper-optin-picsabove {
width:218px;
height:171px;
float:right;
padding-left: 10px;
padding-bottom: 10px;
}


#footer  {
width:750px;
height:29px;
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
padding-top:12px;
}

#footer a {
color:#000000;
text-decoration:none;
}

#footer a:hover {
color:#000000;
text-decoration:none;
}

#footer a:active {
color:#000000;
text-decoration:none;
}

#footer a:visited {
color:#000000;
text-decoration:none;
}



/* INITIAL STYLES */

h1 {
	font-family: Tahoma;
	font-size: 28px;
	padding-top:10px;
}
h2 {
	font-family: Tahoma;
	font-size: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* OVERLAY STYLES - MAIN */

.bold {
	font-weight: bold;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFF00;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold-highlight-italic {
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;

}
.bold-highlight-underline {
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.bold-highlight-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.bold-italic-underline {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.highlight {
	background-color: #FFFF00;
}
.highlight-underline {
	text-decoration: underline;
	background-color: #FFFF00;
}
.italic {
	font-style: italic;
}
.italic-highlight {
	font-style: italic;
	background-color: #FFFF00;
}
.italic-underline {
	font-style: italic;
	text-decoration: underline;
}
.italic-highlight-underline {
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.strikethrough-bold {
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-highlight {
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-italic {
	font-style: italic;
	text-decoration: line-through;
}
.strikethrough-bold-highlight {
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-bold-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.strikethrough-bold-highlight-italic {
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.strikethrough-highlight-italic {
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLACK */

.black {
	color: #000000;
}
.black-bold {
	color: #000000;
	font-weight: bold;
}
.black-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.black-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.black-bold-underline {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.black-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.black-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.black-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-bold-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.black-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.black-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-italic {
	color: #000000;
	font-style: italic;
}
.black-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.black-italic-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
}
.black-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.black-underline {
	color: #000000;
	text-decoration: underline;
}
.black-strikethrough {
	color: #000000;
	text-decoration: line-through;
}
.black-strikethrough-bold {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-bold-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.black-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.black-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - WHITE */

.white {
	color: #FFFFFF;
}
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.white-bold-highlight {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
}
.white-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.white-bold-underline {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.white-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.white-bold-highlight-underline {
	color: #000000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.white-bold-highlight-italic-underline {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-bold-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.white-highlight {
	color: #000000;
	background-color: #FFFF00;
}
.white-highlight-underline {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-italic {
	color: #FFFFFF;
	font-style: italic;
}
.white-italic-highlight {
	color: #000000;
	font-style: italic;
	background-color: #FFFF00;
}
.white-italic-underline {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
.white-italic-highlight-underline {
	color: #000000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.white-underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.white-strikethrough {
	color: #FFFFFF;
	text-decoration: line-through;
}
.white-strikethrough-bold {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-highlight {
	color: #000000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-italic {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-bold-italic {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.white-strikethrough-bold-highlight-italic {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.white-strikethrough-highlight-italic {
	color: #000000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - RED */

.red {
	color: #CC0000;
}
.red-bold {
	color: #CC0000;
	font-weight: bold;
}
.red-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
}
.red-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.red-bold-underline {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.red-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.red-bold-highlight-underline {
	color: #CC0000;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.red-bold-highlight-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-bold-italic-underline {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.red-highlight {
	color: #CC0000;
	background-color: #FFFF00;
}
.red-highlight-underline {
	color: #CC0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-italic {
	color: #CC0000;
	font-style: italic;
}
.red-italic-highlight {
	color: #CC0000;
	font-style: italic;
	background-color: #FFFF00;
}
.red-italic-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
}
.red-italic-highlight-underline {
	color: #CC0000;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.red-underline {
	color: #CC0000;
	text-decoration: underline;
}
.red-strikethrough {
	color: #CC0000;
	text-decoration: line-through;
}
.red-strikethrough-bold {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-highlight {
	color: #CC0000;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight {
	color: #CC0000;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-bold-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.red-strikethrough-bold-highlight-italic {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.red-strikethrough-highlight-italic {
	color: #CC0000;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - BLUE */

.blue {
	color: #0000FF;
}
.blue-bold {
	color: #0000FF;
	font-weight: bold;
}
.blue-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
}
.blue-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
}
.blue-bold-underline {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
.blue-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.blue-bold-highlight-underline {
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.blue-bold-highlight-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-bold-italic-underline {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.blue-highlight {
	color: #0000FF;
	background-color: #FFFF00;
}
.blue-highlight-underline {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-italic {
	color: #0000FF;
	font-style: italic;
}
.blue-italic-highlight {
	color: #0000FF;
	font-style: italic;
	background-color: #FFFF00;
}
.blue-italic-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
}
.blue-italic-highlight-underline {
	color: #0000FF;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.blue-underline {
	color: #0000FF;
	text-decoration: underline;
}
.blue-strikethrough {
	color: #0000FF;
	text-decoration: line-through;
}
.blue-strikethrough-bold {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-highlight {
	color: #0000FF;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight {
	color: #0000FF;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-bold-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.blue-strikethrough-bold-highlight-italic {
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.blue-strikethrough-highlight-italic {
	color: #0000FF;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - GREEN */

.green {
	color: #006600;
}
.green-bold {
	color: #006600;
	font-weight: bold;
}
.green-bold-highlight {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
}
.green-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
}
.green-bold-underline {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
.green-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.green-bold-highlight-underline {
	color: #006600;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.green-bold-highlight-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-bold-italic-underline {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.green-highlight {
	color: #006600;
	background-color: #FFFF00;
}
.green-highlight-underline {
	color: #006600;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-italic {
	color: #006600;
	font-style: italic;
}
.green-italic-highlight {
	color: #006600;
	font-style: italic;
	background-color: #FFFF00;
}
.green-italic-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
}
.green-italic-highlight-underline {
	color: #006600;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.green-underline {
	color: #006600;
	text-decoration: underline;
}
.green-strikethrough {
	color: #006600;
	text-decoration: line-through;
}
.green-strikethrough-bold {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-highlight {
	color: #006600;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight {
	color: #006600;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-bold-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.green-strikethrough-bold-highlight-italic {
	color: #006600;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.green-strikethrough-highlight-italic {
	color: #006600;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - ORCHID */

.orchid {
	color: #cc005a;
}
.orchid-bold {
	color: #cc005a;
	font-weight: bold;
}
.orchid-bold-highlight {
	color: #cc005a;
	font-weight: bold;
	background-color: #FFFF00;
}
.orchid-bold-italic {
	color: #cc005a;
	font-style: italic;
	font-weight: bold;
}
.orchid-bold-underline {
	color: #cc005a;
	font-weight: bold;
	text-decoration: underline;
}
.orchid-bold-highlight-italic {
	color: #cc005a;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.orchid-bold-highlight-underline {
	color: #cc005a;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.orchid-bold-highlight-italic-underline {
	color: #cc005a;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.orchid-bold-italic-underline {
	color: #cc005a;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.orchid-highlight {
	color: #cc005a;
	background-color: #FFFF00;
}
.orchid-highlight-underline {
	color: #cc005a;
	text-decoration: underline;
	background-color: #FFFF00;
}
.orchid-italic {
	color: #cc005a;
	font-style: italic;
}
.orchid-italic-highlight {
	color: #cc005a;
	font-style: italic;
	background-color: #FFFF00;
}
.orchid-italic-underline {
	color: #cc005a;
	font-style: italic;
	text-decoration: underline;
}
.orchid-italic-highlight-underline {
	color: #cc005a;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.orchid-underline {
	color: #cc005a;
	text-decoration: underline;
}
.orchid-strikethrough {
	color: #cc005a;
	text-decoration: line-through;
}
.orchid-strikethrough-bold {
	color: #cc005a;
	font-weight: bold;
	text-decoration: line-through;
}
.orchid-strikethrough-highlight {
	color: #cc005a;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.orchid-strikethrough-italic {
	color: #cc005a;
	font-style: italic;
	text-decoration: line-through;
}
.orchid-strikethrough-bold-highlight {
	color: #cc005a;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.orchid-strikethrough-bold-italic {
	color: #cc005a;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.orchid-strikethrough-bold-highlight-italic {
	color: #cc005a;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.orchid-strikethrough-highlight-italic {
	color: #cc005a;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - YELLOW */

.yellow {
	color: #EEBC3F;
}
.yellow-bold {
	color: #EEBC3F;
	font-weight: bold;
}
.yellow-bold-highlight {
	color: #EEBC3F;
	font-weight: bold;
	background-color: #FFFF00;
}
.yellow-bold-italic {
	color: #EEBC3F;
	font-style: italic;
	font-weight: bold;
}
.yellow-bold-underline {
	color: #EEBC3F;
	font-weight: bold;
	text-decoration: underline;
}
.yellow-bold-highlight-italic {
	color: #EEBC3F;
	font-style: italic;
	background-color: #FFFF00;
	font-weight: bold;
}
.yellow-bold-highlight-underline {
	color: #EEBC3F;
	font-weight: bold;
	background-color: #FFFF00;
	text-decoration: underline;
}
.yellow-bold-highlight-italic-underline {
	color: #EEBC3F;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFF00;
}
.yellow-bold-italic-underline {
	color: #EEBC3F;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.yellow-highlight {
	color: #EEBC3F;
	background-color: #FFFF00;
}
.yellow-highlight-underline {
	color: #EEBC3F;
	text-decoration: underline;
	background-color: #FFFF00;
}
.yellow-italic {
	color: #EEBC3F;
	font-style: italic;
}
.yellow-italic-highlight {
	color: #EEBC3F;
	font-style: italic;
	background-color: #FFFF00;
}
.yellow-italic-underline {
	color: #EEBC3F;
	font-style: italic;
	text-decoration: underline;
}
.yellow-italic-highlight-underline {
	color: #EEBC3F;
	font-style: italic;
	text-decoration: underline;
	background-color: #FFFF00;
}
.yellow-underline {
	color: #EEBC3F;
	text-decoration: underline;
}
.yellow-strikethrough {
	color: #EEBC3F;
	text-decoration: line-through;
}
.yellow-strikethrough-bold {
	color: #EEBC3F;
	font-weight: bold;
	text-decoration: line-through;
}
.yellow-strikethrough-highlight {
	color: #EEBC3F;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.yellow-strikethrough-italic {
	color: #EEBC3F;
	font-style: italic;
	text-decoration: line-through;
}
.yellow-strikethrough-bold-highlight {
	color: #EEBC3F;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.yellow-strikethrough-bold-italic {
	color: #EEBC3F;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
}
.yellow-strikethrough-bold-highlight-italic {
	color: #EEBC3F;
	font-style: italic;
	font-weight: bold;
	text-decoration: line-through;
	background-color: #FFFF00;
}
.yellow-strikethrough-highlight-italic {
	color: #EEBC3F;
	font-style: italic;
	text-decoration: line-through;
	background-color: #FFFF00;
}

/* OVERLAY STYLES - FONTS */

.all-caps {
	text-transform: uppercase;
}
.all-lowercase {
	text-transform: lowercase;
}
.all-firstlettercaps {
	text-transform: capitalize;
}
.font-Georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.font-Courier {
	font-family: "Courier New", Courier, "Times New Roman", mono;
}
.font-Geneva {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.font-Trebuchet {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
.font-Impact {
	font-family: 'Impact', Verdana, Arial, Helvetica, sans-serif;
}
.font-ComicSans {
	font-family: 'Comic Sans MS', Georgia, "Times New Roman", Times, serif;
}			
						
/* DASHED BOX */

#dashedbox-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#dashedbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #333333 dashed;
						  background-color:#FFFFCC;
						  }
						  
#dashedbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#dashedbox-content h3    {
                          font-family:Tahoma;
						  color:#CC0000;
						  font-size:18px;
						  line-height:20px;
						  text-align:center;
						  margin-top:0px;
						  }

#dashedbox-content p    {
						  font-size:14px;
						  line-height:16px;
						  text-indent:0em;
						  }
						  
						
.edusignup a { 
						font-family: Tahoma; 
						font-size: 14px; 
						font-weight:bolder; 
						color: #FFFFFF; 
						background-color: #CC0000; 
						border: outset 1px; 
						padding: 5px; 
						margin: auto; 
						display: block; 
						width:80%;
						text-align:center;
						text-decoration:none;
						}
						
.edusignup a:hover { 
						color: #CC0000 ; 
						background-color: #ffffff; 
						border: inset 1px; 
						}
						
						
						  
/* OPTIN BOX */

#optinbox-container    {
               			   width:76%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#upper-optinbox-container    {
               			   width:100%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   margin-bottom:0px;
						   }
						   
#optinbox-box          {
                          width:100%;
						  margin:auto;
						  border:2px #000000 dashed;
						  background-color:#FFFFCA;
						  }
						  
#optinbox-content      {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#optinbox-content h3    {
                          font-family:Tahoma;
						  font-size:22px;
						  line-height:24px;
						  text-align:center;
						  margin-top:0px;
						  }
						  
#optinbox-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	color:#000066;
}
						  
#optinbox-1SCbox {
					width:90%;
					margin:auto;
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					text-align:left;
					}
					
#upper-optinbox-1SCbox {
					width:100%;
					margin:auto;
					font-family:Arial, Helvetica, sans-serif;
					font-size:14px;
					text-align:left;
					margin-bottom:0px;
					}
					

#submitpad {
  padding: 8px;
  background-color: #CC0000;
  margin: 0px;
  border-width: 3px;
  border-color: #CC0000;
  border-spacing: 0;
  margin-bottom:0px;
}

#submitpad-upper {
  padding: 8px;
  background-color: #CC0000;
  margin: 0px;
  border-width: 3px;
  border-color: #CC0000;
  border-spacing: 0;
  margin-bottom:0px;
  width:320px;
}

.submit {
font-size:22px;
width:425px;
}

.submit-upper {
font-size:16px;
width:320px;
}

fieldset {
border:0px;
}


/* OPTIN BOX */

#testimonialbox-container    {
               			   width:76%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonialbox-box          {
                          width:100%;
						  margin:auto;
						  border:1px #999999 solid;
						  background-color:#FFFFCC;
						  }
						  
#testimonialbox-content      {
                           width:90%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonialbox-content h3    {
                          font-family:Tahoma;
						  font-size:20px;
						  line-height:22px;
						  text-align:center;
						  margin-top:0px;
						  }
						  
#testimonialbox-content p {
						font-family:Arial, Helvetica, sans-serif;
						font-size:16px;
						margin-top:0px;
						margin-bottom:0px;
						}
						  

/* HYPERLINKS */

a {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}


/* ALTERNATE UL STYLES */

#grayarrowlist                     {
						   list-style: url(../images/arrow.jpg) ;
						   }
						   
#orangeastericklist                     {
						   list-style: url(../images/orange-asterick.gif);
						   }
						   
#redcheckslist                     {
						   list-style: url(../images/small_red_check.gif);
						   						   }
												   
#blackcheckslist                     {
						   list-style: url(../images/small_black_check.gif);
						   						   }

#flashingredarrowslist                     {
						   list-style: url(../images/arrow.gif);
						   font-family:Arial, Helvetica, sans-serif;
						   font-size:16px;
						   padding-left:35px;
						   margin-left:38px;
						   list-style-position: outside;
						   }
						   
#littleredboxlist                     {
						   list-style: url(../images/littleredbox.gif);
						   padding-left:35px;
						   margin-left:8px;
						   list-style-position: outside;
						   }

/* IMAGES */

.imgspace {
padding: 1px 5px 0 5px;
}

.imgfltleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

.imgfltrght {
float: right;
padding-left: 10px;
padding-bottom: 10px;
}

img {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;	
}


/* SUPER AFFILIATE PAGES NEEDED STYLES */

#sa-content {
width:800px;
margin:auto;
padding:25px;
}

#sa-content h1 {
margin-top:0px;
}

#sa-person {
width:199px;
vertical-align:top;
float:right;
text-align:center;
padding-bottom:10px;
}


/* CUSTOM FOR THIS SITE */

.phpForms_pgtitle
{
    font-family : Arial;
    font-size   : 18px;
    color       : #1200d9;
    font-weight : bold;
}
.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    font                : Arial, Helvetica, sans-serif;
    color               : #FFFFFF;
}

.questionnaire_table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.signup a { 
	font-family: Tahoma; 
	font-size: 18px; 
	font-weight:bolder; 
	color: #FFFFFF; 
	background-color: #CC0000; 
	border: outset 1px; 
	padding: 5px; 
	margin: auto; 
	display: block; 
	width:500px;
	text-align:center;
	text-decoration:none;
}
						
.signup a:hover { 
	color: #ffffff; 
	background-color: #009933; 
	border: inset 1px; 
}  

.topnote {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
background-color:#FFFF00;
margin-top:0px;
}

.privacy {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:0px;
margin-bottom:0px;
font-style:italic;
text-align:center;
}

.listen-up-now {
	font-size: 64px;
	text-decoration:underline;
	line-height:84px;
}

/* Top Call Out Box */

#topcallout-container    {
               			   width:765px;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#topcallout-box          {
                          width:100%;
						  margin:auto;
						  border:2px #000000 solid;
						  background-color:#FFFF99;
						  }
						  
#topcallout-content      {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						  	   
						   
#topcallout-content p    {
						  font-size:18px;
						  line-height:20px;
						  text-indent:0em;
						  margin-top:0px;
						  margin-bottom:0px;
						  font-weight:bold;
						  text-align:center;
						  }

/* Sub-Indent of Bullets */

#subindent-of-bullets 	{
						width:713px;
						padding-left:87px;
}

/* Courselist Box */

#courselist-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#courselist-box          {
                          width:100%;
						  margin:auto;
						  border:2px #000000 dashed;
						  }
						  
#courselist-content      {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }

/* Bonus Box */

#bonus-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#bonus-box          {
                          width:100%;
						  margin:auto;
						  border:2px #CC0000 solid;
						  }
						  
#bonus-content      {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }

/* Check-In Box */

#checkin-container    {
               			   width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#checkin-box          {
                          width:100%;
						  margin:auto;
						  border:2px #CC0000 solid;
						  }
						  
#checkin-content      {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						  	   
/* Guarantee Box */

#saleslettercontent-guarantee {
						width:70%;
						margin:auto;
						font-size:16px;
						padding:10px;
						border:1px solid #999999;
						}


/* No Risk Reservation Box */

#saleslettercontent-orderbox {
						width:70%;
						margin:auto;
						font-size:16px;
						padding:10px;
						border:3px dashed #000000;
						background-color:#FFFFCC;
						}

						 


