@charset "utf-8";
body {
	width:100%;
	max-width:100%;
	padding:0;
	margin:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
}
.hatsblue {
	color: #1F3E95;
}

#page {background-color:#ffffff; display:block; min-width:720px; margin-left:5%; margin-right:5%;}
.sidebarbg a {
	color: #FFFFFF;
	text-decoration: none;
}

#topleft {top:0px;left:0px;height:25px; width:25px;margin:0; padding:0; position:fixed; background-image:url(../images/tl.gif)}
#topmid {top:0px;left:25px;height:25px; width:750px;background-color:#1F3E95;}
#topright {top:0px;left:775px;height:25px; width:25px;margin:0; padding:0; position:fixed; background-image:url(../images/tr.gif)}

.sidebarbg {background-image:url(../images/sidebar-background.gif); background-repeat:no-repeat}
h1 {
	font-size: medium;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#logo {
	background-image: url(../images/hats2.gif);
	height: 110px;
	width: 382px;
}
.whiteonblue {
	color: #FFFFFF;
}
.smalltext {
	font-size: 10px;
	color: #0099FF;
}
.bordertop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}

