* {
font-family: verdana, helvetica, arial, sans-serif; 
font-size:14px; 
line-height: 1.5em;
}

html, body {
margin: 0; padding: 0;
height: 100%;
font-family: verdana, helvetica, arial, sans-serif;
color:#000000;
}

p, td, ul, li {font-family: verdana, helvetica, arial, sans-serif; font-size:14px; line-height: 1.5em;}

em {font-size:11px; }

A:link { text-decoration:underline; color:#29307B; }
A:visited { text-decoration:underline; color:#29307B; }
A:hover { text-decoration:none; color:#7B2C31; }

a.white:link { text-decoration:none; color:#FFFFFF; }
a.white:visited { text-decoration:none; color:#FFFFFF; }
a.white:hover { text-decoration:none; color:#FFFFFF; }

h1, h2, h3, h4 {font-family: verdana, helvetica, arial, sans-serif; margin: 0; padding: 0px; position: relative; z-index: 5;}

.heading1, h1 {
font-size:16px;
color: #29307B;
font-weight:bold;
}

.heading2, h2 {font-size: 1.2em;}

.heading3, h3 {
font-size: 14px; 
color: #29307B; 
font-weight:bold;
}

h4 {padding-bottom: 0; padding-right: 15px;}
xul {font-size: 0.8em; margin: 0 20px 0 30px; padding: 0;}

.boxtop {
	padding:1px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF; 
	background-color: #7B2C31;
	height: 20px;
}

.boxcontent {
	padding:3px;
	font-size:11px ! important;
}

td.boxcontent a {
	font-size:11px ! important;
}

.bereavement td {
	font-size:11px;
	text-align:center;
}

hr {
	border:0;
	color:#29307B;
	background-color:#29307B;
	width: 75%;
	padding:0;
	margin: 0 auto;
	text-align:center;
}

/* CSS needed for the tooltip */

.infopopup_highlight{
 border-bottom: 2px dotted red;
 cursor:help;
 }

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:25px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #317082;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color:#FFF;	/* Background color */
	padding:5px;	/* Space between border and content */
	font-size:0.8em;	/* Font size of content */
	overflow:auto;	/* Hide overflow content */
	z-index:1000001;
}

.home-leftborder {
border-left: 1px solid #999999;
font-size:1px;
width:1px;
}

.home-bottomborder {
border-bottom: 1px solid #999999;
height:1px;
font-size:1px;
}

.home-bottomborder-none {
height:1px;
font-size:1px;
}

.home-leftcolumn {
width:345px;
padding:5px;
background-image:url('../../media/images/logowatermark.gif');
background-position:top right;
background-repeat:no-repeat;
}

.home-middlecolumn {
width:345px;
padding:5px;
background-image:url('../../media/images/logowatermark.gif');
background-position:top right;
background-repeat:no-repeat;
}

#home-rightcolumn {
padding-top:5px;
padding-left:10px;
padding-right:10px;
background:url('../../media/images/homebackground.jpg') bottom -15px no-repeat;
}

#hometable {
}

