/*
	Works as expected in:
		Mozilla 1.6 Mac
		Safari 1.0 Mac
		Firefox 0.8 Mac

	Small loss of effects in:
		IE 5.2 Mac
		IE 5.0 PC

	Errors in:
		Opera 6.03 Mac - link colors incorrect
			       - overline instead of underline (??)
			
*/

/* Basic Default Styles */
body {
	font: 12px Verdana;
	color: #000;
	background: #D2CECA;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 50%;
}
a:link, a:visited {
	color: #C5A3BE;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}
a:hover, a:active {
	font: 12px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #6F185C;
}

#container {
	position: relative;
	width: 700px;
	background: #FFFFFF url(header.jpg) no-repeat top left;
	margin: 0 0 0 -350px;
	border: 2px solid #999999;
	background-color: #FFFFFF;
}
h3 {
	color: #6D1F5D;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}
acronym {
	border: 0;
	font-style: normal;
}

/* Header - just provides space */
#pageHeader {
	height: 150px;
}
#pageHeader span {
	display: none;
}

/* Content */
#content {
	margin-top: 50px;
	width: 430px;
	margin-left: 250px;
	color: #42443A;
}

#content {
	width: 430px;
	margin-left: 250px;
	margin-top: 15px;
}
#footer { 
	position: relative; 
	left: auto; 
	width: 700px;
	height: 20px; 
	padding: 78px 0 0 0px; 
	background: #ffffff url(footer.jpg) no-repeat top left; 
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #DAD0D9;
	text-decoration: none;
}


/* Left Bar */
#container #menu {
	position: absolute;
	left: 18px;
	top: 157px;
	width: 198px;
	font: 10px "Trebuchet MS", Verdana;
}
#menu h3 {
	width: 198px;
	height: 18px;
	margin-top: 20px;
}
#menu h3 span {
	display: none;
}

/* left header images */
#menu h3.select {
	background-attachment: fixed;
}
#menu h3.archives {
	background: url(left_archive.gif) no-repeat top left;
}
#menu h3.resources {
	background: url(left_resources.gif) no-repeat top left;
}
#menu h3.favorites {
	background: url(left_favorites.gif) no-repeat top left;
}

#menu ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background: url(left_footer.gif) no-repeat bottom left;
}
#menu ul li {
	padding: 5px 10px 5px 10px;
	background: url(li_bg.png) bottom left;
	border-bottom: 1px solid #1A4861;
	margin: 0;
}
/* li:hover style... have to replace the BG so the color will show up. */
#linkList ul li:hover {
	background: #6f1f5e url(spacer.gif);
	color: #FFF;
}
/* bunch of crazy styles... so IE will still look ok when it
   doesn't parse :hover. */
#menu #lselect {
	color: #666;
}
#menu ul li a {
	/* this would be block, save for the nbsp at the end of the
		link for "accessibility" purposes. :P */
	display: inline;
	color: #000;
	text-transform: lowercase;
}
#menu #lselect ul li a {
	font: 14px "Trebuchet MS", Verdana;
	display: block;
	color: #000;
	text-transform: lowercase;
}

#menu #lselect ul li a.c, #linkList ul li a.c {
	display: inline;
	font: 10px "Trebuchet MS", Verdana;
	color: #666;
	text-transform: none;
}
/* if the browser doesn't read the :hover pseudoclass, this
	shouldn't render and the text shouldn't change color */
#linkList ul li:hover a, #linkList #lselect ul li:hover a {
	color: #FFF;
}
