/* CSS Document - Hospice */

body {
	margin: 0;
	padding: 0;
	background-image: url("../images/background.jpg");
	text-align:center;
}

a:link { color: #3300CC; }
a:visited { color: #666666; }
a:hover { color: #000000}
a:active { color: #ffdd44 } 


.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #253C61;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 770px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0;
	z-index:1;
}
#mainarea {
 position:absolute; 
 width:367px; 
 height:591px; 
 z-index:1; 
 left: 202px; 
 top: 130px;
}
#mainarea_2columns {
 position:absolute; 
 width:367px; 
 height:591px; 
 z-index:1; 
 left: 202px; 
 top: 130px;
}

.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #0033CC;
	text-decoration: underline;
}
.paragraphtitle {
	font-family: "Eras Medium ITC", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #CC3366;
	font-weight: bold;
}

.style1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


li {
list-style-position: outside;
display: list-item;
margin-left: -10px;

}
	
.divstyle1 {
	border: 1px;
	border-color: #CC3366;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	background-color: #EAEAFF;
	width: 250px;
}
.divstyle2 {
	background-color: #FFFFFF;
	padding: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	border: 1px;
	border-color: #CC3366;
	border-style: solid;
}

/* Style used for Events page DIV */
.divstyle3 {
	width: 300px;
	border: double;
	border-color: #CC3366;
	background-color: #EAD6CC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
}
