/***** General *****/
*  {
	border: none;
}
BODY  {
	background-color: white;
}
#bodyTag {
	padding: 0px;
	margin: 0px;
	font: 10pt Arial, Helvetica, san-serif;
	color: #003c61;
	background: repeat-x url(/Domains/harris/images/background.png) #e4e2e3;
	text-align: center;
}
#wrapper  {
	margin: 0px auto 0px;
	width: 988px;
	position: relative;
	text-align: left;
}
#header  {
	width: 988px;
	height: 390px;
	background: no-repeat url(/Domains/harris/images/header.jpg);
}

#pagecontent  {
	padding: 0px 10px 0px;
	background: repeat-y url(/Domains/harris/images/contentbackground.png);
}

#navigation  {
	position: absolute;
	z-index: 2;
	height: 27px;
	top: 363px;
	left: 10px;
	width: 968px;
}

#facebook  {
	position: absolute;
	z-index: 2;
	width: 35px;
	height: 35px;
	left: 2px;
	top: 5px;
	cursor: pointer;
}

#youtube  {
	position: absolute;
	z-index: 2;
	width: 35px;
	height: 35px;
	left: 42px;
	top: 5px;
	cursor: pointer;
}

#donate  {
	position: absolute;
	z-index: 2;
	width: 91px;
	height: 35px;
	left: 83px;
	top: 5px;
	cursor: pointer;
}

#volunteer  {
	position: absolute;
	z-index: 2;
	width: 115px;
	height: 35px;
	left: 181px;
	top: 5px;
	cursor: pointer;
}

#email  {
	position: absolute;
	z-index: 2;
	width: 147px;
	height: 18px;
	left: 795px;
	top: 19px;
	border: none;
	background-color: #fff;
	font-size: 10pt;
}

#email.error  {
	color: #ce1b0e;
}

#email.success  {
	color: #138f18;
}

#signup  {
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 24px;
	left: 954px;
	top: 14px;
	cursor: pointer;
}


/***** Basic stuff *****/
.clearfloat  {
	clear: both;
}

A  {
	color: #ae1414;
	text-decoration: none;
}
A:hover  {
	color: #940c0c;
}

STRONG  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-weight: normal;
}

#disclaimer {
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	margin: 15px auto 5px;
	padding: 2px;
	width: 500px;
	text-align: center;
}



/***** Footer *****/
#footerwrapper  {
	width: 100%;
	background: repeat-x url(/Domains/harris/images/footerbackground.jpg) #CECECE;
}
#footer  {
	width: 988px;
	background: no-repeat url(/Domains/harris/images/footer.jpg);
}
#footer TD  {
	padding: 64px 20px 0px;
	vertical-align: top;
	font-size: 8pt;
}
#footer A  {
	color: #fff;
}
#footer A:hover  {
	color: #eee;
}


/***** Standard Article *****/
.aOpt  {
	font: 10pt Arial, Helvetica, san-serif;
	color: #003c61;
	line-height: 150%;
	margin: 0px 8px 16px;
	padding: 10px;
}

.aOpt H1  {
	margin: 0px;
	margin-bottom: 3px;
	font: bold 16pt Arial, Helvetica, san-serif;
	color: #ae1414;
	background: 0px 2px no-repeat url(/Domains/harris/images/h1.png);
	padding-left: 45px;
	text-transform: uppercase;
}

.aOpt #content  {
}

.aOpt #content  H1  {
	padding-left: 0px;
}

.aOpt #content P  {
	padding: 0px;
	padding-bottom: 8px;
}



/***** Article Group 1 *****/
.agOpt  {
	font: 10pt Arial, Helvetica, san-serif;
	color: #003c61;
	line-height: 150%;
	margin: 0px 8px 16px;
	padding: 10px;
}
.agOpt H1  {
	margin: 0px;
	margin-bottom: 3px;
	font: bold 16pt Arial, Helvetica, san-serif;
	color: #ae1414;
	background: 0px 2px no-repeat url(/Domains/harris/images/h1.png);
	padding-left: 45px;
	text-transform: uppercase;
}

#rsslink {
	background: 0px 0px no-repeat url(/Domains/harris/images/rss.png);
	width: 23px;
	height: 23px;
	margin-right: 8px;
	margin-top: 8px;
	float: right;
}

.agOpt h2  {
	font: bold 10pt Trebuchet MS, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 16px;
}

.agOpt h2 a {
	text-decoration: none;
}

.agOpt #newsArticle, #aOpt #newsArticle {
	margin: 0px 0px 20px;
	padding: 0px 0px 10px 0px;
}

.agOpt #content  {
	padding-left: 16px;
}

.agOpt #content P {
	margin: 0px;
}

.agOpt .newsDate, #aOpt .newsDate {
	background: 0px 3px no-repeat url(/Domains/harris/images/arrow.png);
	font: bold 8pt Arial, san-serif;
	display: block;
	color: #888;
	padding-left: 16px;
}

.agOpt .agmorelink  {
	width: 114px;
	height: 17px;
	background: 0px 0px no-repeat url(/Domains/harris/images/readmore.png);
	display: block;
}

.agOpt .articleGroupArticleMoreLink  {
	margin-left: 5px;
}

.agOpt H1 A  {
	float: left;
	margin-right: 5px;
}
