/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin: 0;
	background-color: #FFFFFF;

}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}


/*********************/
/* LAYOUT */
/*********************/

#main {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 3px 3px 0 6px;
	float: left;
	
}

/*********************/
/* MAIN SECTION STYLES */
/*********************/
#main h1 {
	color: #5F9794;
	font: bold 24px "Century Gothic", "Gill Sans", Arial, sans-serif;
}

/*********************/
/* PAGE SPECIFIC STYLES */
/*********************/

/* HOME */
/* no left sidebar--stretch main entire distance */
#home #main {
	margin-left: 0;
	width: 550px;
}
/* copyright fits page */
#home {
	margin-left: 0;
	padding: 3px 0 3px 30px;
	font-style: italic;
}

.section {
	display: block;
	font-weight: normal;
	color: #D6ECAE;
}

.feature {
	margin-left: 10px;
	border-top: 10px solid #FDD041;
	clear: both;
	border-bottom: 1px solid #FFF!important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}



.col2 #main {
	float: left;
	border-right: none;
	width: 550px;
}
.col2 #main h1 {
	color: #333333;
	border-bottom: 1px dashed #666;
	margin-top: 5px;
	margin-bottom: 20px;
}
.col2 .section {
	display: inline;
	color: #999999;
}

#main #subForm p {
	margin-top: 10px;
	margin-bottom: 10px;
}

