/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 0;
	height: 149px;
	background: none;
	position: relative;
}

#content {
	float:none;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
	position: relative;
}
#header_imageprint {
	display: none;
}
.cwrapper {
	margin: 0 auto;
	padding: 0px;
}

/************** .feature styles ***************/

.contentBody{
	float: none;
	padding: 2em 10em;
	margin: 0px;
	width: auto;
}
.espanol {
	color: #2B8943;

}
.english {
}
.description {
	font-size: x-small;
}
.leftcol {
	float: none;
	padding: 0px;
	margin: 0px;
	clear: none;
	display: none;
}

.leftcol p {
	padding: 5px 10px 5px 30px;
	margin-right: 35px;
}
.leftcol p.b {
	font-size: 14px;
	display: block;
	border-bottom: 2px solid #07284b;
	font-weight: bold; 
	padding-top: 30px;
}
.required {
	color: #FF0000;
}
.butt {
	color: #000000;
	background: #6BCCE2;
	margin: 5px;
	padding: 10px;
	text-decoration: none;
	font: bold small Arial, Helvetica, sans-serif;

}
.fc-tbx {
	z-index: 1000;
}
/************* #bottommenu styles ***************/
#bottommenu {
	clear: both;
	font-size: 100%;
	color: #F15A22;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
}

#bottommenu a:link, #bottommenu a:visited {
	color: #2B396C;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;

}
#bottommenu a:hover {
	text-decoration: underline;

}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #B7CCDD;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #B7CCDD;
	text-align: right;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

