		/* common elements */
		html,body { min-height: 101%; }
		body {
			margin: 0px;
			background-color: #121b1e;
		}
		div {
			font-family: arial;
			font-size: 11px;
			color: #000;
		}
			
		
		/* layout elements */
		#container_body {
			background-image: url(/images/bg_body.gif);
			border: 1px solid #818384;
			width: 678px;
		}
		#container_inner {
			width: 710px;
			margin: auto;
			background-image: url(/images/bg_drop.gif);
			background-repeat: repeat-y;
			z-index: 10;
			vertical-align: top;
			position: relative;
		}
		#body_left {
			width: 135px;
			float: left;
			border-right: 1px solid #818384;
			background-image: url(/images/bg_left.gif);
			margin: 0px;
		}
		#body_right {
			margin-left: 150px;
			width: 510px;
			background-color: #dee2cf;
		}
		#body_right_home {
			margin-left: 137px;
			background-color: #dee2cf;
		}
		#container_outer {
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 10;
		}
		#container_topbar {
			background-image: url(/images/topbar_wheels.gif);
			width: 680px;
			height: 113px;
			position: relative;
		}
		#content_inner {
			text-align: left;
			vertical-align: top;
		}
		#content_outer {
			padding: 0px 15px 8px 15px;
		}
		#copyright {
			text-align: right;
			margin: auto;
			width: 700px;
		}
		#copyright, #copyright a {
			font: normal 10px arial, verdana, helvetica;
			color: #a5a5a5;
			text-decoration: none;
		}
		
		
		
		#home_image_float {
			 position: absolute;
			 left: 480px;
			 top: -173px;
			 z-index: 1000;
		}
		.home_white_block {
			 padding: 8px;
			 background-color: #fff;
		}
		a.home_white_block {
			font: normal 10px arial, helvetica, verdana;
			color: #85944f;
			padding: 0px;
		}
		
		
		#nav_top {
			position: absolute;
			left: 507px;
			top: 0px;
			width: 174px;
			height: 20px;
			background-color: #146393;
			z-index: 150;
		}
		#news_nav { padding: 8px 5px 8px 5px; }
		#stripe {
			background-image: url(/images/bg_stripe_full.gif);
			width: 100%;
			height: 20px;
			position: absolute;
			left: 0px;
			top: 113px;
			z-index: 1;
			text-align: center;
		}
		#stripe_green {
			width: 100%;
			height: 20px;
			background-color: #b2be96;
		}
		#stripe_inner {
			background-image: url(/images/bg_stripe.gif);
			width: 710px;
			margin: auto;
			height: 20px;
			z-index: 100;
		}
		#stripe_outer {
			position: absolute;
			text-align: center;
			width: 100%;
			top: 113px;
			z-index: 100;
		}

		/* ***************** */
		/* bacpac advantages */
		/* ***************** */
		#advantages {
			background-color: #e1ffe1;
		}
		.adv_white {
			background-color: #fff;
		}
		.adv_green { 
			background-color: #dee2cf;
		}
		.adv_header { 
			background-color: #ccc;
			font: bold 12px arial;
		}
		
		

		/* ********* */
		/* nav links */
		/* ********* */
		#leftnav_links a {
			display: block;
			text-decoration: none;
			width: 135px;
			color: #525252;
		}

		#leftnav_links a:hover {
			color: #06233b;
		}
