/* special datapage mods for banner */

/* overwrite the background for homepage only */
#headerGraphic {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/bannerbluebg.jpg); */
}

#vt2010_header {
	background-color: #9CF;
	margin: 0px;
}
#vt2010_header img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* Miscellaneous classes for reuse */
.vt_fltrt { 
	float: right;
	color: #074A9D;
	margin: 0px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.vt_fltlft { 
	float: left;
	color: #074A9D;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.vt_fltlft_tn { 
	float: left;
	color: #074A9D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.vt_clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
