*{
	margin: 0;
	padding: 0;
}

body{
	background: #ededed ;
	font-family: Arial;
	font-size: 75%;
}
#white_wrapper{
	background: #FFF URL(/images/layout_images/page_banding.gif) left 152px repeat-x;
	*background: #FFF URL(/images/layout_images/page_banding.gif) left 153px repeat-x;
	border: 1px solid #fff;
}

a{
	color: #00512f;
}
a:hover{
	color: #426358;
}
.clearline{
	height: 0;
	overflow: hidden;
	clear: both;
}

h1{
	display: none;
}
h2{
	color: #00512f;
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: normal;
}
h3{
	color: #00512f;
	font-size: 1.4em;
	margin-bottom: 0.3em;
	font-weight: normal;
}
#masthead{
	width: 900px;
	margin: 30px auto 0;
	position: relative;
}

#logo{
	background: URL(/images/layout_images/logo.gif);
	display: block;
	width: 347px;
	height: 96px;
	text-indent: -5000px;
}
#masthead ul{
	position: absolute;
	right: 0px;
	top: 55px;
	list-style: none;
	text-align: right;
}
#masthead ul li{
	display: inline;
	margin-left: 25px;
}
#masthead ul li a{
	font-size: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#banner_image{
	width: 960px;
	margin: 26px auto 0;
}

#content{
	width: 900px;
	margin: 32px auto 0;
}
#content p{
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content #left_col{
	width: 432px;
	float: left;
	margin-right: 32px;
}
#content #right_col{
	float: left;
	width: 432px;
}

/* News
***************************/
.news_list{
	list-style: none;
	margin-bottom: 2em;
}
.news_list div{
	margin-bottom: 1em;
}
.date{
	color: #818181;
	display: inline-block;
	margin-right: 10px;
	font-size: 0.9em;
}
.more_link{
	padding-top: 2em;
}

#footer_wrapper{
	background-color: #ededed;
	padding: 20px 0;
}
#footer{
	width: 900px;
	margin: 0 auto;
}

#footer ul{
	list-style: none;
	height: 46px;
	float: left;
}

#footer ul li{
	display: inline;
	margin-right: 15px;
	line-height: 30px;
}
#footer ul li a{
	color: #5e5e5e;
	text-decoration: none;
}

#footer_logo{
	float: right;
}
#paginate{
	text-align: right;
}
#paginate strong, #paginate a{
	display: inline-block;
	height: 22px;
	width: 22px;
	background-color: #cce4da;
	line-height: 22px;
	text-align: center;
	color: #ededed;
	margin: 0 0 10px 1px;
}
#paginate a{
	color: #00502f;
	text-decoration: none;
}
.news_image{
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #EDEDED;
	padding: 2px;
}
