@charset "utf-8";
/* CSS Document */

* { font-family:Arial, Helvetica, sans-serif; }
body {
	font-size:12px;
	margin:20px;
}
a {
	color:#00539B;
	text-decoration:none;
}
a:hover, .mainNav a.active, .quickLinks a.active, .subNav a.active, .subSubNav a.active { color:#C41230; }
.footerBG1, .footerBG2, .contentBG, .background, .mainNav, .quickLinks, .homepageFlash, .subNav a img, .shadow {
	height:0px;
	width:0px;
	visibility:hidden;
	display:none;
}
.logo, .topTitle, .subNav, .bottomNav, .evaultLogin { display:block; }
.specialsButton { float:right; width:45px; }
.specialsButton img { width:45px; height:45px; }
.welcome img { width:60%; height:auto; }
.topTitle {
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}
.topTitle a { color:#000000; }
.logo { margin-bottom:15px; }
.logo img {
	width:75%;
	height:auto;
}
.subNav a img {
	width:1px;
	height:1px;
}
.subNav { padding:5px 0px 0px; }
.subNav td { display:block; }
.subSubNav, .breadcrumbs { padding:5px 0px; }
.contentTitle {
	font-size:20px;
	font-weight:bold;
}
.contentText table, .contentText tr, .contentText td { display:block; border:none; text-align:left; }
.contentText img { width:100px; height:100px; }
.smalltext { font-size:9px; }
.bottomNav {
	background:#00539B;
	padding:10px 20px;
	clear:both;
	margin:0px -20px;
}
.bottomNav, .bottomNav a { color:#FFFFFF; }
.bottomNav a:hover, .bottomNav a.active { color:#C7D6FE; }
.evaultLogin input {
	border:#000000 1px solid;
	width:60px;
	padding:3px;
}
.print, .evaultLogin {
	margin:10px 0px;
}