body{
	background: #2A4966;
}

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

.sf_extra1 span {
    background: #2A4966 url(images/top_right_bkgd_2.jpg) no-repeat top right;
    height: 21px;
    width: 21px;
    float: right;
}

/* content borders */
.sf_outer_wrapper {
    background: #fff url(images/middle_left_bkgd_2.jpg) repeat-y top left;
}

.sf_wrapper {
    background: #fff url(images/middle_right_bkgd_2.jpg) repeat-y top right;
}

/* footer borders*/
.sf_extra9 {
    background: #2A4966 url(images/bottom_left_bkgd_2.jpg) no-repeat bottom left;
	height: 21px;
}

.sf_extra9 span {
    background: #2A4966 url(images/bottom_right_bkgd_2.jpg) no-repeat top right;
    height: 21px;
    width: 21px;
    float: right;
}

.sf_navigation {
    background: #2A4966 url(images/nav_bkgd_2.jpg) repeat-x bottom left;
}

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


.sf_pagetitle {
    background: #fff;
    color: #2A4966;
}

.sf_content {

}

.sf_footer {

}