html {
	/*overflow: -moz-scrollbars-vertical;*/ /* Force vertical scrollbar in Firefox */
	overflow-y: scroll; /* Force vertical scrollbar in Firefox */
	height:100%;
	min-height:400px;
}
body {
	min-width:900px; /* helped fix browser resized small (background was disappearing in the footer in IE7*/
	height:100%;
	min-height:400px;
	margin:0px;
	padding:0px;
	background:url(../images/2010_bgTile.gif) top center repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	color:#fff;
}
a:link			{ color:#e5d80d;	text-decoration:underline;}
a:hover			{ color:#e5d80d;	text-decoration:none;}
a:visited		{ color:#e5d80d;	text-decoration:underline;}
a:visited:hover	{ color:#e5d80d;	text-decoration:none;}

.whiteLink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}
.whiteLink a:link{color:#ffffff; text-decoration:underline;}
.whiteLink a:hover{color:#ffffff;text-decoration:none;}
.whiteLink a:visited{color:#ffffff;text-decoration:underline;}
.whiteLink a:visited:hover{color:#ffffff;text-decoration:none;}

div.centered { position:relative; top:50%; margin-top: -50px;/* half of #content height*/ }

p { margin:0; padding:0 0 15px 0; }
p.alpha { padding:20px 0 15px 0; }
p.omega { padding:0 0 14px 0; }
p.omegaZero { padding:0; }

	/*=============================*/
	/* GLOBAL STYLES               */
	/*-----------------------------*/
	
	.clear { display:block; height:0px; clear:both; }
	* html .clear { display:block; height:10px; line-height:10px; margin:-10px 0 0 0; clear:both; } /* IE 6 clear */
	.hRule { display:block; height:1px; margin:0 0 20px 0; background-color:#ddd; }
	* html .hRule { display:block; height:1px; line-height:1px; margin:0px 0 20px 0; overflow:none; background-color:#ddd; } /* IE 6 clear */
	
	#container {
		width:100%;
		height:100%;
		margin:0px 0px 0px 0px;
		display: block;
		padding: 0px;
	}
	
	.container_900 {
		
		width:900px;
		height:600px;
		/*position:relative;
		top:50%;
		margin:-300px auto 0 auto;	*/
		margin:0 auto;
		display:block;
		padding:0px;
		background-color:#ffffff;
	}
	
	#bodyArea 			{ width:900px; }
	#bodyArea #left 	{ width:51px;	height:500px;	float:left; }
	#bodyArea #body		{ width:798px;	height:500px;	float:left; }
	#bodyArea #right 	{ width:51px;	height:500px;	float:left; }
	
	#bodyArea #body #btm #mainCopy {
		width:758px;
		padding:20px 10px 10px 30px;
		background:url(../images/2009_07_08_bodyBG.jpg) no-repeat;
		height:366px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		line-height:14px;
		color:#fff;
		text-align:left;
	}
	#bodyArea #body #btm #mainCopy a:link			{ color:#e5d80d;	text-decoration:underline;}
	#bodyArea #body #btm #mainCopy a:hover			{ color:#e5d80d;	text-decoration:none;}
	#bodyArea #body #btm #mainCopy a:visited		{ color:#e5d80d;	text-decoration:underline;}
	#bodyArea #body #btm #mainCopy a:visited:hover	{ color:#e5d80d;	text-decoration:none;}
	
	#bodyArea #body #btm #mainCopy #para {
		height:180px;
	}
	
	#bodyArea #body #btm #mainCopy #para p#omega {
		padding:0;
		font-size:13px;
		line-height:16px;
		font-weight:bold;
		font-style:italic;
	}
	#bodyArea #body #btm #mainCopy #form {
		width:250px;
		height:175px;
		float:left; 
		margin:0 0 0 228px;
	}
/*	#bodyArea #body #btm #mainCopy #form {
		width:210px;
		height:110px;
		float:left; 
		margin:0 0 0 228px;
		padding:55px 20px 10px 20px;
		background-color:#0CC;
		font-size:11px;
		line-height:16px;
		font-weight:bold;
	}
	#bodyArea #body #btm #mainCopy #form #privacy {
		width:85px;
		float:left;
		font-size:10px;
		font-weight:normal;
		margin:13px 0 0 0;
	}
	#bodyArea #body #btm #mainCopy #form #privacy a:link			{ color:#114511;	text-decoration:underline;}
	#bodyArea #body #btm #mainCopy #form #privacy a:hover			{ color:#114511;	text-decoration:none;}
	#bodyArea #body #btm #mainCopy #form #privacy a:visited			{ color:#114511;	text-decoration:underline;}
	#bodyArea #body #btm #mainCopy #form #privacy a:visited:hover	{ color:#114511;	text-decoration:none;}
	#bodyArea #body #btm #mainCopy #form #button {
		width:124px;
		float:left;
		margin:10px 0 0 0;
	}*/
	#bodyArea #body #btm #mainCopy #emailPatti {
		width:230px;
		height:80px;
		float:left;
		margin:0 0 0 20px;
		padding:85px 10px 10px 10px;
		/*background-color:#0CC;*/
		font-size:12px;
		line-height:16px;
		font-weight:bold;
		text-align:center;
	}
	#bodyArea #body #btm #mainCopy #emailPatti #emailAddr {
		font-size:11px;
	}
	
	
.captionText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

.txtBoxStyle1 {
	font:12px Georgia, "Times New Roman", Times, serif;
	height:15px;
	margin:0;
	padding:1px 2px 2px 2px;
	border-top: #373737 1px solid;
	border-bottom: #bcbcbc 1px solid;
	border-left: #373737 1px solid;
	border-right: #bcbcbc 1px solid;
}

	/*==============================================================*/
	/* iframe_signup2009.html                                       */
	/*--------------------------------------------------------------*/
	
	body#iframe_signup2009 #form {
		width:210px;
		height:110px;
		float:left; 
		margin:0 0 0 0px;
		padding:55px 20px 10px 20px;
		background:url(../images/2009_07_08_iframe.jpg) no-repeat;
		/*background-color:#0CC;*/
		font-size:11px;
		line-height:16px;
		font-weight:bold;
	}
	body#iframe_signup2009 #form #privacy {
		width:85px;
		float:left;
		font-size:10px;
		font-weight:normal;
		margin:13px 0 0 0;
	}
	body#iframe_signup2009 #form #privacy a:link				{ color:#114511;	text-decoration:underline;}
	body#iframe_signup2009 #form #privacy a:hover			{ color:#114511;	text-decoration:none;}
	body#iframe_signup2009 #form #privacy a:visited			{ color:#114511;	text-decoration:underline;}
	body#iframe_signup2009 #form #privacy a:visited:hover	{ color:#114511;	text-decoration:none;}
	body#iframe_signup2009 #form #button {
		width:124px;
		float:left;
		margin:10px 0 0 0;
	}
	
		/*=============================*/
		/* Sign Me Up!  button         */
		/*-----------------------------*/
		#signMeUp_btn {
			width:124px;
			margin:0px 0;
		}
		
		#signMeUp_btn #nav {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0;
			padding:0px;
		}
		
		#signMeUp_btn #nav li {
			margin:0px;
			padding:0px;
			list-style:none;
		}
		
		#signMeUp_btn #nav li a {
			display:block;
			outline:none;
			width:124px;
			height:26px;
			margin:0;
			padding:0;
			background:transparent;
			vertical-align:middle;
			text-decoration:none;
			color:#5e5e5e;
			background: url(../images/2009_07_08_sprite_btn.gif);
		}
		
		#signMeUp_btn #nav li.btn a {			background-position: 0px 0px; }
		#signMeUp_btn #nav li.btn a:hover {		background-position: -124px 0px; }
		
		
		
		#signMeUp_btn #nav li a span{
			margin-left:-3000px;
		}
	
	
	
	/*==============================================================*/
	/* iframe_signup2009Thx.html                                    */
	/*--------------------------------------------------------------*/
	
	body#iframe_signup2009Thx #form {
		width:210px;
		height:110px;
		float:left; 
		margin:0 0 0 0px;
		padding:55px 20px 10px 20px;
		background:url(../images/2009_07_08_iframeThanks.jpg) no-repeat;
		/*background-color:#0CC;*/
		font-size:11px;
		line-height:16px;
		font-weight:bold;
	}
	body#iframe_signup2009Thx #form #privacy {
		width:85px;
		float:left;
		font-size:10px;
		font-weight:normal;
		margin:13px 0 0 0;
	}
	body#iframe_signup2009Thx #form #privacy a:link				{ color:#114511;	text-decoration:underline;}
	body#iframe_signup2009Thx #form #privacy a:hover			{ color:#114511;	text-decoration:none;}
	body#iframe_signup2009Thx #form #privacy a:visited			{ color:#114511;	text-decoration:underline;}
	body#iframe_signup2009Thx #form #privacy a:visited:hover	{ color:#114511;	text-decoration:none;}
	
	/*==============================================================*/
	/* iframe_signup2009Err.html                                    */
	/*--------------------------------------------------------------*/
	
	body#iframe_signup2009Err #form {
		width:210px;
		height:110px;
		float:left; 
		margin:0 0 0 0px;
		padding:55px 20px 10px 20px;
		background:url(../images/2009_07_08_iframeError.jpg) no-repeat;
		/*background-color:#0CC;*/
		font-size:11px;
		line-height:16px;
		font-weight:bold;
	}
	body#iframe_signup2009Err #form #privacy {
		width:85px;
		float:left;
		font-size:10px;
		font-weight:normal;
		margin:13px 0 0 0;
	}
	body#iframe_signup2009Err #form #privacy a:link				{ color:#114511;	text-decoration:underline;}
	body#iframe_signup2009Err #form #privacy a:hover			{ color:#114511;	text-decoration:none;}
	body#iframe_signup2009Err #form #privacy a:visited			{ color:#114511;	text-decoration:underline;}
	body#iframe_signup2009Err #form #privacy a:visited:hover	{ color:#114511;	text-decoration:none;}
	
	
	/* Media Kit Btn */
	#mediaKitBtn #nav {
		width: 100px;
		height: 70px;
		float: right;
		margin:0px 0 0px 0;
	}
	
	#mediaKitBtn #nav a:link {			color:#a40046; text-decoration:underline; }
	#mediaKitBtn #nav a:hover {			color:#a40046; text-decoration:none; }
	#mediaKitBtn #nav a:visited {		color:#a40046; text-decoration:underline; }
	#mediaKitBtn #nav a:visited:hover {	color:#a40046; text-decoration:none; }
	
	#mediaKitBtn_ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0px;
	}
	
	#mediaKitBtn_ul li {
		float:left;
		position:relative;
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
	#mediaKitBtn_ul li a {
		display:block;
		outline:none;
		width:100px;
		height:70px;
		margin:0;
		padding:0;
		background:transparent;
		vertical-align:middle;
		text-decoration:none;
		color:#5e5e5e;
		background:url(../images/sprite_MediaKit_v01.gif);
	}
	
	#mediaKitBtn_ul li ul li a { display:inline; width:auto; height:auto; background:none; }

	a#mediaKitBtn_01, a#mediaKitBtn_01:link, a#mediaKitBtn_01:visited {			background-position: 0px 0px; width:100px; }
	a#mediaKitBtn_01.over, a#mediaKitBtn_01:hover, a#mediaKitBtn_01:active { 	background-position: 0px -70px; }
		
	#mediaKitBtn_ul li a span{
		margin-left:-3000px;
	}
	
	
