﻿

/* ------------------------------------
Light blue background behind page
------------------------------------ */

body {
    

background: #ccccff repeat repeat;
	background-size: 30% 30%;

    	background-clip: border;

    	background-origin: padding;
}


.sf_wrapper {
    position: relative;
}
/* ------------------------------------
Blue Border Around Page in front of Background
------------------------------------ */

.sf_outer_wrapper {
	background-color: gray;
	border: 10px solid #006699;
}
/* ------------------------------------
Tourquise Header under title
------------------------------------ */

.sf_header_wrapper {
	background-color: #00CCCC;
	background-image: url(2graydarkverticallong.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
/* ------------------------------------
Unknown
------------------------------------ */

.sf_main_header {
    color: #DCE8FF;
}
/* ------------------------------------
Unknown
------------------------------------ */

.sf_sub_header {
    color: #fff;
}
/* ------------------------------------
Blue Horizontal Line accross Header 
------------------------------------ */

.sf_navigation_top {
    border-top: 5px solid #0000FF  ;
}
/* ------------------------------------
  
------------------------------------ */

.sf_navigation_top ul li a {
}

.sf_footer {
    color: #999;
}
/* ------------------------------------
  
------------------------------------ */

.sf_pagetitle {
	color: #343c6c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}