@charset "utf-8";
/* CSS Document */

#listPage {
	line-height:normal;
	text-align: left;
	padding: 0px;
	background-color:#FFFFFF;
}
#listPage h1 {
	margin:0px;
	font-size:23.0pt;
	font-family:"Arial","sans-serif";
	font-weight:bold;
	}

#listPage .header {
	margin:0px;
	font-size:18.0pt;
	font-family:"Arial","sans-serif";
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	}
#listPage .title { 
	width:750px;
	border-bottom:solid windowtext 1.0pt;
	border-bottom-color:#BFBFBF;
	margin:0px;
	font-size:16.0pt;
	font-family:"Arial","sans-serif";
	color:#BFBFBF;
	}

ul.list {
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	list-style-type:none;
	background-repeat:no-repeat;
	}
	
ul.list li.cyan, ul.list li.orange, ul.list li.green, ul.list li.grey, ul.list li.pink, ul.list li.blue, ul.list li  {
	background-repeat:no-repeat;
	padding-left: 10px;
	margin:0px;
	margin-bottom:30px;
	display:block;
	list-style:none;
	list-style-type:none;
	}
ul.list li.link {
	margin:0px;
	margin-left:-10px;
	margin-top:-10px;
	background:none;
	}
ul.list li.link:hover {
	cursor:pointer;
	background-color:#CEEBF4;
	}
ul.list li.cyan {
	background-image:url(images/groupheader_cyan.jpg);
	background-repeat:no-repeat;
	}
li.cyan .header, li.cyan h1, li.cyan .more {
	font-weight:bold;
	color:#03B0BE;
	}
ul.list li.orange {
	background-image:url(images/groupheader_orange.jpg);
	background-repeat:no-repeat;
	}
li.orange .header, li.orange h1, li.orange .more {
	font-weight:bold;
	color:#E18200;
	}
ul.list li.green {
	background-image:url(images/groupheader_green.jpg);
	background-repeat:no-repeat;
	}
li.green .header, li.green h1, li.green .more {
	font-weight:bold;
	color:#006600;
	}
ul.list li.grey {
	background-image:url(images/groupheader_cyan.jpg);
	background-repeat:no-repeat;
	}
li.grey .header, li.grey h1, li.grey .more {
	font-weight:bold;
	color:#333333;
	}
ul.list li.pink {
	background-image:url(images/groupheader_pink.jpg);
	background-repeat:no-repeat;
	}
li.pink .header, li.pink h1, li.pink .more, li.pink a {
	font-weight:bold;
	color:#FF3366;
	}
ul.list li.blue {
	background-image:url(images/groupheader_blue.jpg);
	background-repeat:no-repeat;
	}
	
li.blue .header, li.blue h1, li.blue .more {
	font-weight:bold;
	color:#006699;
	}

#listPage .content li {
	margin-bottom:0px;
	display:none;
	list-style:disc;
	list-style-type:disc;
	}
#listPage .contact{
	font-size:8pt;
	font-weight:bold;
	color:#000000;
	margin-left: 40px;
	}
#listPage .more {
	font-size:9.0pt;
	font-weight: bold;
	}

#listPage .content {
	width:750px;
	margin:0px;
	font-size:10.0pt;
	line-height:115%;
	font-family:"Arial","sans-serif";
	color:black;
	margin-left: 20px;
	margin-bottom: 10px;
	}

#listPage .summary {
	margin:0px;
	font-size:12.0pt;
	line-height:115%;
	font-family:"Arial","sans-serif";
	color:black;
	margin-left: 20px;
	margin-bottom: 10px;
	}
