﻿/*  external css file */
/* file name 'sheet1.css' */
/* no html markup allowed */
/* iframe	{overflow: hidden;} */

body    {font-family: verdana, arial, sans-serif, helvetica;
	 font-size: 11px; line-height: 130%;}

tbody {font-family: sans-serif, arial, helvetica, verdana;
       font-size: 11px;}

div#sidebarlefttopphoto {
width: 260px; 
border: solid gray 2px;}


/* the 20% x 100% left sidebar END -------------------------- */


/*overflow: scroll; used in tandem with position: absolute; for scrolling */ 

/* the 20% x 100% right sidebar BEGIN (containg div & 1 sub-div) -------------------------- */


p {text-indent: 1em; font-size: 11px; line-height: 130%;}

span#indent3 {display: inline; text-indent: 9em;}


h3.alt1h3 {color: white; background: teal; text-align: center;}
h2.alt1h2 {color: white; background: teal; text-align: center;}
h1.alt1h1 {color: white; background: teal; text-align: center;}

h3.alt2h3 {color: teal; background: white; text-align: center;}
h2.alt2h2 {color: teal; background: white; text-align: center;}
h1.alt2h1 {color: teal; background: white; text-align: center; font-size: 16px;}


h3.alt3h3 {color: #487FBF; background: white; text-align: center;}
h2.alt3h2 {color: #ff0000; background: white; text-align: center;}
h1.alt3h1 {color: #487FBF; background: white; text-align: center;}

h2.alt4h2 {color: #487FBF; background: white; text-align: center;}
h3.alt4h3 {color: white; background: #487FBF; text-align: center;}

h1.alt5h1 {color: navy; background: white; font-size: 17px; text-align: center;}
h2.alt5h2 {color: navy; background: white; text-align: center;}


h1 {color: white; background: #487FBF; font-size: 16px; font-family: sans-serif, arial, verdana; font-style: italic;
	text-align: center;}
h2 {color: white; background: #487FBF; font-size: 14px; font-family: sans-serif, arial, verdana; font-style: italic;}
h3 {color: blue; background: white; font-size: 11px; font-family: sans-serif, arial, verdana;}
h4 {color: teal; background: white; font-size: 10px; font-family: sans-serif, arial, verdana;}
h5 {color: black; background: white; font-size: 10px; font-family: sans-serif, arial, verdana;}
h6 {color: black; background: white; font-size: 10px; font-family: arial, sans-serif, verdana;}

a:link {color: navy;}
a:visited {color: navy;}
a:hover {color: white; background-color: #487FBF;}


a.fulllist:link, 
a.fulllist:link {color: white; background-color: navy;}
a.fulllist:visited {color: white; background-color: navy;}
a.fulllist:hover {color: white; background-color: #487FBF;}

a.teal:link, 
a.teal:link {color: white; background-color: teal;}
a.teal:visited {color: white; background-color: teal;}
a.teal:hover {color: green; background-color: white;}



