html {
	overflow-x: hidden;
	overflow-y: auto;
} 


body {
	font: 12px tahoma, verdana, sans-serif;
	color: #000;
	background: #ffffff;
	margin: 0px;
	}
p {
	font: 12px/14px verdana, sans-serif;
	margin-top: 0px;
	}
h3 {
	font: bold 13px verdana, sans-serif;
	margin-bottom: 0px;
	}
acronym {
	border-bottom: dotted 1px #fff;
	}
a:link {

	text-decoration: none;
	color: #7799AC;
	}
a:visited {

	text-decoration: none;
	color: #7799AC;
	}
a:active, a:hover {
	color: #019892;
	text-decoration: underline;
	}

/* specific divs */
#top {
	margin-left: 550px;
	}
	
#main {
	width:520px;
	margin-left: 10px;
	margin-top: 10px;
	}

#pageHeader {
	width: 100%;
	height: 200px;
	background: #fff url(bg.gif) top left repeat-y;
	margin-top: 48px;
	}


#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 span {
	display: none;
	}

#quickSummary .p1 {
	color: #7799AC;
	padding: 2px;
	position: absolute;
	top: 30px;
	left: 550px;
	}

#quickSummary .p2 a:link, #quickSummary .p2 a:visited {
	color: #7799AC;
	text-decoration: underline;
	}
#quickSummary .p2 a:active, #quickSummary .p2 a:hover {
	color: #8AF44F;
	}

#linkList{
	font: 11px tahoma, verdana, sans-serif;
	line-height: 18px;
	color: #7799AC;
	position: absolute;
	top: 249px;
	left: 541px;
	width: 156px;
	background-color: #FFFFFF;
	}
	
#linkList2 h3 span {
	display: none;
	}
#linkList2 h3.select {
	background: transparent url(h3.gif) no-repeat top left;
	width: 160px;
	height: 20px;
	}
#linkList2 h3.favorites{
	background: transparent url(h5.gif) no-repeat top left;
	width: 157px;
	height: 14px;
	}
#linkList2 h3.archives{
	background: transparent url(h6.gif) no-repeat top left;
	width: 157px;
	height: 14px;
	}
#linkList2 h3.resources{
	background: transparent url(h4.gif) no-repeat top left;
	width: 157px;
	height: 14px;
	}
#linkList li {
	font-size: 12px;
	line-height: 2.5ex;
	display: block;
	padding: 2px 10px 0px 0px;
	margin-bottom: 5px;
	}
#linkList #lresources li {
	margin-bottom: 0px;
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}

#linkList li {
	list-style-type: none;
	}


#footer {
	text-align: right; border-top: solid 1px #1E5E82;
	padding-top: 10px;
	}
#footer a:link, #footer a:visited {
	padding: 2px 6px 2px 6px;
	}
#footer a:hover {
	background: transparent url(bg2.gif) top left repeat-x;
	text-decoration: none;
	}

