/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FCF6E2;
	text-align: center;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #5A068F;
	text-decoration: underline;
}

a:hover {
	color: #339900;
	text-decoration: underline;
}

/************** text styles **************/

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

.keyword {
	font-weight: bold;
	color: #000000;
}

.text {
    font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.texthome {
	padding-left: 10px;
}

.textsmall {
	font-size: 10px;
}

.textbig {
	font-size: 12px;
}

.textbigitalic1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}

.textbigitalic {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
}

.textbigger {
	font-size: 12px;
	font-weight: bold;
}

.top {
	font-size: 10px;
	text-align: right;
}

.quotes {
	font-size: 12px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
}

.signature {
	font-size: 11px;
	color: #CC6600;
	font-weight: bold;
	font-style: normal;	
}

.table {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.form {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/********* layout styles *********/

#master {
	position: relative;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

#ehfheader {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#ehfheaderprint {

    display: none;

}

#globalnav {
    position: absolute;
    left: 0px;
    top: 97px;
    width: 780px;
    height: 55px;
    padding: 0px;
    margin: 0px;
	z-index: 1;
}

#rightbarhomeback {
	position: absolute;
	width: 180px;
	left: 600px;
	top: 160px;
	height: 470px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#rightbarhomebacklong {
	position: absolute;
	width: 180px;
	left: 600px;
	top: 160px;
	height: 580px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#rightbarhomebackxmas {
	position: absolute;
	width: 180px;
	left: 600px;
	top: 160px;
	height: 870px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#rightbarhomebottom {
	position: absolute;
	left: 600px;
	top: 595px;
	width: 180px;
	z-index: 3;
}

#rightbarhomebottomgs {
	position: absolute;
	left: 600px;
	top: 495px;
	width: 180px;
	z-index: 3;
}

#rightbarhomebottomxmas {
	position: absolute;
	left: 600px;
	top: 350px;
	width: 180px;
	z-index: 3;
}

#rightpich {
	left: 580px;
	top: 170px;
	position: absolute;
	z-index: 3;
}

#rightpicv {
	left: 640px;
	top: 170px;
	position: absolute;
	z-index: 3;
}

/************** layout styles content ****************/

#contenthome {
	position:absolute;
	top: 160px;
	left: 10px;
	width: 590px;
	z-index: 2;
}  

#backgroundhome {
	position:absolute;
	top: 160px;
	left: 10px;
	width: 560px;
	height: 439px;
	z-index: 1;
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
} 

#backgroundhomeaitv {
	position:absolute;
	top: 160px;
	left: 10px;
	width: 560px;
	height: 590px;
	z-index: 1;
	background-image: url(../img/homeaitv.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
} 

#backgroundhomexmas {
	position:absolute;
	top: 161px;
	left: 10px;
	width: 550px;
	height: 880px;
	z-index: 1;
	background-image: url(../img/homexmas.jpg);
	background-repeat: no-repeat;
	background-position: top, left;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}   

#contentsub1 {
	position:absolute;
	left: 191px;
	top: 162px;
	width: 550px;
    padding-top: 10px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 2;
}  

#contentsub2 {
	position:absolute;
	left: 0px;
	top: 459px;
	width: 740px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 1;
} 

#contentsub3 {
	position:absolute;
	left: 0px;
	top: 570px;
	width: 730px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 1;
} 

#contentsub4 {
	position:absolute;
	left: -2px;
	top: 670px;
	width: 730px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 1;
}  

#contentsub5 {
	position:absolute;
	left: 0px;
	top: 610px;
	width: 730px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 1;
} 

#contentsubhelp {
	position:absolute;
	left: 0px;
	top: 400px;
	width: 730px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 1;
} 

#contentsubwhostommy {
	position:absolute;
	left: 190px;
	top: 560px;
	width: 535px;
    padding-top: 10px;
	padding-right: 0px;
	padding-left: 30px;
	z-index: 2;
} 

#contentsubannouncement {
	position:absolute;
	left: 191px;
	top: 162px;
	width: 550px;
    padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	z-index: 2;
} 

/************** footer styles ****************/

#footer {
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	line-height: 15px;
	padding-bottom: 20px;
}

#footerindex {
    position:absolute;
	top: 610px;
	left: 10px;
	width: 590px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	line-height: 15px;
	padding-bottom: 20px;
}

#footerindexaitv {
    position:absolute;
	top: 760px;
	left: 10px;
	width: 780px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	line-height: 15px;
	padding-bottom: 20px;
}

#footerxmas {
    position:absolute;
	top: 1051px;
	left: 10px;
	width: 580px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	line-height: 15px;
	padding-bottom: 20px;
}

/********* layout styles left bar *********/

