.parent_col_100_percent_for_left_right_cols {
	width: 100%;
}
/* html>body .parent_col_100_percent_for_left_right_cols {
	height:200px;
	clear:both; 
	} */
.col_50_percent_left {
	position: relative;
	width: 49%;
	float: left;
}
.col_50_percent_right {
	position: relative;
	width: 49%;
	float:inherit;
}
.col_70_percent_left {
	position: relative;
	width: 69%;
	float: left;
}
.col_30_percent_right {
	position: relative;
	width: 29%;
	float: right;
}
.col_60_percent_left {
	position: relative;
	width: 59%;
	float: left;
}
.col_40_percent_right {
	position: relative;
	width: 39%;
	float: right;
}

.subscription-form {
	position:relative;
	clear:both;
	width:97%;
	height:76px;
	background-color:#FFFFD2;
	padding:10px;
}

/* SPECIAL MOZILLA FIREFOX TAGS */

.spacer-10 {
}
html>body .spacer-10 {
	height: 12px;
}

.moz1 {
}
html>body .moz1 {
	height:800px;
	clear:both; 
}
.moz2 {
}
html>body .moz2 {
	height:1700px;
	clear:both; 
}
.col-left {
	float:left;
	width:340px;
}
.col-right {
	float:right;
	width:340px; 
}
#mainarea {
	border: 0px;
	clear: both;
	left: 0px;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
	top: 0px;
	width: 740px;
	background-color: transparent;
}
.clear-both {
	clear:both;
}
.col-70 {
	float:left;
	width:476px;
}
.col-30 {
	float:right;
	width:224px;
	margin-right: 10px; 
}
.col-25 {
	float:right;
	width:204px;
	margin-right: 10px; 
}
.box-border {
	padding:4px;
	background-color:#FBFBFB;
	border-style:dotted;
	border-width:1px;
	border-color:#990000;
}
.box-border-white {
	padding:4px;
	border-style:dotted;
	border-width:1px;
	border-color:#990000;
}
