body,html{
	margin: 0px;
	padding: 0px;
}

html{
background-color:#f1f3e8;
}

body{
	background:#f1f3e8 url(../_images/body_back.gif) repeat-x top left;
}

#wrapper{
	width:938px;
	margin: 0 auto;
	padding: 0;
	background: url(../_images/wrapper_back.gif) repeat-y top left;
}

#utilnav{
	position: relative;
	top: 5px;
	text-align: right;
}
#utilnav a{
	color: #454545;
}

#header{
	padding: 0px;	
	height: 360px;
	width:938px;
	position:relative;
	background:transparent url(../_images/header_back.gif) no-repeat top left;

}

#mask{
	width: 288px;
	height: 288px;
	background:#2c4465 url(../_images/mask_back.gif) repeat-x top left;
	float:left;
	margin: 18px 0px 0px 18px;
	_margin-left:9px;

}

#mask a{
	background: url(../_images/logo-floatleft.png) no-repeat top left;
	display:block;
	position:relative;

}

#mask a h1,#mask a h2{
	display:none;
	
}
#mask a, #mask a h1{
	left:50%;
	top:50%;
	margin-left:-125px;
	margin-top:-44px;
	width: 249px;
	height:87px;
}

#header_image{
	float:left;
	height:288px;
	width:612px;
	background-color:blue;
		margin: 18px 0px 0px 0px;
}

#globalNav{
	clear:both;
	height: 34px;
	padding-top:12px;
	padding-left: 25px;
	
}


#cols{
	min-height: 150px;
	padding:5px;
	clear:both;
	width:938px;
	background:url(../_images/cols_back.gif) no-repeat top left;
}

#sidecol{
	width: 260px;
	display: block;
	float: right;
	margin-right: 30px;
}

#contactForm{

	float:left;
	width: 400px;
	position:relative;
}

#content{
	width: 500px;
	float:left;
	display: block;
	padding-left: 20px;

}

#footer{
	background:#f1f3e8 url(../_images/footer_back.gif) no-repeat top left;
	padding-left: 10px;
}


input,textarea{
	border: 1px solid #7d7d7d;
	
}

input.long, textarea.long{
	width: 300px;
}

input.mid{
	width: 245px;
}

input.small{
	width: 50px;
}

.newsItem{
	margin-bottom: 15px;
}
.newsItem .newsMore{
	float:right;
}

.newsIntro{
	max-height: 70px;
	overflow:hidden;
}

#newsItem .back{
	float:right;
}