body{
	background-color: #FBFBFB;
	background-image: url(images/body_bg_3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sf_wrapper {
    position: relative;
}

.sf_outer_wrapper {
	background-color: #fff;
    border: 1px solid #B5B5B5;
    border-top: none;
}

.sf_header_wrapper {
	background-image: url(images/banner_image_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sf_main_header {
    color: #fff;
}

.sf_sub_header {
    color: #fff;
}

.sf_footer {
    color: #999;
}

.sf_pagetitle {
    color: #292cc7;
}

/* nav images and colors */

.sf_navigation {
	background-color: #fff;
	background-image: url(images/nav_bkgd_tile_3.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

.sf_navigation ul {
    list-style-type: none;
}

.sf_navigation ul li {
	background-image: url(images/nav_bkgd_3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sf_navigation ul li a {
	color: #111;
	background-image: url(images/nav_right_edge_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sf_navigation ul li a:hover {
	color: #fff;
	background-image: url(images/nav_right_edge_hilite_3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sf_navigation ul li a:visited {
	color: #111;
	;
}

.sf_footer {
	border-bottom: 5px solid #292cc7;
	background-image: url(images/footer_bkgd_3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}