
* {
	font-family: arial;
	font-size: 14px;
	color: #555;
	line-height: 20px;
}

p {
	line-height: 20px;
}

a {
	color: #326C55;
	font-weight: bold;
}
a:hover {
	color: #7BAB89;
	text-decoration: none;
}

h1 {
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	padding: 15px 0px 0px 60px;
	height: 35px;
	font-size: 20px;
	color: #326C55;
	margin: 10px 0px 10px -10px;
}

h2 {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #326C55;
	border-bottom: 1px solid #7BAB89;
}


img {
	border: none;
}

ul {
	padding-left: 20px;
}

#flashContainer {
	text-align: center;
	width: 800px;
	height: 280px;
	background-color: #eee;
	margin-left: -20px;
}

/************* TEMPLATE STYLES **************/

body {
	background-color: #053D14;
	margin: 0px;
	padding: 0px;
}

#pageContainer {
	width: 800px;
	margin: 0px auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #fff;
}

#logoContainer {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
}

#menuContainer {
	text-align: center;
	height: 27px;
	padding-left: 100px;
	background-color: #6B6B6B;
}
	#menuContainer a {
		display: block;
		float: left;
		height: 23px;
		padding: 4px 20px 0px 20px;
		text-align: center;
		font-size: 12px;
		text-decoration: none;
		color: #fff;
		//text-transform: uppercase;
	}
	#menuContainer a:hover {
		background-color: #326C55;
	}
	
#contentContainer {
	padding: 0px 20px;
	min-height: 400px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.columns2 {
	width: 350px;
	float: left;
	padding-right: 25px;
}

.columns3 {
	width: 235px;
	float: left;
	padding-right: 25px;
}

#footerContainer {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #999;
	font-size: 12px;
}
	#footerContainer a {
		color: #999;
		font-size: 12px;
		font-weight: normal;
	}

