body {
	font: 8pt/16pt georgia;
	color: #555753; 
	margin: 0px;
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #988F5E;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #988F5E;
	}

	a:hover, a:active { 
	text-decoration: underline; 
	color: #988F5E;
	}


/* specific divs */
#container { 
	padding: 0px 200px 0px 25px;
	margin: 28px 58px 58px 58px;
	border: 1px solid #888888;
	background: #F7F7F7;
	}

#intro { 
	min-width: 470px;
	}
	
#pageHeader { 
	margin-bottom: 20px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	margin-top: 15px;
	width: 253px;
	height: 52px; 
	float: left;
	}

#pageHeader h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 328px;
	height: 27px;
	float: right;
	}

#preamble h3 span {
background: transparent url(title000.gif) no-repeat top left;
padding-left:25px;
padding-right:75px;
width: 320px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
font-size: 90%;
}

#supportingText h3 span {
background: transparent url(title000.gif) no-repeat top left;
padding-left:25px;
padding-right:75px;
width: 300px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
font-size: 90%;
}
	
#quickSummary {
	background: white;
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 199px;
	float: left;
	padding : 20px;
	border: 1px dashed #888888;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #888888;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	width:240px;
	margin-left:600px;
	position: absolute; 
	top: 70px; 
	right: 0;
	}
#linkList2 { 
	background:white;
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 150px; 
	width: 160px; 
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.select span {
	display: block;
	}
#linkList h3.favorites { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.favorites span {
	display:block;
	}
#linkList h3.archives { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.archives span {
	display:block;
	}
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.resources span {
	display:block
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	border: 1px solid #888888;
	display: block; 
	padding: 4px; 
	margin-bottom: 5px;
	background-color:#F7F7F7;
	}

#linkList li:hover {
	line-height: 2.5ex; 
	list-style-type: none;
	background-color: #DEE2B3; 
	border: 1px solid #888888;
	display: block; 
	padding: 4px; 
	margin-bottom: 5px;
}
	
#linkList li a:link { 
	color: #988F5E;
	}
#linkList li a:visited {
	color: #988F5E;
	}
img{
  border: none;
}

img.image {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  border:0;
}

img.image:hover {
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border:0;
}


