@charset "utf-8";

#navigation_hold ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#navigation_hold li{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#navigation_hold a{
	font-size:14px;
	color:#003574;
	display:block;
	text-decoration:none;
	background-image:none;
	margin-right:30px;

}
#navigation_hold a:hover{
	background-color:#003570;
	color:#ffffff;
}
.right_column h1 {
	font-size: 26px;
	color: #003574;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#navigation_hold li:hover{
	background-image: url(../images/bg_menuhover.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
.insection_li{
	background-image: url(../images/bg_menuhover.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
.blue_highlight{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	background-color:#e8eef1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a0b4cb;
	border-bottom-color: #a0b4cb;
}
.white_highlight{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
}
.btn_bg {
	width: 130px;
	text-align: center;
	padding: 10px;
	background-image: url(../images/bg_btn.jpg);
	background-repeat: no-repeat;
}
.btn_bg a {
	color:#656565;
	text-decoration:none;
}
.btn_bg a:hover {
	color:#77AD1A;
	text-decoration:none;
}
.next_blurb{
	font-size:14px;
	color:#003574;
}

