BODY	{
	background-color:#EEEEEE;
	background-image:url('images/background.gif');
	background-attachment:fixed;
	color:#000; /* Default font color */
	font-family:verdana, sans-serif;
	font-size:1em;
	border:0;
	margin:0;  /* Predefine Margin & Padding for BODY to avoid cross-browser differences */
	padding:0;  /* Predefine Margin & Padding for BODY to avoid cross-browser differences */
	}

A	{
	text-decoration:none; /* Remove underline from links */
	}

a:link, a:visited {
	color: #F33;
}

a:hover, a:active {
	color: #33F;
}

.overall	{  /* Center the entire page for IE Compatibility */
	text-align: center;
	background: transparent url(/images/bg-footer-folks.gif) repeat-x center bottom;
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	width: 100%;

	}

.head_wrap	{
	text-align: center;
	background: transparent url(images/bg-head.gif) repeat-x left top;
	margin: 0;
	border: 0;
	padding: 6px 0 0 0;  /* Move the logo down 6px and right 20px in the header */
	height: 100px;
	width: 100%;
	}

.head_fixed	{
	text-align: left;
	background: transparent url(images/bg-header-toll-free-no.gif) no-repeat right top;
	margin: 0 auto;
	border: 0;
	padding: 0 20px;
	width: 700px;
	height: 94px;
	}

.logo_name	{
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 390px;
	height: 90px;
	}

.logo_name a {
	display: block; /* Display: block makes the A link show the full size image */
	text-indent: -9999px;
	background: transparent url(images/name.gif) no-repeat left top;
	margin: 0;
	border: 0;
	padding: 0;
	width: 390px;
	height: 90px;
}

.topright {
	text-align: left;
	float: right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 270px;
	height: 63px; /* 94 for headwrap_fixed, -26 for navbar */
}

.navbar	{
	float: right;
	clear: right;
	margin: 0;
	border: 0;
	padding: 0;
	width: 280px;
	height: 24px;
}

.navbar_menu	{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.0;
}

#mainnav_1_href	{
	background-image:url(images/about.gif);
	height: 26px
	width: 76px;
	}

a.mainnav, a.mainnav:link, a.mainnav:visited {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	border: 0;
	padding: 0;
	padding-bottom: 3px; /* could be as much as 9px so that non-javascript browser views work too */
	height: 24px;
	}

a.mainnav:hover, a.mainnav:active {
	background-position: 0 -35px;
	}


.mid_wrap	{
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	text-align: left;
	}

.orange{
	position: relative;
	top:20px;
	background-image:url('images/orange750x510.gif');
	background-repeat:no-repeat;
	font-family:sans-serif;
	font-weight:600;
	width: 750px;
	height: 510px;
	}

.logo	{
	position: relative;
	top: -20px;
	left: 30px;
	width: 381px;
	height: 240px;
	}

.logo a, .logo a:link, .logo a:visited {
	display: block;
	text-indent: -9999px;
	background: transparent url(/images/logo.gif) no-repeat left top;
	width: 340px;
	height: 220px;
	}

.bot_wrap	{
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	text-align: left;
	}



.12r {
  font-size:12px;
}

.14r {
  font-size:14px;
}

.24r {
  font-size:24px;
}

.12b {
  font-size:12px;
  font-weight:bold;
}

.14b {
  font-size:14px;
  font-weight:bold;
}

.24b {
  font-size:24px;
  font-weight:bold;
}

