@charset "utf-8";
/* CSS Document */

body {
	background: url(/images/bg-section-home-grey.jpg) no-repeat center top;
}

div#titlecontainer {
	background: #0C4A85 url(/images/bg-section-title-home.jpg) no-repeat center top;
}

div#body {
	background: url(/images/bg-body-content.gif) no-repeat center top;
}

#titlenewtoaa {
	float: left;
	width: 283px;
	display: inline;
}

#titlemembers {
	float: left;
	width: 283px;
	margin-left: 25px;
	display: inline;
}

#titlehealthmedia {
	float: left;
	width: 283px;
	margin-left: 25px;
	display: inline;
}


#titlenewtoaa h1 {
	padding-top: 20px;
	font-size: 1.83em; /* 24px; */
	color: #209dc0;
	text-align: left;
}

#titlemembers h1 {
	padding-top: 20px;
	font-size: 1.83em; /* 24px; */
	color: #8a0000;
	text-align: left;
}

#titlehealthmedia h1 {
	padding-top: 20px;
	font-size: 1.83em; /* 24px; */
	color: #336633;
	text-align: left;
}


#newtoaa {
	float: left;
	width: 283px;
	border-top: 1px solid #209dc0;
	margin-left: 25px;
	display: inline;
}

#members {
	float: left;
	width: 283px;
	border-top: 1px solid #8a0000;
	margin-left: 25px;
	display: inline;
}

#healthmedia {
	float: left;
	width: 283px;
	border-top: 1px solid #336633;
	margin-left: 25px;
	display: inline;
}

#newtoaa ul, #members ul, #healthmedia ul {
	border-top: 1px solid #d8d8d8;
	margin: 25px 0px 0px;
	padding: 0px;
}


#newtoaa li, #members li, #healthmedia li {
	border-bottom: 1px solid #d8d8d8;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	list-style: none;
	background: url(/images/bullet-arrow-red.gif) no-repeat 1em 1em;
}

#newtoaa li, #newtoaa li a {
	color: #48b2cf;
	list-style: none;
	background: url(/images/bullet-arrow-blue.gif) no-repeat 1em 1em;
}

#members li, #members li a {
	color: #cc6666;
	list-style: none;
	background: url(/images/bullet-arrow-red.gif) no-repeat 1em 1em;
}

#healthmedia li, #healthmedia li a {
	color: #669966;
	list-style: none;
	background: url(/images/bullet-arrow-green.gif) no-repeat 1em 1em;
}

div#body p {
	line-height: 1.5em;
}
