@font-face {
 font-family: "eurostile";
 src: url(fonts/eurostile.ttf) format("truetype");
}
h1 {font-family: "eurostile", sans-serif }
h2 {font-family: "eurostile", sans-serif; color: #034095 }
h3 {font-family: "eurostile", sans-serif; color: red }

body {
	background: #fff url(images/bluebg2.jpg) no-repeat top;
	color:#fff;
	color: #b3b3b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	font-size: 0.75em;
	padding: 0;
}

.box1 .top-left, .box1 .top-right, .box1 .bottom-left, .box1 .bottom-right {
display:none;
}

.page-header-wrap {
background:#4993DF url(i/header-bg.jpg) repeat-x scroll 0pt;
color:#FFFFFF;
}

#topnav {
background:#0048a1 url(i/topbar-nav-bg.jpg) repeat-x scroll center bottom;
border-top:1px solid #5283bf;
border-bottom:6px solid ##5283bf;
color:#000;
}