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

/* All associated graphics under copyright. Production by Robin L. Bellinson with assistance from Zen Garden CSS */


/* global
----------------------------------------------- */
body {
	background: #fff;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0 20px 0 20px;
	color: #000000;
}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	background: url(images/header.jpg) no-repeat top left;
	margin: 12px auto -1px auto;
	padding-top: 72px;
	width: 710px;
	border-bottom: 5px solid #006699;
}

#pageHeader {
display: none;
}

#quickSummary {
width: 100%;
text-align: right;
}

#quickSummary p.p1 {
display: none;
}

#quickSummary p.p2 {
margin-top: 0;
padding-right: 5px;
}

#preamble {
margin: 22px 0 0 176px;
width: 529px;
}

#mission {
margin: 25px 0 0 176px;
width: 529px;
}

#footer {
margin: 0 0 5px 0;
padding: 10px 0 0 0;
width: 100%;
text-align: center;
}

#linkList {
	position: absolute;
	width: 150px;
	top: 101px;
	left: 5px;
}


/* text
----------------------------------------------- */
p {
font-size: 12px;
}

li {
	background: #fff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}


#preamble p.p1, #supportingText p.p1 {
margin-top: 10px;
}

#preamble p, #supportingText p {
line-height: 18px;
}

#quickSummary p.p2 {
font-size: 9px;
color: #999;
}

#footer {
font-size: 9px;
}


/* lists
----------------------------------------------- */
#linkList ul {
font-size: 12px;
list-style:none;
margin: 5px 0 0 0;
padding: 0 0 0 0;
}

#linkList ul li {
background: url(images/bullet_single.gif) no-repeat 7px 4px;
margin: 0;
padding: 0 0 12px 17px;
line-height: 18px;
color: #ccc;
}

#linkList #lselect li {
background: url(images/bullet_double.gif) no-repeat 5px 2px;
font-size: 9px;
}

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

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


/* links
----------------------------------------------- */
a, a:link, a:visited {
color: #000066;
}

a:hover {
	color: 660033;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

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

#linkList a, #linkList a:link, #linkList a:visited {
	color: #666633;
	text-decoration: none;
}

#linkList a:hover {
	text-decoration: underline;
	color: #006699;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
	color: #000066;
	text-decoration: none;
}

#linkList a.c:hover {
	text-decoration: underline;
	color: #006699;
}

#linkList #lselect a {
font-size: 10px;
}

#linkList #lselect a.c {
font-size: 9px;
text-transform: lowercase;
}

#footer a, #footer a:link, #footer a:visited {
font-weight: bold;
text-transform: lowercase;
text-decoration: none;
}

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


/* headings
----------------------------------------------- */
h3 { 
margin-bottom: 0px;
color: #006699; 
}

h3 span { display: none; }

#supportingText h3 {
width: 529px;
height: 15px;
}

#linkList h3 {
width: 150px;
height: 20px;
margin-top: 20px;
}

#preamble h3 {
	background: none;
	width: 529px;
	height: 26px;
}

#mission h3 {
background: none;
margin-top: 10px;
}

#projects h3 {
background: none;
}

#resources h3 {
background: none;
}


/* misc
--------------------------------- */
acronym { border-width: 0; }

