/* ==========all pages============== */

body {font-family: Tahoma, Verdana, Arial;
	font-size: 95%;
	color: black;}
	


/*  ------------------headers----------------  */
h1 { font-size: 115%;
	font-weight: bold;
	}
h2 { font-size: 110%;
	font-weight: bold;
	}


/*  ------------------floating images----------------  */

.floatrt { float: right; 
padding-right: 1em;
margin: 1em;
padding-top: 0;
margin-top: 0;}
.floatleft { float: left; margin: .5em;}

/* -----------------text-alignment------------------ */
.ctr { text-align: center;}
.left { text-align: left;}
.right {text-align: right; }
.just { text-align: justify; }
.tabL40 {padding-left: 40px;}
.tabL80 {padding-left: 80px;}


/* -----------left Nav Instructions --------------------*/

.leftNav { margin-left: .5em; }
/* link colors  */
a.leftNav {color: #000000; text-decoration: none; }
a:visited.leftNav {color: #31639C; text-decoration: none;}
a:hover.leftNav {color: #000000; text-decoration: underline;}

/* -----------regular page Nav Instructions --------------------*/

a {color: #800000; text-decoration: none; }
a:visited {color: #000080; text-decoration: none;}
a:hover {color: #800000; text-decoration: underline;}





/* ------------copyright instructions ------*/

/* copyright */
.copy { text-align: center;
        font-size: 11px;
		color: #000000;
		margin-bottom: .5em;
		padding-bottom: 1.5em;
		}
/* link colors  */
a.copy {color: #000000; text-decoration: none; }
a:visited.copy {color: #31639C; text-decoration: none;}
a:hover.copy {color: #000000; text-decoration: underline;}

/* ==================pattern pages================ */
