body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-image:url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	left: 0px;
	top: 0px;
	height:335px;
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#menubar{
	font-size: 0.8em;
	padding: 0;
	margin: 0 auto;
	width: 756px;
	position: absolute;
	left: 2px;
	bottom: 12px;
}
#column_wrapper {
	background-image: url(../images/mid-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 560px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#left .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#footer .content {
	padding: 25px 20px 0 20px;
}
#footer {
	background-image:url(../images/footer.jpg);
	height:65px;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.content a:link {
	color: #BD411F;
}
.content a:visited {
	color: #1F9BBD;
}
.content a:hover {
	color: #000000;
}
h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #BD411F;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.center {
  display: block;
  margin: 0 auto;
}
.fl_rt {
	float: right;
	margin: 10px 10px 0 0;
}