@charset "utf-8";
/* Custom Styles for Secondary Page */

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(/pr/includes/Pr-header.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
#backgroundHolderTW {
	background: transparent url(/pr/includes/Pr-thisweek.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 950px;
}
#backgroundHolderOCT {
	background: transparent url(/pr/includes/thisweekoct.gif) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 950px;
}
#backgroundHolderNOV {
	background: transparent url(/pr/includes/thisweeknov.gif) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 950px;
}
#backgroundHolderDEC {
	background: transparent url(/pr/includes/thisweekdec.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 950px;
}
#backgroundHolderJAN {
	background: transparent url(/pr/includes/thisweekjan.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 950px;
}
#backgroundHolderFEB {
	background: transparent url(/pr/includes/thisweekfeb.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 135px;
	width: 950px;
	}
h1, #contactinfo, #subhead {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 80px;
}

.leftalign{
	text-align:left;
}

#bodyimage{
	position:relative;
	float:right;
	padding-left:24px;
}

#bodytext{
	text-align:left;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}


