@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/hpbk.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 0px;
}
h4 {
	font-size: 1em;
	color: #000;
}
ul {
	margin-left: 20px;
}
#rightSide {
	font-size: 0.85em;
	line-height: 1.4;
	color: #336;
}
p {
	margin-bottom: 20px;
}
a:link {
	color: #cc3333;
	text-decoration: none;
}
a:visited {
	color: #cc3333;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: underline;
}
a:active {
	color: #cc3333;
	text-decoration: none;
}
.footer {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.75em;
	color: #666666;
	font-weight: bold;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	color: #BF301B;
	text-decoration: underline;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#blockquote {
	font-size: 0.8em;
	line-height: 1.2;
	background-image: url(images/quote_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 26px;
	padding-left: 10px;
	color: #336;
}
#blockquote span.quote {
	line-height: 1.2;
	font-weight: bold;
	background-image: url(images/quote_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 2.8em;
	font-size: 0.8em;
}
.redbox {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
	background-color: #C02E1C;
	padding: 10px;
	text-align: center;
}
.photo {
	padding: 4px;
	border: thin solid #666666;
	background-color: #FFFFFF;
}
