@charset "UTF-8";
@import url("finger-structure.css");

/* General Styles */
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

p, ul, ol, li, tr {
	font-size: 100%;
	line-height: 140%;
	}
	
h1 {
	color: #009900;
	font-size: 150%;
	line-height: 140%;
	}
h2 {
	font-size: 130%;
	color: #F50000;
	}
h3 {
	font-size: 120%;
	margin-bottom: 5px;
	color: #003399;
	}
h4 {
	font-size: 110%;
	}
h5 {
	font-size: 100%;
	}
h6 {
	font-size: 100%;
	}

a:link,	a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
	}
a:hover {
	color: #990000;
	font-weight: bold;
	}
	
.bold-color {
	font-weight: bold;
	color: #000000;
	}
.testimonial-by {
	font-weight: 50%;
	font-style: italic;
	}
	
#header {
	}

#leftnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px; /*controls indent -- needs unit of measure*/
	}
#leftnav ul li {
	font-size: 1em;
	padding: 0 0 7px 0px;
	}
#leftnav ul li ul li {
	padding: 0 0 0 10px;
	}

#right {
	font-size: 85%;
	line-height:130%;
	}
#right h3 {
	color: #009900;
	letter-spacing: 0.3em;
	}
#center {
	}
#center ul {
	list-style: disc;
	margin: 0 0 0 .9em;
	padding: 0 0 0 2em; /*controls indent -- needs unit of measure*/
		}
	#center ul li {
	margin: 0 0 6px 0;
	padding-top: 0px; /*adds space before item */
	padding-right: 0px;
	padding-bottom: 0px; /*adds space after item */
	padding-left: 0px; /*adds space between bullet and text */
	}
	
/* FOOTER */
#footer {
	text-align: center;
	background-color: #bac8d9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003875;
	}
		
	#footer p {
	font-size: 10px;
	color:#003875;
	line-height: 180%;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
		}
	
	#footer a, 
	#footer a:link, 
	#footer a:visited {
	color:#003875;
		}
	
	#footer a:hover, 
	#footer a:active {
	color:#762226;
		}
span.pointer {cursor:pointer;}
