body{
	background-color: #5D5B7A;
	background-image: url("../images/body_bg_1.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
.tec_wrapper {
    position: relative;
}

.tec_outer_wrapper {
	background-color: #fff;
    border-top: none;
}

.tec_extra1 {
	background-image: url("../images/header_border_bkgd_1.gif");
	background-repeat: repeat-x;
	background-position: left top;
}

.tec_header_wrapper {
	background: url("../images/header-logo.jpg") no-repeat top right;
}

.tec_main_header {
    color: #fff;
}

.tec_sub_header {
    color: #6294B7;
}


.tec_pagetitle {
    color: #2e2b52;
}

/* nav images and colors */

.tec_navigation {
   
}

.tec_navigation ul {
    list-style-type: none;
	background-color: #2e2b52; 
	border-bottom: 5px solid #F2C616;
}

.tec_navigation ul li {
	background-color: #2e2b52;
	background-image: url("../images/nav_left_edge_1.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.tec_navigation ul li a {
	background-image: url("../images/nav_bkgd_1.gif");
	background-repeat: no-repeat;
	background-position: right top;
	color: #111;
}

.tec_navigation ul li a:hover {
	color: #fff;
	background-image: url("../images/nav_bkgd_hilite_1.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
.tec_navigation ul li a:visited {
	color: #111;
	
}


.tec_footer {
	color: #333;
	border-bottom: 5px solid #11223e;
	background-color: #e1e1e1;
	background-image: url("../images/footer_bkgd_1.gif");
	background-repeat: repeat-x;
	background-position: left top;
}
