.leftbg {
	background-image: url(images/website_leftslice.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightbg {
	background-image: url(images/website_rightslice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.middlebg {
	background-image: url(images/website_middleslice.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
body {
	background-image: url(images/bg3.gif);
	background-color: #668EB1;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;


}
#leftbar {
	float: left;
	height: 275px;
	width: 145px;
	background-image: url(images/website_leftslice.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contentframe {
	float: left;
	width: 720px;
}
#rightbar {
	float: left;
	height: 275px;
	width: 145px;
	background-image: url(images/website_rightslice.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	height: 39px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 54px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#content_bg {
	height: 357px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/website_middleslice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	height: 79px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/website_bottomslice.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	height: 357px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}


.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333366;

}
.bluecopy {
	color: #003366;
}
.largebodycopy {
	font-size: 14px;
	color: #003366;
}
#about_frame {
	height: 357px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/iframe_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
