
body {
	background-color:#000;
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
	color: #666666;
}

#page {
	background-color:#ECECEC;
	width:550px;
	margin: 15px auto auto auto;
	padding:20px 80px 20px 80px; /*TOP, RIGHT, BOTTOM, LEFT */
	height: 550px;
	border:2px solid #fff;
	outline-style: solid;
	outline-width:1px;
	outline-color: #333;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	color:#FF0000;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
	vertical-align:top;
}

a {
	color:#295c72;		
}


#siteInfo{
	clear: both;
	/*border: 0px solid #cccccc; */
	font-size: small;
	color: #666666;
	/*  color: #000066; removed for frames */
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left: -15px;
	text-align:center;
	white-space:nowrap;
	position:absolute;
	
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link{
	padding: 2px 0px 2px 2px;
	width: auto;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:visited{
	padding: 2px 0px 2px 2px;
	color: #660000;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:hover{
	padding: 2px 0px 2px 2px;
	color: #666666;
	text-decoration: none;
}

#footer {
	height: 45px;
	background-image: url(../images/Lifeline-foot1.jpg);
	background-repeat: no-repeat;
	font-size: x-small;
	color:#FFF;
	padding: 0px 0px 0px 0px;  /*TOP, RIGHT, BOTTOM, LEFT */
	margin-top: 0px;
}

#footercontent {
	float:right;
	padding-right:52px;
}

.pic img.right {
	padding: 3px;
	margin: 0.5em 0 0.5em 15px;
	border: 0px;
	float: right;
	clear: right;
}