/* 2006-06-16 */

body{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #000000;
}

.pageBound{
	background-color: #545546;
	padding: 15px 0px 15px 0px;	
}

.bannerCell{
	background-image: url(images/BannerRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 2px #000000;
	border-width: 2px 2px 0px 2px;
}

.contentBound{
	background-color: #E5E6DD;
	background-image: url(images/ContentBG.jpg);
	border: solid 2px #000000;
	border-width: 0px 2px 0px 2px;	
}

.contentImage{
	background-repeat: no-repeat;
	background-position: top left;
}

		#contentImage1{background-image: url(images/ContentImage1.jpg);}

		#contentImage2{background-image: url(images/ContentImage2.jpg);}		

		#contentImage3{background-image: url(images/ContentImage3.jpg);}
		
		
.footerBar{
	background-image: url(images/FooterBarRepeater.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 2px #000000;
	border-width: 0px 2px 0px 2px;
}


.footerCell{
	background-image: url(images/BackgroundPattern.jpg);
	background-position: top left;
	border: solid 2px #000000;
	border-width: 0px 2px 2px 2px;
	padding: 16px 22px 80px 22px;
	color: #ffffff;
}

a.footerLink{
	color: #000000;
	text-decoration: underline;
}

a.footerLink:hover{
	color: #ABB173;
	text-decoration: underline;
}

.H1Heading{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 9px 0px;
}

p{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #000000;
}

td{
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #000000;
}

h1{
	font-family: arial, helvetica, verdana;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

h2{
	font-family: arial, helvetica, verdana;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h3{
	font-family: arial, helvetica, verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h4{
	font-family: Helvetica Neue, Lucidia, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

h8{
	font-family: arial, helvetica, verdana;
	font-size: 20px;
	color: red;
	font-weight: bold;
}

a{
	color: #7D663E;
	text-decoration: underline;
}

a:hover{
	color: #797D3E;
	text-decoration: underline;
}

/******* Remove if no Flyout Menu *********/
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #000000;
	border-bottom-width: 0px;
	font-family: arial, helvetica, verdana;
	font-size:11px;
	line-height: 100%;
	z-index: 100;
	color: #000000;
	background-color: #BBBDA3;
	width: 160px;
	margin:-4px 0px 0px 4px; /*positions the left corner of the dropdown */
	filter:alpha(Opacity=90);
	}

.anylinkcss a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	}

.anylinkcss a:hover{ /*hover background color*/
	width: 100%;
	display: block;
	background-color: #909067;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 11px;	
}

.linkItem{
	padding:3px 6px 3px 6px;
}

.imageBorder{
	6px solid #ffffff;
}