#table1 #Body1_test_links a:link {
	color: #666666;
	text-decoration: underline;
}

		.nav_main_line_sm_off 		{ background: url(/images/nav/nav_main_line_sm_off.gif) no-repeat; height: 18px; }
		.nav_main_line_sm_on 		{ background: url(/images/nav/nav_main_line_sm_on.gif) no-repeat; height: 18px; }
		.nav_main_line_sm_off_white { background: url(/images/nav/nav_main_line_sm_off_white.gif) no-repeat; height: 18px; }
		.nav_main_line_sm_on_white 	{ background: url(/images/nav/nav_main_line_sm_on_white.gif) no-repeat; height: 18px; }
		.nav_main_dots_sm_off_white { background: url(/images/nav/nav_main_dots_sm_off_white.gif) no-repeat; height: 18px; }
		.nav_main_dots_sm_on_white 	{ background: url(/images/nav/nav_main_dots_sm_on_white.gif) no-repeat; height: 18px; }
		.nav_sub_line_sm_off		{ background: url(/images/nav/nav_sub_line_sm_off.gif) no-repeat; height: 18px; }
		.nav_sub_line_sm_on			{ background: url(/images/nav/nav_sub_line_sm_on.gif) no-repeat; height: 18px; }
		.nav_sub_line_lrg_off		{ background: url(/images/nav/nav_sub_line_lrg_off.gif) no-repeat; height: 30px; }
		.nav_sub_line_lrg_on		{ background: url(/images/nav/nav_sub_line_lrg_on.gif) no-repeat; height: 30px; }
		.nav_sub_dots_sm_off		{ background: url(/images/nav/nav_sub_dots_sm_off.gif) no-repeat; height: 18px; }
		.nav_sub_dots_sm_on			{ background: url(/images/nav/nav_sub_dots_sm_on.gif) no-repeat; height: 18px; }
		.nav_sub_dots_lrg_off		{ background: url(/images/nav/nav_sub_dots_lrg_off.gif) no-repeat; height: 30px; }
		.nav_sub_dots_lrg_on		{ background: url(/images/nav/nav_sub_dots_lrg_on.gif) no-repeat; height: 30px; }
		a.nav_link_main {
			padding: 0px 0px 1px 10px;
			font: normal 10px arial, verdana, helvetica;
			color: #525252;
		}
		a.nav_link_sub {
			padding: 0px 0px 1px 16px;
			font: normal 10px arial, verdana, helvetica;
			color: #525252;
		}
		
		
		/* *********** */
		/* copy styles */
		/* *********** */
		h1 {
			font: bold 11px arial, helvetica, verdana;
			color: #333;
			margin: 0px;
		}			
		.copy_normal, td, body, div {
			font: normal 11px arial, verdana, helvetica;
			color: #525252;
		}			
		.copy_light {
			font: normal 10px arial, verdana, helvetica;
			color: #999;
		}	
		.home_page_bullets {
			color: #146393;
			font-weight: bold;
		}
		#nav_top a, .nav_top {
			font: normal 10px arial, verdana, helvetica;
			color: #fff;
			text-decoration: none;
		}
		.news_nav_head {
			font: bold 10px arial, helvetica, verdana;
			color: #134f81;
		}
		.news_nav_copy {
			font: normal 10px arial, helvetica, verdana;
			color: #000;
		}
		a.news_nav_link {
			font: normal 10px arial, helvetica, verdana;
			color: #85944f;
		}
		.breadcrumbs, a.breadcrumbs {
			font: 9px arial, verdana;
			color: #85944f;
		}
		.serf, .copy_lrg {
			font: bold 12px arial;
		}
		a.sublinks {
			font: normal 10px arial;
			color: #146393;
			text-decoration: none;
		}
		a.sublinks_on {
			font: bold 10px arial;
			text-decoration: none;
		}
		a.home {
			font: normal 11px arial, verdana, helvetica;
			color: #525252;
			text-decoration: underline;
		}
		
		
		/* stylistic elements */
		.bold { font-weight: bold; }
		.left { float: left; }
		.right { float: right; }
		.clear_r { clear: right; }
		.clear_l { clear: left; }
		.clear_b { clear: both; }
		.center { text-align: center; }
		.pad_body { padding-top: 13px; }
		.pad_body_home { padding-top: 5px; }
		.border { border: 1px solid black; }
		.white { background-color: #fff; }
		
		/* form elements */
		.nwsltr_txt{
			width: 125px;
			font: normal 10px arial, verdana, helvetica;
			color: #999;
		}
		.contact {
			width: 200px;
		}.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style3 {
	font-size: 14px;
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}
.headerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3B6E8F;
}

