body{
	background-color: #042248;
}

a {
    color: #FC0000;
}
/* top rounded borders */
.sf_extra1 {
	background-color: #042248;
	background-image: url(images/top_left_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	height: 21px;
}

.sf_extra1 span {
    
	background-color:#042248;
	background-image: url(images/top_right_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
    height: 21px;
    width: 21px;
    float: right;
}

/* content borders */
.sf_outer_wrapper {
    
	background-color:#FFFFFF;
	background-image: url(images/middle_left_bkgd_1.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.sf_wrapper {
    background-color:#FFFFFF;
	background-image: url(images/middle_right_bkgd_1.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

/* footer borders*/
.sf_extra9 {
    
	background-color: #042248;
	background-image: url(images/bottom_left_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 21px;
}

.sf_extra9 span {
    
	background-color:#042248;
	background-image: url(images/bottom_right_bkgd_1.jpg);
	background-repeat: no-repeat;
	background-position:top right;
    height: 21px;
    width: 21px;
    float: right;
}

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

.sf_navigation ul li a {
	color: #fff;
}
.sf_navigation ul li a:hover {
    color: #7795BA;
}
.sf_navigation ul li a:visited {
	color: #fff;
}

.sf_pagetitle {
    background-color: #ffffff;
    color: #042248;
}

.sf_content {

}

.sf_footer {

}