@charset "UTF-8";
/* CSS Document */

body {
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/******* TOP NAV *******/

#nav {
	height:26px;
	padding:10px 10px 0px 10px;
	font-size:13px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#00457e;
	}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	}
#nav ul li {
	display:inline;
	}
#nav ul li a {
   	text-decoration: none;
	padding: .2em 1em;
	color:#00457e;
	}
ul#nav .current {
	color:#761094;
	}
	
/****** MAIN NAV *******/

.yo ul {
	list-style: none;
	font-size:14px;
	margin: 0 0 0 -28px;
	
	}
.yo li {
	float:left;
	padding-right:4px;
	}
.yo a {
display: block;
width: 156px;
height: 34px;
background: transparent url(images/_new/tabz.gif) no-repeat;
color:#ffffff;
text-align:center;
text-transform:uppercase;
text-decoration:none;
line-height:34px;
}

.yo a:hover {
background-position: 0 -34px;
color:#00457e;
}

/* POSITIONING */

.leftpad12 {
padding-left:12px;
}
.toppad12 {
padding-top:12px;
}

/********test***********/







.bg-topL {
/*background-image:url(images/_new/bg-topL.gif);
background-position:right;
background-repeat:no-repeat;*/
border-left:#00457e 1px solid;

}
.bg-topR {
background-image:url(images/_new/bg-topR.gif);
background-position:right;
background-repeat:no-repeat;
}
.bg-btmL {
background-image:url(images/_new/bg-btmL.gif);
background-position:right;
background-repeat:no-repeat;
}
.bg-btmR {
background-image:url(images/_new/bg-btmR.gif);
background-position:right bottom;
background-repeat:no-repeat;
}

.sidebar-bg {
background-image:url(images/_new/link_bg.gif);
}
.bg {
background-image:url(images/_new/body_bg.gif);
}