	body {
		margin: 0px;
		padding: 0px;
		background-color: #fff;
		color: #666;
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		
	}
	
	textarea {
		font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
	}
	
	p {
		text-align: justify;
	}
	
	.nodisplay {
		display: none;
	}
	
	a {
		color: #036;
	}
	
	a img {
		border: none;
	}
	
	a.importantlink {
		color: #390;
	}
	
	h1 {
		margin: 0px;
		padding: 0px;
		color: #036;
		font-size: x-large;
		width: 100%;
		clear:left;
	}
	
	h2 {
		margin: 0px;
		padding: 0px;
		color: #390;
		font-size: medium;
		clear:left;
	}
	
	#headercontainer {
		float:left;
		clear:left;
		margin: 0px;
		padding: 0px;
		width: 100%;
		background-image: url(/images/template/header/header_bg_new.jpg);
		background-repeat: no-repeat;
		background-position: right;
		background-color: #fc0;
	}
	
	#header {
		float:left;
		clear:left;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 110px;
		/*background-image: url(/images/template/header/header_right.jpg);
		background-image: url(/images/template/header/people.jpg);
		background-repeat: no-repeat;
		background-position: top right;*/
	}
	
	#headerleft {
		float:left;
		width: 110px;
		height: 94px;
		margin: 0px;
	}
	
	#headerright {
		float:left;
		clear:right;
		height: 100px;
		margin: 0px;
		padding: 0px;	
		background-image: url(/images/template/header/mary_stevens_hospice.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#headerright {
		width: 660px;
		margin: 3px 0px 0px 0px;
		padding: 0px;	
	}
	
	#headerright ul {
		display: block;
		list-style-type: none;
		margin: 78px 0px 0px 0px;
		height: 26px;
		padding: 0px;	
	}
	
	#headerright ul li {
		float: left;
		margin: 0px 10px 0px 0px;
		padding: 0px;	
	}
	
	#headerright ul li img {
		border: none;
	}
	
	#navbar {
		float:left;
		clear:left;
		width: 100%;
		margin: -5px 0px 10px 0px;
		background-color: #036;
		background-image: url(/images/template/header/nav_bg.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
		color: #fff;
	}
	
	#navbar p {
		margin: 0px;
		padding: 3px 10px 5px 10px;
	}
	
	#navbar a {
		color: #fff;
	}	
	
	#content {
		clear:left;
		margin: 0px 0px 0px 1%;
		width: 98%;
		padding-bottom: 0px;	
	}
	
	#content p , .contentblock{
		margin: 0px 0px 20px 0px;
		padding: 0px;	
		text-align: justify;
	}
	
	#contentleft {
		float: left;
		width: 190px;
		margin-right: 1%;
	}
	
	#contentleft ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;	
	}
	
	#contentleft ul li img {
		border: none;	
	}
	
	#leftinfobox {
		width: 180px;
		background-color: #BFCCD9;
		color: #036;
	}
	
	#leftinfobox div, #leftinfobox p {
		margin: 10px 0px 10px 0px;
		text-align: center;
	}
	
	#leftinfobox img {
		margin: 10px 15px 0px 15px;
	}
	
	#contentright, #contentrightgradient {
		float:left;
		width: 73%;
	}
		
	#contentrightgradient {
		background-image: url(/images/template/welcome_bg.jpg);
		background-repeat: repeat-x;
	}
	
	
	#welcomebox {
		float:left;
		padding: 10px;	
		margin-bottom: 10px;
	}
	
	#welcomebox p {
		margin: 0px;
		padding: 0px;	
		font-size: medium;
		color: #036;
	}
	
	.contentinnerleft {
		float: left;
		clear: left;
		width: 62%;
		margin-right: 1%;
	}
	
	.contentinnerright {
		float: right;
		width: 36%;
		border-left: solid 1px #BFCCD9;
	}
	
	.contentinnerrightinner {
		margin-left: 20px;
	}
	
	.plainlist, .plainlistcompact {
		list-style-type: none;
		margin: 0px;
		padding: 0px;	
	}
	
	.plainlist li {
		margin: 0px 0px 20px 0px;
		padding: 0px;	
	}
	
	.plainlistcompact li {
		margin: 0px 0px 5px 0px;
		padding: 0px;	
	}
	
	.highlightedtextblock {
		color: #036;
		text-align: justify;
	}
	
	.divider {
		width: 100%;
		border-top: solid 1px #BFCCD9;
		margin: 0px;	
		padding: 0px;
		clear: both;		
	}
	
	.floatleft {
		float:left;
		margin-right: 10px;
	}
	
	.floatright {
		float:right;
		margin-left: 10px;
	}
	
	#lotterybox {
		background-color: #FC0;
		text-align: center;
		padding: 10px; 
	}
	
	#lotterybox p {
		text-align: center;
	}
	
	#footer {
		clear:left;
		margin: 0px 1% 2% 1%;
		width: 97%;
		padding-bottom: 1%;	
		border-top: solid 1px #BFCCD9;
		text-align: center;
	}
	
	#adminbar {
		background-color: #ddd;
		padding: 5px;
		color: #F00;
		font-weight: bold;
		border-style: none none outset none;
		border-bottom-width: 4px;
		/*background-image: url(/images/template/valtexlogo.gif);
		background-position: right;
		background-repeat: no-repeat;*/		
	}
	
	#adminbar a {
		background-color: red;
		color: #fff;
		border-style: outset;
		border-width: 2px;
		border-color: red;
		padding: 2px 4px 2px 4px;
		text-decoration: none;
	}
	
	#adminbar a.plainlink, #adminbar a.plainlink:hover {
		background-color: #ddd;
		color: #fff;
		border: none;
		padding: 0px;
		margin: 0px;
	}
	
	#adminbar a.plainlink img, #adminbar a.plainlink:hover img {
		vertical-align: middle;
	}
	
	#adminbar a:hover {
		border-style: inset;
	}
	
	#mainsectionname {
		font-weight: bold;
		font-size: medium;
		color: #036;
		margin-left: 5px;
	}
	
	#sitemenu {
		border: solid 1px #036;
		width: 178px;
		margin-bottom: 10px;
		overflow: auto;
	}

	#sitemenuinner {
		padding: 0px 5px 10px 0px;
	}
	
	#sitemenuul {
		/*list-style-image: url(/images/template/arrow_right_green.gif);
		list-style-position: inside;*/
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#sitemenuul li {
		margin-bottom: 12px;
		clear:left;
	}
	
	#sitemenuul li a {
		text-decoration: none;
	}
	
	a.sitemenu {
		color: #390;
		font-size: medium;
		font-weight: bold;
	}
	
	a.sitemenucurrent {
		color: #036;
		font-size: medium;
		font-weight: bold;
	}
	
	ul.noliststyle {
		list-style-type: none;
		list-style-image: none;
		margin: 0px;
		padding: 0px;
	}
	
	li.floatleft {
		float: left;
		margin: 0px;
		padding: 0px;
	}
		
	.plainlink {
		text-decoration: none;
	}
	
	.subsectionarrow {
		float: left;
		width: 8px;
		margin-left: 3px;
		margin-right: 3px; 
		padding: 3px;
	}
	
	.subsectionlink {
		float: left;
		width:145px;
	}
	
	.subsectionlinkcurrent {
		float: left;
	}
	.subsectionlinkcurrent a {
		color: #666;
	}
	
	
	.pagearrow {
		float: left;
		width: 8px;
		margin-left: 5px;
		margin-right: 3px; 
		padding: 3px;
	}
	
	.pagelink, .pagelinkcurrent {
		float: left;
		width: 145px;
	}
	
	#sitemap .pagelink {
		width: 90%;
	}
	
	.pagelinkcurrent a {
		color: #666;
	}
	
	.boxedcontent {
		border: solid 1px #036;
		padding: 5px;
		margin-bottom: 10px;	
	}
	
	a.adminlink {
		color: red;
		font-weight: bold;
		text-align: right;
	}
	
	.adminbuttons a {
		color: #F00;
	}
	
	li.adminbutton {
		float: left; 
		margin-right: 4px;
		margin-bottom: 0px;
	}	
	
	.adminformlabel {
		width: 180px;
		text-align: right;
		float:left;
		margin-right: 10px;
		font-weight: bold;
	}
	
	.adminforminput {
		float:left;
	}
	
	.imgfloatright {
		float: right;
		margin-left: 8px;
	}
	
	.imgfloatleft {
		float: left;
		margin-right: 8px;
	}
	