#leftbarsubtopehf {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopcontact {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopmission {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 1150px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopccc {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 545px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopsheila {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 946px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtoplynn{
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopdonors {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 830px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopcelebs {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 490px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopsitemap {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 280px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtophelp {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 210px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtoplist {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopfj {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopkreiss {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 660px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopeventswhostommy {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 2000px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopewa{
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 830px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopaitvtix {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 1050px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtoppastevents {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopevents {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 672px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtoppledge {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 1140px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopref {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 690px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopdonationform {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 880px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopinkind {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 680px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopvolunteer {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 590px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopfundraiser {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 1100px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(../cpe/img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopnewsarchive {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 470px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebargreen.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopartsenrichment {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopsymposium{
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 1050px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtop2y {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtop2g {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebargreen.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopnews {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebargreen.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtopnews1 {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebargreen.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtop2o {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubbottom2 {
	position: absolute;
	left: 10px;
	top: 255px;
	width: 180px;
	z-index: 3;
} 

#leftbarsubtop4y {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 470px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubbottom4 {
	position: absolute;
	left: 10px;
	top: 355px;
	width: 180px;
	z-index: 3;
} 

#leftbarsubtop5o {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 420px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebarorange.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubtop5y {
	position: absolute;
	width: 180px;
	left: 10px;
	top: 160px;
	height: 380px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(img/sidebaryellow.jpg);
	background-repeat: repeat-y;
	z-index: 2;
}

#leftbarsubbottom5 {
	position: absolute;
	left: 10px;
	top: 365px;
	width: 180px;
	z-index: 3;
} 



/********* layout styles background *********/

#backgroundmission {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1170px;
	z-index: 1;
	background-image: url(../cpe/img/background1.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundccca {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1120px;
	z-index: 1;
	background-image: url(../cpe/img/background1.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundsheila {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 966px;
	z-index: 1;
	background-image: url(../cpe/img/background1.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundlynn {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 860px;
	z-index: 1;
	background-image: url(../cpe/img/background1.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundmovie1 {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 490px;
	z-index: 1;
	background-image: url(../cpe/img/background1.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundmovie2 {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1070px;
	z-index: 1;
	background-image: url(../cpe/img/background1.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundbenef {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 550px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundlcc {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 550px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundvista {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 850px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundartsenrichment {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1040px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundholly {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 540px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundwinnie {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 760px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundtoby {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 650px;
	z-index: 1;
	background-image: url(../cpe/img/background2.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundcontr {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 440px;
	z-index: 1;
	background-image: url(../cpe/img/background5.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgrounddonors {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 850px;
	z-index: 1;
	background-image: url(../cpe/img/background5.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundcelebs {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1640px;
	z-index: 1;
	background-image: url(../cpe/img/background5.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundsponsors {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 990px;
	z-index: 1;
	background-image: url(../cpe/img/background5.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundinsp {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 2060px;
	z-index: 1;
	background-image: url(../cpe/img/background5.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundsitemap {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 840px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#backgroundprivacy {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1720px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundcontact {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 420px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundcopyright {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 790px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundhelp {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 830px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundstore {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 440px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundlist {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 620px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundeventswhostommy {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 2020px;
	z-index: 1;
	background-image: url(../cpe/img/backgroundwhostommy.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgrounddollar {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1660px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundaitvtix{
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1070px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundewa2010 {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 850px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundevents {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 580px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundpastevents {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 620px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundpledge {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1160px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundrocking {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 990px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundbball {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 730px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundbowling {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1650px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundtommy {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1420px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundcop {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1070px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundewa {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 660px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundfj {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1550px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundfjartists {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 4200px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#backgroundfjcom {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 2170px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundgua {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1260px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundkreiss {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 680px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#backgroundref {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 710px;
	z-index: 1;
	background-image: url(../cpe/img/background3.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundnews {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 4750px;
	z-index: 1;
	background-image: url(../cpe/img/background4.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundnewsarch {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 2750px;
	z-index: 1;
	background-image: url(../cpe/img/background4.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundresources {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 980px;
	z-index: 1;
	background-image: url(../cpe/img/background7.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundpress {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 900px;
	z-index: 1;
	background-image: url(../cpe/img/background7.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundsupport {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1160px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgrounddonationform {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 930px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundformconf {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 400px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundauctions {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 910px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundfundraiser {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 1120px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundinkind {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 700px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundsponsorship {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 400px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#backgroundvolunteer {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 610px;
	z-index: 1;
	background-image: url(../cpe/img/background6.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

#backgroundteam {
	position:absolute;
	top: 160px;
	left: 203px;
	width: 567px;
	height: 980px;
	z-index: 1;
	background-image: url(../cpe/img/background8.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 
