html, body {
	margin: 0px;
	padding: 0;
	background-color : #fc0;
	color: black;
	font : sans-serif;
}
	


/* ----- this is commented out ---- */ 
.breadcrumbs {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	background-color: white;
}		
.breadcrumbs A:link {
	text-decoration: none;
	font-size: 7.5pt;
	font-family: verdana, arial, sans-serif;
	color: Blue;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumbs A:visited {
	text-decoration: none;
	font-size: 7.5pt;
	font-family: verdana, arial, sans-serif;
	color: Purple;
	text-decoration: none;
	font-weight: normal;
}
.breadcrumbs A:hover {
	color: Red;
	text-decoration: underline;
}
	
#resourcelist {
	padding: 15px;
	margin-left: 1em;
	background-color: white;
	}

#tablelist {
	padding: 3px;
	margin-left: -2em;
	}
	

H1 
 {
	font-size : 22;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	color: #066;
	line-height: 100%;
}

H2 
 {
	font-size : 18;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #336699;
}

H3 
 {
	font-size : 16;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000066;
}

H4 
 {
	font-size : 18;
	border: none;
	padding: 3px;
	margin-top: 2em;
	background-color: Gray;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: white;
}

H5 
 {
	font-size : 16;
	font-family: verdana, arial, sans-serif;
	line-height: 4px;
	font-weight: bold;
	color: #000066;
}
 UL
 {
	list-style: square;
	font-size: 9pt;
	line-height: normal;
	font-family:  verdana, arial, sans-serif;
	color: black;
	font-weight: normal;
}

OL
 {
	list-style: square;
	font-size: 9pt;
	line-height: normal;
	font-family: verdana, arial, sans-serif;
	color: black;
	font-weight: normal;
}

LI
 {
	list-style: square;
	font-size: 9pt;
	font-family: verdana, arial, sans-serif;
	color: black;
	font-weight: normal;
}

TD 
 {	
 	font-size: 9pt; 
	font-family: verdana, arial, sans-serif
}

#footer {
	background-color: #006666;
	color: #white;
	border-top: 1px solid #006;
	font-size: 13px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}

p.bizcard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align : left;
	padding: 5px;
	vertical-align : bottom;
	font-size : 9px;
}

.footernav {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : right;
	padding: 5px;
	vertical-align : bottom;
	font-size : 10px;
}



.spacer {
	clear: both;
	}
	




