@charset "utf-8";
/* CSS for Index */

/* Container Per Page */


#container {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:840px;
	height:100%;
	min-height:810px;
}


/* Content Elements for index */

#col1 {
	width:300px;
	float:left;
	text-align:left;
}
#col2 {
	width:300px;
	float:right;
	text-align:left;
}
#col1 div {
	padding-top:10px;
}
#col1 div p {
	line-height:24px;
}
#col2 {
	border-left:1px solid #000000;
}
#col2 div {
	padding:10px 10px 0 10px;
}
#col2 div p {
	line-height:24px;
}
.bold {
	font-size:14px;
	font-weight:bold;
}
#cta {
	text-align:right;
}
#cta div {
	padding-top:20px;
}
.img_stack {
	padding-top:0;
}