.imgfloatleftnoborder {
	float:left;
	margin: 0px 8px 0px 0px;
	border: none;
}
.imgfloatrightnoborder {
	float:right;
	margin: 0px 0px 0px 8px;
	border: none;
}
.contentimg, .imgfloatleft, .imgfloatright {
	border: solid 1px #BFCCD9;
}

.imgnoborder {
	border: none;
}		

.downloadlink {
	font-weight: bold;
	font-size: medium;
}


a.h2link {
	color: #390;
}

form.basket {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: right;
	width: 100px;
}

	#shopinnerleft {
		float: left;
		width: 25%;
		margin-top: 30px;
	}
	
	#shopinnerright {
		float: right;
		width: 74%;
		border-left: solid 1px #BFCCD9;
	}
	
	#shopinnerrightinner {
		margin-left: 20px;
	}
	
li.shopitem {
	widtj: 100%;
	margin: 0px 0px 15px 0px;
	clear: left;
}

li.shopcat {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: dashed 1px #BFCCD9;
}

li.shopcaton {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: dashed 1px #BFCCD9;
}

li.shopcat a, li.shopcaton a {
	text-decoration: none;
}

#navicons {
	width: 190px;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	clear: right;
}

legend {
	color: #036;
	font-weight: bold;
	font-size: medium;
}

.formitem {
	width: 100%;
	clear:left;
	margin-bottom: 10px;
}

.formitemsubmit input {
	width: auto;
	clear:left;
}

.formlabel {
	float:left;
	clear:left;
	width: 25%;
	color: #390;
}

.forminput {
	float:left;
	width: 70%;
}

.forminput input, .forminput textarea {
	width: 100%;
}

ul.bulleted li {
	margin-bottom: 10px;
}

.categorysquares {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.categorysquares li {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float:left;
	width: 110px;
	height: 150px;
	text-align: center;
}

.sitemap ul {
	list-style-type: none;
	margin: 20px 0px 20px 50px;
}

.mslink {
	font-size: large;
	font-weight: bold;
	margin: 20px 20px 00px 0px;
}

.noclear {
	clear: none;
}

#contactform {
	clear:left;
}

#basketlayout {
	border: solid 1px #666;
	width: 100%;
}

#basketlayout th {
	font-size: x-small;
	background-color: #666;
	color: #fff;
}

#basketlayout td {
	color: #036;
}

#basketlayout tr {
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	border:none;
}