body{
	background: #1F699D url(images/body_bg_1.jpg) repeat-x top;
}
.sf_wrapper {
    
}

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

}

.sf_header_wrapper{
	background: #24557D url(images/main_title_bkgd_1.jpg) no-repeat top right;
}
.sf_extra4 {
	background: url(images/banner_image_1.jpg) no-repeat top left;
}


.sf_main_header {
    color: #fff;
}

.sf_sub_header {
    color: #fff;
}


.sf_footer {
    color: #999;
}

.sf_pagetitle {
    color: #253046;
}

/* nav images and colors */

.sf_navigation {
    background: #fff url(images/nav_bkgd_tile_1.jpg) repeat bottom left;   
}

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

.sf_navigation ul li {
    background: #fff url(images/nav_bkgd_1.jpg) no-repeat bottom left;
}

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

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