body {
	background-image:url(../images/layout/bg_topNav.jpg);
	background-repeat:repeat-x;
	background-color:#e4f3dc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

H1 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#1f8109;
	/*/*/line-height: 1.0em;
}
H2 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1f8109;
	/*/*/line-height: 1.0em;
}


/* NAV CONTENT CONTAINER */

#topNavMsg_Container {
	margin-left: auto;
	margin-right: auto;
	height:33px;
	background-image:url(../images/topNav/topnav_msgBg.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}

.topNavMsg_Content {
	width:1058px;
	height:33px;
	color:#03F;
	vertical-align:middle;
	text-align:right;
	padding-top:9px;
}

#topNav_Container {
	margin-left: auto;
	margin-right: auto;
	width:1151px;
}


/* MAIN CONTENT STRUCTURES */

	/* MAIN CONTENT CONTAINER */
	
	/* Creates large off-white box */
	#mainContent_Container {
		margin-left: auto;
		margin-right: auto;
		color:#000000;
		width:1058px;
		padding-left:0px;
	}
	/* Creates curve at top of large off-white box */
	#top_curve {
		width:1058px;
		background-image:url(../images/layout/top_curve.gif);
		background-repeat:no-repeat;
		height:23px;
	}
	
	/* Createst the expandable left- and right-hand side borders to go with the top and bottom curve */
	#mainContent-wide {
		padding-left:20px;
		padding-right:20px;
		background-image:url(../images/layout/middle_curve.png);
	}
	
	/* Creates curve at bottom of large off-white box */
	#bottom_curve {
		width:1058px;
		height:23px;
		color: #000000;
		text-align:center;
		background-image:url(../images/layout/bottom_curve.png);
		background-repeat:no-repeat;
	}
	
	/* Creates center aligned content to go within the white curved container */
	#mainContent {
		margin-left: auto;
		margin-right: auto;
		padding-left:0px;
		width:1058px;
	}

	/* END MAIN CONTENT CONTAINER */


	
	
	/* TWO-UP ONE-UP COLUMNS */
		#mainContent-left {
			color:#535353;
		/*	background: #ffffff;
		*/	float: left;
			width: 700px;
			padding-left:0px;
		}
		
		#mainContent-right {
			color:#535353;
			float: left;
			width: 300px;
			padding-left:15px;
		}
	/* END TWO-UP ONE-UP COLUMNS */
	
	/* NARROW-WIDE-NARROW COLUMNS */
		#mainContent-leftNarrow {
			color:#535353;
			background: #ff0000;
		 	float: left;
			width: 150px;
			padding-left:0px;
		}
		
		#mainContent-centerWide {
			color:#535353;
			background: #cccccc;
			float: left;
			width: 685px;
			padding-left:15px;
		}
		
		#mainContent-rightNarrow {
			color:#535353;
			background: #ebebeb;
			float: left;
			width: 150px;
			padding-left:15px;
		}
	/* END TWO-UP ONE-UP COLUMNS */
	
	
	
/* MAIN CONTENT CONTAINER */


/* FOOTER */
#footer {
	background-image:url(../images/layout/bg_footer_02.jpg);
	background-repeat:repeat-x;

}

#footerContent {
	margin-left: auto;
	margin-right: auto;
	padding-left:0px;
	width:1058px;
}

#footerNav {
	height:306px;
	width:1058px;
 	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/layout/bg_footer.jpg);
	background-repeat:no-repeat;
}


#container {
	margin-left: auto;
	margin-right: auto;
	padding-left:0px;
	width:1058px;
}

#mainContentWide-left-half {
	color:#535353;
	float: left;
	width: 600px;
	padding-left:20px;
}

	#mainContentWide-left-half-col-01 {
		float: left;
		width: 100px;
		padding-left:20px;
	}

	#mainContentWide-left-half-col-02 {
		float: left;
		width: 100px;
		padding-left:20px;
	}

	#mainContentWide-left-half-col-03 {
		float: left;
		width: 100px;
		padding-left:20px;
	}

	#mainContentWide-left-half-col-04 {
		float: left;
		width: 100px;
		padding-left:20px;
	}

	#mainContentWide-left-half-col-05 {
		float: left;
		width: 90px;
		padding-left:20px;
	}

#mainContentWide-right-half {
	color:#535353;
	float: left;
	width: 400px;
	padding-left:20px;
}
/* END FOOTER */




/* COPYRIGHT CONTENT CONTAINER */

#copyRight_Container {
	margin-left: auto;
	margin-right: auto;
	height:33px;
	vertical-align:middle;
}

.copyRight_Content {
	width:1058px;
	height:33px;
	color:#000000;
	vertical-align:middle;
	text-align:center;
	padding-top:9px;
}

#copyRight_Container {
	margin-left: auto;
	margin-right: auto;
	width:1151px;
}
/* END COPYRIGHT CONTENT CONTAINER */


/* FORM ELEMENTS */

.inputField {
	background-image:url(../images/layout/inputField.jpg);
	background-repeat:repeat-x;
	height:20px;
	border:#093 thin solid;
}

.btn_Green{
	background:url(../images/buttons/btn_green.jpg);
	padding:0px 6px;
	border:1px solid #3b6e22;
	height:24px; 
	line-height:24px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;
}