@import url("main.css");

#banner {
	width: 790px;
	height:100px;
	/*background: transparent url(../images/page_blurb_1.png) no-repeat scroll center top;*/
	background-color: #254629;
	border-bottom: solid 3px #172C19;
}
#content {
	background: #CCC url(../images/page_bground.jpg) no-repeat scroll left top;
	min-width: 790px;
	min-height: 360px;
}
.ie6 div#content {
	width: 790px;
	height: 360px;
}
#leftColTop {
	height: 60px;
}
#leftColBottom {
	text-align: right;
	padding: 10px;
}
div#pageMenu p {
	padding-bottom: 5px;
	padding-top: 5px;
}
div#pageMenu p a {
	text-decoration: none;
	color: #222;
}
div#pageMenu p a:hover {
	color: #4C9354;
}
#menuHeader {
	font-size: 2em;
	font-weight: bold;
	padding: 30px 10px;
	text-align: right;
}
#rightColTop {
	height: 60px;
}
#pageHeader {
	font-size: 2em;
	font-weight: bold;
	padding: 30px 0 0 20px;
	text-align: left;
	color: #FFF;
}
#rightColBottom {
	padding: 40px 0 20px 20px;
	width: 470px;
}
#rightColBottom img {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pageBlurb {	
	font-size: 14px;	
	line-height: 1.5;
	text-align: justify;
}
.pageBlurb a {
	text-decoration: none;
	color: #222;
}
.pageBlurb a:hover {
	color: #4C9354;
}
h2.pageBlurb {
	font-weight: bold;
}
ul.pageBlurb {
	padding-left: 15px;
}