@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	border: 1px solid #990000;
}

.headder {
	background-image: url(/images/hawksheadder.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	height: 250px;
	padding-left: 470px;
	vertical-align: top;
	padding-top: 2px;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #666699;
	text-decoration: underline;
}
a:hover {
	color: #336633;
	text-decoration: underline;
}
a.link3:link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 0px;
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #999999;
	border-left: 0px none;
	padding-left: 2px;
}
a.link3:visited {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 0px;
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #999999;
	border-left: 0px none;
	padding-left: 2px;
}
a.link3:hover {
	color: #660000;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 0px;
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 1px dotted #660000;
	border-left: 0px none;
	padding-left: 2px;
}
.subhead {
	font: bolder 14px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 19px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	vertical-align: top;
	padding: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.text {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.announcement {
	background-color: #FFFF00;
	padding: 5px;
	border: 1px dashed #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
.ital10 {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.whitetext {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9C0000;
	padding: 2px;
}
