/* Main */

html,body { width:100%;
	height:100%;
	font-family: verdana, arial, helvetica;
	padding:0px;
	font-size:11px;
	border-collapse:collapse;
	margin:0px;
	background-color:#33431F }

#contactBar {background: #FFFFFF;
	color:#33431F;
	font-size: 10px;
	padding: 10px;
	border-bottom: 45px solid #33431F;
	width: 730px;
	}
#contactBar A {text-decoration:none;
	color:#33431F;
	}
#contactBar A:hover {text-decoration:underline;
	}
	
.section1 {background: #628038;
	min-height: 200px;
	}
.section2 {background: #33431F;
	min-height: 200px;
	}
.section3 {background: #8EA95C;
	min-height: 250px;
	}
.section4 {background: #628038;
	min-height: 250px;
	}
	
td { vertical-align:top;
	text-align:center;
	}
	
.whiteTitle {color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	}
	
.whiteBit {color:#FFFFFF;
	font-weight:bold;
	}	

