/* CSS Document */



/* common styles
----------------------------------------------- */
body {
background: transparent url(images/bkgnd_fade.jpg) repeat-x top left;
background-color: #7090A5;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #000;
}


/* layout
----------------------------------------------- */
#container {
    position: relative;
	width: 700px;
	margin-left: 15%;
	margin-right: 15%;
	float: none;
	padding: 0px 0px 0px 0px;
	border: 1px solid #444444;
	background-color: #FFFFFF;
}

#navbar {
	background-color: #FFF;
	font-size: 9pt;
	text-align: center;
	}
#navbar1 {
	background-color: #FFF;
	font-size: 9pt;
	text-align: center;
	}
#quickSummary {
	position: absolute;
	top: 121px;
	left: 0px;
	width: 166px;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	height: 171px;
}

#preamble, #explanation, #participation, #benefits, #requirements {

}

#footer {
border-top: 1px solid #444444;
text-align: center;
font-size: 10px;
}

#linkList {
position: absolute;
width: 166px;
top: 26em;
left: 0px;
border-top: 1px solid #444444;
}


/* header
----------------------------------------------- */

#pageHeader {
	height: 100px;
	width: 705px;
	border-bottom: 5px solid #FF6633;
		}

#pageHeader h1 {
	display: none;
	}

#pageHeader h2 {
	display: none;
	}



/* text
----------------------------------------------- */
p {
background-color: transparent;
	color: #696969;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration: none;
	text-align: justify;
}

#quickSummary p.p1 {
margin: 0;
padding: 40px 35px 25px 28px;
font-size: 11px;
text-align: left;
}

#quickSummary p.p2 {
margin-top: 48em;
padding: 30px 30px 20px 28px;
font-size: 11px;
}



/* headings
----------------------------------------------- */
#quickSummary {
margin: 0px;
}

#intro h3 {
margin: 10px 0 0 0;
padding: 0;
width: 480px;
height: 25px;
border: 1px solid #444444;
color: #696969;
}

#supportingText h3 {
margin: 10px 0 0 0;
padding: 0;
width: 480px;
height: 25px;
border: 1px solid #444444;
color: #696969;
}

#linkList h3 {
height: 25px;
margin: 0px 0 0 0;
padding: 0px;
}

h3 span { display: none; }

#preamble h3 {
color: #696969;
}

#explanation h3 {
color: #696969;
}


#participation h3 {
color: #696969;
}

#benefits h3 {
color: #696969;
}

#requirements h3 {
color: #696969;
}

#lselect h3 {
color: #696969;
margin: 15px 0 0 5px;
}

#lfavorites h3 {
color: #696969;
margin: 15px 0 0 5px;
}

#larchives h3 {
color: #696969;
margin: 15px 0 0 5px;
}

#lresources h3 {
color: #696969;
margin: 15px 0 0 5px;
}




/* lists
----------------------------------------------- */
#linkList ul {
font-size: 10px;
list-style: none;
margin: 2px 0 0 0px;
padding: 0 0 0 0;
}

#linkList ul li {
background: transparent;
margin: 0;
padding: 0 0 0 27px;
line-height: 14px;
color: #369;
}

#linkList #lselect {
border-bottom: 1px solid #444444;
padding-bottom: 25px;
}

#linkList #lfavorites {
border-bottom: 1px solid #444444;
padding-bottom: 25px;
}

#linkList #larchives {
border-bottom: 1px solid #444444;
padding-bottom: 25px;
}

#linkList #lresources {
border-bottom: 1px solid #444444;
padding-bottom: 25px;
}


#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }

#linkList #lselect a.c:link, #linkList #lselect a.c:visited { display:block; }


/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #369;
text-decoration: underline;
font-weight: bold;
}
#navbar a, #navbar a:link, #navbar a:visited {
color: #369;
text-decoration: none;
font-weight: bold;
}
#navbar a:hover {
color: #FF6633;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #FF6633;
text-decoration: none;
font-weight: bold;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
font-weight: bold;
text-decoration: underline;
color: #369;
}

#quickSummary a:hover {
font-weight: bold;
text-decoration: none;
color: #FF6633;
}


#linkList a, #linkList a:link, #linkList a:visited {
color: #000;
text-decoration: none;
}

#linkList a:hover {
text-decoration: none;
color: #FF6633;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #369;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: none;
color: #FF6633;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #369;
font-size: 9pt;
text-align: center;
padding: 0 20px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}
