body {
	background: #dddddd;
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	padding: 0;
	color: #333;
	text-align: center;
	}
		
/* Layout Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div#container
{
margin-left: auto;
margin-right: auto;
width: 740px;
text-align: left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	}
	
#intro {
	background: transparent url(bg.gif) no-repeat top left;
	margin: 0;
	padding: 0;
	}
	
#supportingText {
	position: absolute;
	background: #d8d8d8;
	top: 170px;
	margin: 0;
	padding: 0;
	width: 740px;
	}
	
#pageHeader {
	background: url(bg_guide.gif) no-repeat top left #9bec37;
	color: #000;
	width: 740px;
	height: 112px;
	margin-top: 20px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}	
			
#quickSummary {
	height: 35px;
	width: 735px;
	/*background: #100b0a url(bg_sub_header.jpg) no-repeat top right;*/
	color: #fff;
	border-bottom: 0px solid #fff;
	margin: 0;
	}
		
/*set padding-bottom to move down main section*/	
#preamble {
	margin-left: 233px;
	background:;
	color: #fff;
	padding-bottom: 0px;
	width: 502px;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 502px;	 /* Actual value for conformant browsers */	
	}

html>#preamble {
	width: 502px; /* Be nice to Opera */
	}
	
#explanation, #participation, #benefits, #requirements {
	margin-left: 0px;
	border: 1px solid #999;
	background: #f5f5f5;
	color: #666;
	margin-bottom: 2px;
	width: 498px;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 496px;	 /* Actual value for conformant browsers */	
	}

html>#explanation, #participation, #benefits, #requirements {
	width: 496px; /* Be nice to Opera */
	}

	
#footer {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #9bec37 url(http://www.searchgap.com/bg_footer2.gif) no-repeat top left;
	color: #fff;
	padding: 14px 0 8px 252px;
	height: 36px;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 12px; /* Actual value for conformant browsers (IE6 needs a height value to display the background correctly. Don't even start...) */	
	}

#footer2 {
	clear:both;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #9bec37 url(http://www.searchgap.com/bg_footer2.gif) no-repeat top left;
	color: #fff;
	padding: 14px 0 8px 252px;
	height: 36px;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 12px; /* Actual value for conformant browsers (IE6 needs a height value to display the background correctly. Don't even start...) */	
	}	

html>#footer, #footer2 {
	height: 12px; /* Be nice to Opera */
	}
	
#linkList {
	position: absolute;
	margin-left: 510px;
	background: #b5b5b5;
	color: #666;
	top: 170px;
	padding: 5px;
	border: 1px solid #999;
	width: 240px;  /* False value for IE4-5.x/Win */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 210px;	 /* Actual value for conformant browsers */	
	}

html>#linkList {
	width: 210px; /* Be nice to Opera */
	}

#larchives, #lfavorites, #lresources {
	background: #dfdfdf;
	color: #666;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 12px 0;
	}

#lselect {
	color: #666;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 5px 0;
	}	
	
/* Text Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	font-size: 11px;
	text-align: left;
	}
	
li {
	font-size: 11px;
	margin-bottom:0.8em;
	margin-right:10px;
	text-align: left;
	}
	
#preamble p, #quickSummary p.p2 {
	line-height: 1.5;
	color: #fff;
	background: transparent;
	}

#preamble p {
	font-size: 10px;
	width: 250px;
	text-align: left;
	}

#preamble p.p1 {
	margin: 16px 18px 10px 18px;
	}

#preamble p.p2 {
	margin: 0 18px 10px 18px;
}

#preamble p.p3 {
	padding: 0;
	margin: 0 18px 0 18px;
	}


/* First Paragraphs */

#explanation p, #participation p, #requirements p.p1 {
	padding: 0;
	margin: 16px 18px 12px 18px;
	}

/* One Paragraph */

#benefits p {
	margin: 16px 18px 16px 18px;
	}

#supportingText p {
	line-height: 1.5;
	}

/* Lists Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#linkList ul {
	font-size: 10px;
	list-style:none;
	margin: 0;
	padding: 0;
	}

#linkList ul li {
	margin: 0;
	padding: 0 0 5px 15px;
	line-height: 12px;
	color: #999;
	}
	
#linkList #lselect li {
	font-size: 12px;
	}

#linkList #lfavorites li {
	font-size: 9px;
	}

#linkList #lselect a:link, #linkList #lselect a:visited, #linkList #lfavorites a:link, #linkList #lfavorites a:visited {
	display: block;
	}

#linkList #lselect a.c:link, #linkList #lselect a.c:visited, #linkList #lfavorites a.c:link, #linkList #lfavorites a.c:visited {
	display:inline;
	}

/*#larchives li, #lresources li {
	text-transform: lowercase;
	}
*/

#linkList #larchives li {
	font-size: 12px;
	line-height: 2em;
	}
	

/* Links Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*a {text-decoration:none;color:Blue;}
a:hover {color:#ff9900;}
a:visited  {color :#330099;}
a:visited:hover  {color :#330099;}
a.topmenu {text-decoration:none;color:#669900;}
a.topmenu:hover {color:#66cc00;}
a.topmenu:visited  {color :#999900;}
a.topmenu:visited:hover  {color :#66cc00;}
*/

a, a:link, a:visited {
	background: transparent;
	color: #333;
	text-decoration: underline;
	}

a:hover {
	background: transparent;
	color: #333;
	text-decoration: none;
	}

a.topmenu {text-decoration: none;font-size:8pt;font-weight:bold;text-align:center;padding:3px;}
	
#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 8px;
	}

#quickSummary a:hover {
	text-decoration: underline;
	}

#linkList #lselect a, #linkList #lselect a:link, #linkList #lselect a:visited {
	font-variant: small-caps;
	font-size:12px;
	text-decoration: none;
	font-weight:600;
	margin: 0;
	padding: 0 0 5px 0;
	color: #fff;
	}		
	
#linkList #lselect a:hover{
	text-decoration: none;
	color:yellow;
	}			
	
#linkList #lselect a:active 	{
	background:yellow;
	color: #444;
	text-decoration: none;
	}


#footer a, #footer a:link, #footer a:visited, #footer2 a, #footer2 a:link, #footer2 a:visited  {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 8px;
	}

#footer a:hover, #footer2 a:hover {
	text-decoration: underline;
	}

	
/* Headings Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
*/

h3 {
	margin-bottom: 0px;
	}
h3 span {
	display: none;
	}


#linkList h3 {
	width: 150px;
	height: 20px;
	margin: 10px;
	}
	
#explanation h1, #participation h1, #benefits h1, #requirements h1 {
	width: 498px;
	margin: 10px;;
	}
	
#explanation h3, #participation h3, #benefits h3, #requirements h3 {
	width: 498px;
	margin: 10px;
	}

#lselect h3, #lfavorites h3, #larchives h3, #lresources h3 {
	height: 28px;
	width: 100%;
	margin: 0;
	}

/* Other Definitions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
acronym {
	cursor: help;
	}

.acronym {
	border-bottom: 1px dotted #ffe0b3;
}


#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
	}

.tab-button	 {background: url(bg_button2.gif) top right #9bec37; border:1px solid buttonshadow;cursor:hand;padding:3px; width:180px; height:41px;}

sup {
	color: red;
	}