@charset "UTF-8";
body {
	font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
	background: #E9DCA1 url(images/HS-bg.gif);
	margin: 0;
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	line-height: 21px;
	font-weight: normal;
	letter-spacing: 0.01em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: oblique;
	line-height: 26px;
	color: #660000;
	font-weight: normal;
}
.smallAllCaps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #660000;
	letter-spacing: 0.15em;
	font-style: normal;
	line-height: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
}
.footerSm {
	font-size: 9px;
}
.secondary {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	word-spacing: 0.2em;
	color: #660000;
	line-height: 22px;
	font-style: italic;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #681118;
}
.secondaryRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #DE0E22;
	line-height: 25px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #681118;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	line-height: 42px;
}
.sidebarTextNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 22px;
	color: #660000;
	font-style: italic;
	letter-spacing: 0.02em;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	color: #C6002B;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #C6002B;
	text-decoration: none;
}
.smallCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #660000;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: bold;
}

