﻿/*                   eric.css                            */


body { margin-left: 2%; margin-right: 2%; background-color: #0000FF
}

/*  Used for the heading pictures and navigation bars  */

div.masthead {
}
div.masthead h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em; text-align:center; color: white; letter-spacing: .1em;
	margin-bottom: 10px; border-bottom: 10px;
}
div.masthead h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; letter-spacing: .1em; text-align: center; color: white; 
	background: transparent; border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; letter-spacing: .1em; text-align: center; color: white; 
	background: transparent;border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead h4 { font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; text-align: center; color: yellow; 
	background: transparent; border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead h5 { font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; text-align: center; color: white; letter-spacing: .1em; 
	background: transparent; border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
div.masthead p { color: white; text-align: center; font-size: 1em; border-top: 0;
	margin-top: 0; margin-bottom: 0; border-bottom: 0; background: transparent;
}
div.masthead a:link { color: white; text-decoration: none; 
	background: transparent;
}
div.masthead a:visited { color: white; text-decoration: none; 
	background: transparent;
}
div.masthead a:active { color: yellow; font-weight: bold; text-decoration: none; 
	background: transparent;
}
div.masthead a:hover { color: yellow; font-weight: bold; text-decoration: none; 
	background: transparent; 
}

/*  Used to justify text in paragraphs  */

div.photo { color: white; background: transparent;
}
div.photo p { color: white; font-size: 1em; text-align: center;
	font-family:Arial, Helvetica, sans-serif; border-top: 0; margin-top: 0;
}

/*  Used for the footer containing the mailbox.gif and copyright info  */

div.footer { color: white; background: transparent;
}
div.footer p { color: white; font-size: .7em; text-align: left;
	font-family: Arial, Helvetica, sans-serif; border-top: 0; margin-top: 0;
}

/*  Used to set up tables  */

table { width: 100%; margin-left: auto; margin-right: auto; 
	background: transparent; border-collapse: collapse; clear: both; 
}
td { color: white; text-align: center; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: Arial, Helvetica, sans-serif;
}
td p { color: white; text-align: justify; font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 	
}

/*  Used to make italized text slightly larger to stand out  */

em { font-size: 1.2em;
}

/*  Used for lists - set up capital A, B, etc.  */

li { color: white; text-align: justify; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: Arial, Helvetica, sans-serif; 
}
ol { list-style-type: upper-alpha;
}

/*  Standard tags used in the program set-ups  */

h1 { color: white; text-align: center; font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em; font-weight: bold; background-image:url('../images/cottonbckgrnd.gif');
}
h2 { color: white; text-align: justify; font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; background-image:url('../images/cottonbckgrnd.gif');
}
h3 { font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em; text-align: center; color: yellow; 
	background: transparent; border-top: 0; margin-top: 0; margin-bottom: 0; 
	border-bottom: 0;
}
/*  to compress h4 & h5 together as sub titles */

h4 { color: white; text-align: center; font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; background: transparent; border-bottom: 0; margin-bottom: 0; 
	font-weight: normal;	
}
h5 { color: white; text-align: center; line-height: 1.3em; font-size: 1.2em;
	background: transparent; font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; border-top: 0; margin-top: 0;
}
h6 { color: white; text-align: justify; line-height: 1.3em; font-size: 1.2em;
	background: transparent; font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
p { color: white; text-align: center; line-height: 1.3em; font-size: .8em;
	background: transparent; font-family: Arial, Helvetica, sans-serif;
}
a:link { color: yellow; font-weight: normal; background: transparent;
}
a:visited { color: yellow; font-weight: normal; background: transparent;
}
a:active { color: yellow; font-weight: bold; background: transparent;
}
a:hover { color: yellow; font-weight: bold; background: transparent;
}


