@charset "utf-8";
/* CSS Document */

body { 
 	font: 12px georgia,times,serif; 
 	color: #77D7DF; 
 	background: #72C8D7 repeat-x top; 
 	margin: 0;
	padding: 0px;
 	text-align: center;	 
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #B2E9ED;
	font-style:italic;
}
a acronym { 
	border: 0; 
}
a { 
 	color:#FFCC00;
 	text-decoration: none; 
}
a:hover,a:active { 
	text-decoration: underline;
	color:#996600;
}
ul,li {
 	list-style: none;
 	padding: 0;
 	margin: 0;
}
li {
 	padding: 5px 7px;
 	border-bottom: 1px solid #DCD5B8; 
}

/* ===== ID ===== */
#container { 
 	margin: 0 auto;
 	text-align: justify; 
 	background: url(../images/container_bg.jpg) repeat-y center;
 	width: 760px;	
}
#pageHeader { 
 	height: 287px;
 	background: url(../images/top.jpg) no-repeat;
}
#pageHeader h1,h2 { 
	display : none; 
}
#supportingText {
 	width: 500px;
 	padding: 0 0 0 150px;
 	text-align:justify;
}
#preamble {
 	width: 500px;
 	margin-top: 0px; 
 	padding: 0 0 0 150px;
 	font-style: italic;	
}
#quickSummary {
 	height: 87px;
 	width: 170px;
	color:#000000;
 	font-size:10px;
 	position: absolute;
 	top: 50px;
 	margin-left: 482px;
 	text-align:right;
 	line-height: 14px;
	text-transform:uppercase;
	font-weight:bold;
}
#intro,#supportingText {
 	line-height: 19px;
}
#footer a {
 	color: #B6B2A3;
 	margin: 0 5px;
 	border: 1px solid #CBC7B5;
 	text-decoration: none;
 	padding: 2px 3px;
}
#footer a:hover {
 	background: #CBC7B5;
 	color: #2B0101;
}
#larchives li a, #lresources li a {
 	display: inline;
 	font-weight: normal;
 	font-size: 12px;
 	line-height: 15px;
 	margin: 0;
}
li a:hover, li a:hover.c { 
	color: #5E1919; 
}
#linkList {
 	position: absolute;
	width:180px;
 	top: 325px;
 	padding-left: 10px;
 	color: #2B0101;
	background:#F0AC4A;
	margin-left:-75px;
}
#linkList li{
	background:#F0AC4A;
}
#linkList li:hover{
	background:#FFCC00;
}
#linkList a{
	color:#000000;
}
#footer {
 	display: block;
 	width: 300px;
 	margin-left: 200px;
 	text-align: center;
 	padding: 15px 0 25px 0;
 	font: 10px verdana,arial,serif;
 	text-transform: uppercase;
 	letter-spacing: -1px;
 	background: #F0AC4A url(../images/footerBg.gif) repeat-x bottom;
	visibility:hidden;
}
#lselect,#larchives {
 	padding-bottom: 12px;
 	margin-top: 15px;  
}

/*
#preamble h3 { background: url(h3Road.gif) no-repeat right; }
#explanation h3 { background: url(h3AllAbout.gif) no-repeat right; }
#participation h3 { background: url(h3Part.gif) no-repeat right; }
#benefits h3 { background: url(h3Benefits.gif) no-repeat right; }
#requirements h3 { background: url(h3Require.gif) no-repeat right; }
#lresources h3 { background:url(../images/section_span.gif); }
#larchives h3 { background: url(../images/section_span.gif); }
#lselect h3{
 background: url(../images/section_span.gif);
 margin: -15px 0 0 0;
}
*/