/* Document Styles */

body {
	background: #ccc;
	color: #000000;
	margin: 15px;
	text-align: center; /* For IE */
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	}

p {
	margin: 0 0 10px 0;
	}

p.p1 {
	font-size: 13pt;
	line-height: 20px;
	}

h1 {
	color: #BB66AA;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	}
	
h2 {
	color: #114477;
	font-size: 16pt;
	font-weight: bold;
	text-transform: none;
	margin: 0px 0 10px 0;
	}
	
h3 {
	color: #759B00;
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
	margin: 10px 0 2px 0;
	}

a:link, a:visited {
	color: #0000FF;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #FF0000;
	background: #9c0;
	}

ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	}

li {
	padding-bottom: 7px;
	}

acronym {
	font-style: normal;
	border-bottom: 1px dotted #666;
	}

.accesskey {
	text-decoration: underline;
	}

/* Container Styles */

#container {
	position: relative;
	width: 850px!important;
	width /**/: 750px;
	background: #fff;
	border: 15px solid #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	background-image: url(/CSS/container_bg.gif);
	}

/* Intro Styles */

#pageHeader {
	width: 850px;
	height: 220px;
	background: #18d url(title1.jpg) no-repeat;
	background-position: center;
	}

#pageHeader h1, #pageHeader h2 {
	text-indent: -999em;
	margin: 0;
	}

#quickSummary {
	width: 850px;
	height: 39px;
	border-top: 1px solid #fff;
	background: #147;
	}

#quickSummary p.p1 {
	position: absolute;
	left: -999em;
	}

#quickSummary p.p2 {
	width: 248px !important;
	width /**/: 276px;
	height: 28px !important;
	height /**/: 39px;
	color: #6cf;
	margin: 0;
	padding: 11px 0 0 27px;
	border-right: 1px solid #fff;
	}

#quickSummary a:link, #quickSummary a:visited {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}

#quickSummary a:hover, #quickSummary a:active {
	text-decoration: underline;
	background: transparent;
	}

/* Supporting Text Styles */

#preamble, #explanation, #participation, #benefits, #requirements {
	margin: 0 8px 0 290px;
	}

#footer {
	width: 840px!important;
	width /**/: 720px;
	background: #18d;
	margin-top: 15px;
	padding: 6px 12px 12px 0;
	border-top: 1px solid #fff;
	text-align: right;
	}

#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #fff;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #fff;
	}

/* Link List Styles */

#linkList {
	position: absolute;
	top: 261px;
	left: 0px;
	width: 275px;
	border-bottom: 1px solid #fff;
	}

#linkList h3 {
	text-indent: -1100px;
	height: 45px;
	margin: 0;
	}

#linkList a:link, #linkList a:visited {
	font-size: 12pt;
	color: #fff;
	}

#linkList a:hover, #linkList a:active {
	background: #fff;
	}

#linkList a.c {
	font-size: 10pt;
	}

#linkList acronym {
	border-bottom: none;
	}

#lselect, #lfavorites {
	border-top: 1px solid #fff;
	background: #18d;
	}

#lselect h3 {
	background: url(select.gif);
	}


#lselect li, #lfavorites li {
	color: #6cf;
	background: url(select_bg.gif) repeat-x left bottom;
	}

#lselect a:hover, #lselect a:active, #lfavorites a:hover, #lfavorites a:active {
	color: #18d;
	}

#larchives {
	border-top: 1px solid #fff;
	background: #9c0;
	}

#larchives h3 {
	background: url(archives.gif);
	}

#larchives li {
	color: #cf3;
	background: url(archives_bg.gif) repeat-x left bottom;
	}

#larchives a:hover, #larchives a:active {
	color: #9c0;
	}

#lresources {
	border-top: 1px solid #fff;
	background: #d8c;
	}

#lresources h3 {
	background: url(resources.gif);
	}

#lresources li {
	color: #fcc;
	background: url(resources_bg.gif) repeat-x left bottom;
	}

#lresources a:hover, #lresources a:active {
	color: #d8c;
	}

#map {
	padding:6px;
	width: 150px;
	align: right;
	float: left;
	margin: 10px;
}

p span.displaynone { 
	display:none; 
}

