/* CSS Document */
	a{
		color:#E88529;
		background-color:inherit;
		text-decoration:none;
		}
	a:hover{
		color:#000000;
		background-color:inherit;
		text-decoration:none;
		}
		
		h1{
		font-size:14px;
		font-weight:bold;
		}
html {
	height:100%;
	}

body {
	background-image:url(images/zigzag.gif);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffffff;
	color:#ffffff;
	width:96%;
	margin:20px;
}
#OuterContainer {
	margin-left:auto;
	margin-right:auto;
	}

#Container {
	margin-left:auto;
	margin-right:auto;
	width:775px;
	background-color:#ffffff;
	color:#000000;
	border:1px solid #ffffff;
	}
#TopBanner{
	width:775px;
	height:121px;
	background-image:url(images/header5.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#Menu{
	float:left;
	width:200px;
}	
	#Menu li{
		margin:0px;
		padding-top:5px;
		padding-bottom:5px;
		background-image:url(images/dd.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		list-style-image:url(images/arrow.gif);
		}
		#Menu li:hover {
		list-style-image:url(images/GreenArrow2.gif);
		}
		#Menu li a{
		list-style-image:url(images/arrow.gif);
		display:block;
		height:14px;
		color:#333333;
		background-color:#ffffff;
		text-decoration:none;
		}
		#Menu li a:hover{
		list-style-image:url(images/GreenArrow2.gif);
		background-color:#0196DA;
		color:#ffffff;
		}
		#Menu ul{
		clear:both;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:20px;
		padding:0px;
		
		}

		#Menu img {
			border:0px;
		}
#TextArea{
	float:left;
	padding:10px;
	width:535px;
	}
#TableContent{
	width:530px;
}
#TableContent #Images{
	width:200px;
	vertical-align:top;
}
#TableContent #Content{
	width:575px;
	padding-left:10px;
	vertical-align:text-top;
	text-align:justify;
}
#Bttm{
	clear:both;
	width:775px;
	height:63px;
	background-image:url(images/Memorial_care_07.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#CopyrightInfo{
	margin:0px;
	padding:0px;
	text-align:center;
}
#CopyrightInfo p{
	margin:0px;
	padding-top:5px;
}

#CopyrightInfo a{
	text-decoration:none;
	color:#333333;
	background-color:inherit;
}
#CopyrightInfo a:hover{
	color:#333333;
	background-color:inherit;
}

.PriceGuide{
	margin-left:25px;
	width:300px;
	border:1px solid #999999;
}

.PriceGuide .Title{
	font-weight:bold;
	background-color:#CCCCCC;
	padding:5px;
}
.PriceGuide .Info{
	padding:5px;
	background-color:#eeeeee;
}

.FormText{
	font-size:11px;
}
.MessageBox{
	font-size:11px;
	height:200px;
	width:200px;
}
.Questions{
	font-size:11px;
	height:100px;
	width:200px;
}