body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;	
	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: 240px;
	color: #FFFFFF;
	background-color: #000000;	
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#menubar {
	font-size: 0.8em;
	padding: 0;
	margin: 0 auto;
	width: 493px;
	position: absolute;
	left: 267px;
	bottom: 9px;
}
#column_wrapper {
	background-image:url(../images/wrapper.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 513px;
	float: left;
}
#left {
	width: 257px;
	float: left;
	background-image: url(../images/top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#left .content {
	padding: 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#footer .content {
	padding: 24px;
}
#footer_Outside {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #78785E;	
	height: 106px;
	clear:both;
}
#footer {
	width: 770px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0 auto;
	font-size: 0.7em;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#footer a:link {color: #E9F7D4;}
#footer a:visited {color: #E7FBFC;}
#footer a:hover {color: #000000;}
.nav_div {
	background: url(../images/nav.gif) no-repeat left center;
}

#right h1 {
	display:block;
	font-size: 1.6em;
	margin: 5px 0;
	border-bottom:#C5C5A8 solid 1px;
	color:#333333;
	padding: 5px 0;
}
#footer h1 {
	font-size: 1.0em;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
	color: #AF2922;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.small_txt {
	font-size: 11px;
}
.red_txt {
	color: #AF2922;
}
img.center {
	display: block;
	margin: 0 auto;
}