body{
	background: #F1F1F1;
	text-align: center;
	font-size: 16px;
	}
	
#preload{
	display: none;
	height: 1px;
	width: 1px;
}

h1{
	font-size: 20px;
	font-weight: bold;
}
	
h2{
	background: #1f1f1f;
	color: #FFF;
	padding: 5px;
	font-weight: bold;
}

li{
	margin-bottom: 20px;
}

p{
	margin-bottom: 15px;
	font-size: 16px;
	text-align: left;
}

a{
	color: blue;
}

a:hover{
	color: #00CF09;
}


.maindiv{
width: 816px;
margin: 0px auto;
background: url('scbg.png') repeat-y;
text-align: center;
padding-right: 6px;
}

.header{
background: url('scb.png') no-repeat;
width: 807px;
height: 89px;
/* any IE */
margin-left: expression('0px');
margin-left: 4px;
}

.content{
font-family: Tahoma, Ariel, Veranda;
font-size: 16px;
text-align: left;
padding: 15px 40px 15px 40px;
background: #fff;
width: 727px;
margin: 0px auto;
}

.optinbox{
width: 600px;
margin: 0px auto;
background: #DFEBFF;
border: 1px solid #BFD8FF;
padding: 20px;
}

.center{ 
	text-align: center;
}
	
	
	.headline{
		color: red;
		font-size: 36px;
		text-align: center;
		font-family: arial,helvetica,sans-serif;
		padding-bottom: 15px;
		font-weight: bold;
	}
		.hred{
			color: #cc0000;
			font-size: 35px;
		}
	
	.sub-headline{
		color: blue;
		font-size: 25px;
		text-align: center;
		padding-bottom: 15px;
	}
	
	.input{
		padding: 7px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	
				#optin-button{
					background: url('optin-but.png') no-repeat;	
					height:67px;
					width: 300px;
					cursor: hand;
					border: none;
				}
					#optin-button:hover{
					background: url('optin-but-over.png') no-repeat;	
				}
	
	.section-header{
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		color: #cc0000;
		margin: 30px;
	}
	
	.red-section-header{
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		color: #cc0000;
		
	}
	
	.check ul {
		padding: 0;
		margin: 0;
	}
	.check li {
		margin-left: 20px;
		margin-right: 50px;
		list-style: none;
		list-style-image: url(check.png);
	}

	#yellow{
		background: yellow;
	}

	.module{
		font-size: 20px;
		font-weight: bold;
		color: #cc0000;
	}
	
	#option1
	{
	display: block;
	width: 345px;
	height: 92px;
	background: url("order-option1.png") no-repeat 0 0;

	}

		#option1:hover
		{ 
		background: url("order-option1-over.png") no-repeat 0 0;
		}

		#option1 span
		{
		display: none;
		}
	
	
	#option2
	{
	display: block;
	width: 344px;
	height: 92px;
	background: url("order-option2.png") no-repeat 0 0;

	}

		#option2:hover
		{ 
		background: url("order-option2-over.png") no-repeat 0 0;
		}

		#option2 span
		{
		display: none;
		}
	

		.seminar_form{
			width: 400px;
			margin: 0px auto;
		}
		.form_names{
			text-align: right;
		}
		
	.section-header{
		text-align: center;
		font-size: 25px;
		font-weight: bold;
	}
	
	.noindent li{
		margin-left: -25px;
	}
	
		.noindent2 li{
		margin-left: -25px;
	}
	
	.focusbox1{
		border: 4px dashed #AFCCFF;
		margin: 0px auto;
		background: #DFEBFF;
		width: 600px;
		padding: 15px;
		text-align: left;
	}
	
	.orlando-button{
		background: url('button-orlando.png') no-repeat;
		width: 334px;
		height: 120px;
	}
	
	.orlando-button:hover{
		background: url('button-orlando-over.png') no-repeat;
		cursor: pointer;
	}
	
	.buy-button{
		background: url('button-phx.png') no-repeat;
		width: 334px;
		height: 120px;
	}
	
	.buy-button:hover{
		background: url('button-phx-over.png') no-repeat;
		cursor: pointer;
	}
	
	.la-button{
		background: url('button-la.png') no-repeat;
		width: 334px;
		height: 120px;
	}
	
	.la-button:hover{
		background: url('button-la-over.png') no-repeat;
		cursor: pointer;
	}
		
.footer{
background: #1f1f1f;
width: 748px;
height: 200px;
/* any IE */
margin-left: expression('0px');
margin-left: 4px;
color: #666666;
font-size: 12px;
font-family: Tahoma, Arial, Veranda;
text-align: center;
padding: 0px 30px 0px 30px;
}


	.footer li{
		display: inline;
	}
	.footer a{
		color: #666666;
	}
	.footer-disclaimer{
		width: 650px;
		text-align: left;
		margin: 0px auto;
	}
