html, body {
	margin:0;
	padding: 0px 5px 0px 2px;
    background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: left;
	height: 100%;
	min-height: 100%;
	
}

.fullheight{
	height: 100%;
	min-height: 100%;
	width= 840px;
}



h3 {
	margin: 0px 0px 15px 0px;
	margin-bottom: 15px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 16px;
	font-weight: lighter;
}


#maintr{ 
	background: url(../images/bgrepeat.jpg) top repeat-x;
	border-top: 2px solid #990000;
}


#titlelogo {
	margin: 5px 0 0 75px;
	font-family: Times, Arial, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #990000;
}



/*Top Navigation Menu*/

.navlist ul{
	padding: 0;
	margin: 0;
	font-family: "Bookman Old Style",times, "sans-serif";
	font-size: 14px;
	font-style: italic;
	background: #990000;
	list-style: none;
	width: 175px;
	height: 550px;
}


.navlist li{
	padding: 0;
	margin: 0;
	background: #990000;
}


.navlist li a{
	margin: 0;
	padding: 7px 0 7px 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	display: block;
	background: #990000;
	text-decoration: none;
}

.navlist li a:link {color: #FFFFCC;}

.navlist li a:visited {color: #FFFFCC;}

.navlist li a:hover {
	color: #990000;
	border-color: #990000;
	border: 1px solid #990000;
	background: url(../images/bgrepeat2.jpg);
}

.navlist li a.current {
	color: #990000;
	border-color: #990000;
	border: 1px solid #990000;
	border-right: 0px solid #FFFFFF;
	background: url(../images/bgrepeat2.jpg);
}

/*NavBottom*/

#siteindex {
	margin-top: 5px;
	font-size: 10px;
	font-weight: lighter;
	color: #5F6A74;
	letter-spacing: 1px;
	text-decoration: none;
}

#siteindex a {
	font-size: 10px;
	font-weight: lighter;
	color: #990000;
	text-decoration: none;
}
#siteindex a:hover {
	font-size: 10px;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: none;
}

/*Copy Right Banner*/
#copyright{
	margin: 0;
	background: url(../images/bgsmall2.jpg);
	float: none;
	font-size: 9px;
	color: #990000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


#heart{
	display: block;
	background: url(../images/heart.gif) repeat-x;	
	font-size: 14px;
	margin-top: 20px;

}




/*Page Content*/
.content {	
	width: 660px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	
}

.contentbg {
	background:url(../images/healtcross.jpg) center top no-repeat;	
}


/* linked Images */
a{
	text-decoration: none;
}

a img{
	border: 0;
}


/* Font Bold*/
.bfont{
	display: block;
	font-weight: bold;
}

/* Font #990000 (Red)*/
.brfont{
	font-weight: bold;
	color: #990000;
}

/* Font #990000 (Red)*/
.rfont{
	color: #990000;
}

/* Font Bold*/
.bufont{
	font-weight: bold;
	text-decoration: underline;
}